if(navigator.appName.charAt(0)=="M"){
document.write("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000'");
document.write(" codebase='http://download.macromedia.com/pub/shockwave/cabs/");
document.write("flash/swflash.cab'");
document.write(" width=1000 height=90>");
document.write("<param name=movie value='flash/menu3.swf' />");
document.write("<param name=quality value=high />");
document.write("<param name=wmode value=transparent />");
document.write("<embed src='flash/menu3.swf' quality=high ");
document.write(" width=1000 height=90 wmode=transparent");
document.write(" type='application/x-shockwave-flash' ");
document.write("pluginspage='http://www.macromedia.com/go/getflashplayer'>");
document.write("</embed>");
document.write("</object>");	
}

else{
document.write("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000'");
document.write(" codebase='http://download.macromedia.com/pub/shockwave/cabs/");
document.write("flash/swflash.cab'");
document.write(" width=1000 height=90>");
document.write("<param name=movie value='flash/menu3.swf' />");
document.write("<param name=quality value=high />");
document.write("<param name=wmode value=window />");
document.write("<embed src='flash/menu3.swf' quality=high ");
document.write(" width=1000 height=90 wmode=window");
document.write(" type='application/x-shockwave-flash' ");
document.write("pluginspage='http://www.macromedia.com/go/getflashplayer'>");
document.write("</embed>");
document.write("</object>");
}
