
   
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;   
						if ( plugin ) {   
							plugin = parseInt(plugin.description.substring(plugin.description.indexOf(".")-1)) >= 4;   
						}   
						else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0   
						   && (navigator.userAgent.indexOf("Windows 95")>=0 || navigator.userAgent.indexOf("Windows 98")>=0 || navigator.userAgent.indexOf("Windows NT")>=0)) {   
							document.write('<SCR'+'IPT LANGUAGE=VBScript\>\n');   
							document.write('on error resume next\n');   
							document.write('plugin = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.4")))\n');   
							document.write('</SCR'+'IPT\>\n');   
							}   
   
//if ( plugin ) {   
   
//if ( (navigator.appName.indexOf("Internet Explorer") != -1) && (navigator.appVersion.indexOf("4") != -1) ) {   
   
	document.write(' <div id="Layer1" style="position:absolute; width:168px; height:43px">');   

	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');   
	document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" ');   
	document.write(' WIDTH="280" HEIGHT="170" id="banner 468x60" ALIGN="">');   
	document.write(' <PARAM NAME=movie VALUE="menu_static.swf"><PARAM name="wmode" value="transparent"><PARAM NAME=quality VALUE=high> ');   
	document.write(' <EMBED src="menu_static.swf" quality=high wmode=transparent');   
	document.write(' bgcolor=#FFFFFF  WIDTH="270" HEIGHT="150"');   
	document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');   
	document.write(' </EMBED>');   
	document.write(' </OBJECT>'); 
	document.write(' </div>');   
	  


//}
//}   


