function loadswf(movie, width, height, id) {
	document.write("<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0\" width=\""+width+"\" height=\""+height+"\" id=\"top_v8\" align=\"middle\">");
	document.write("<param name=\"allowScriptAccess\" value=\"sameDomain\" />");
	document.write("<param name=\"movie\" value=\""+movie+"\" />");
	document.write("<param name=\"quality\" value=\"high\" />");
	document.write("<param name=\"bgcolor\" value=\"#666666\" />");
	document.write("<param name=\"wmode\" value=\"transparent\" />");
	document.write("<param name=\"flashVars\" value=\"id="+id+"\" />");
	document.write("<embed src=\""+movie+"\" flashVars=\"id="+id+"\" quality=\"best\" bgcolor=\"#ffffff\" wmode=\"transparent\" width=\""+width+"\" height=\""+height+"\" name=\"top_v8\" align=\"middle\" allowScriptAccess=\"sameDomain\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\"/>");
	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+"\" 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>");
}