if(document.all){
	// Internet Explorer
	document.write ('<object type=application/x-shockwave-flash width=801 height=530 id=web>');
	//alert('ie');
}else{
	// FireFox
	document.write ('<object data=web.swf type=application/x-shockwave-flash width=801 height=530 id=web>');
	//alert('firefox');
}

document.write('<param name=movie value=web.swf>'); 
document.write('<param name=quality value=high>'); 
//document.write('<param name=wmode value=transparent>'); 
document.write('<embed src=web.swf quality=high pluginspage=http://www.macromedia.com/go/getflashplayer type=application/x-shockwave-flash width=801 height=530></embed>'); 
document.write('</object>');