function LoadMovie(url, width, height) {
	document.write('<embed src="' + url + '" width="' + width + '" height="' + (height + 16) + '" autoplay="true"></embed>');
}
