function loadswf(movie, width, height) {
	document.write("<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0\" width=\""+width+"\" height=\""+height+"\" id=\"browser\">");
	document.write("<param name=\"movie\" value=\""+movie+"\" />");
	document.write("<param name=\"quality\" value=\"best\" />");
	document.write("<param name=\"bgcolor\" value=\"#ffffff\" />");
	document.write("<param name=\"salign\" value=\"t\" />");
	document.write("<param name=\"wmode\" value=\"transparent\" />");
	document.write("<embed src=\""+movie+"\" swLiveConnect=\"true\" width=\""+width+"\" height=\""+height+"\" quality=\"best\" bgcolor=\"#ffffff\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" name=\"browser\" wmode=\"transparent\" salign=\"t\"/>");
	document.write("</object>");
}

function loadswf1(movie, width, height) {
	document.write("<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0\" width=\""+width+"\" height=\""+height+"\" id=\"browser\">");
	document.write("<param name=\"movie\" value=\""+movie+"\" />");
	document.write("<param name=\"quality\" value=\"best\" />");
	document.write("<param name=\"bgcolor\" value=\"#ffffff\" />");
	document.write("<param name=\"wmode\" value=\"transparent\" />");
	document.write("<embed src=\""+movie+"\" align=\"left\" swLiveConnect=\"true\" width=\""+width+"\" height=\""+height+"\" quality=\"best\" bgcolor=\"#ffffff\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" name=\"browser\" wmode=\"transparent\" salign=\"t\"/>");
	document.write("</object>");
}