function Fo(w,h,ver,path,bgc) {
		document.write("<object type=\"application/x-shockwave-flash\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version="+ver+",0,0,0\" width=\""+w+"\" height=\""+h+"\">");
		document.write("<param name=movie value=\"" + path + "\" />"); 
   		document.write("<param name=menu value=false />"); 
  		document.write("<param name=quality value=best />"); 
		document.write("<param name=scale value=exactfit />");
		document.write("<param name=salign value=LT />");
		document.write("<param name=bgcolor value=\"#"+bgc+"\" />");
  		document.write("<embed src=\"" + path + "\" menu=false quality=best bgcolor=\"#"+bgc+"\" scale=exactfit salign=LT pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\""+w+"\" height=\""+h+"\">"); 
   		document.write("</embed></object>"); 
		}
