function __Flash_Render(url, width, height, flashvars, wmode){
	document.write('<embed src="' + url + '"');
	if(width>0){document.write(' width="' + width + '"');}
	if(height>0){document.write(' height="' + height + '"');}
	if(flashvars!=null&&flashvars!=''){document.write(' flashvars="' + flashvars + '"');}
	if(wmode){document.write(' wmode="' + wmode+'"');}
	document.write(' menu="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" allowscriptaccess="always"></embed>');
}
