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))>=6);
}
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('<'+'script language="VBScript"'+'>\non error resume next\nplugin=(IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.6")))\n</'+'script'+'>');
}
if(plugin){
   document.writeln('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
   document.writeln(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="578" HEIGHT="332"  ALIGN="left">');
   document.writeln('<param name="movie" value="index.swf">');
   document.writeln('<param name="quality" value="high">');
      document.writeln('<embed src="index.swf" quality="high" WIDTH="578" HEIGHT="332"  ALIGN="left" ');
   document.writeln(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
   document.writeln('<\/object>');
}
else {
 if (navigator.userAgent.lastIndexOf('Opera') == -1){
   document.writeln('<img border="0" height="332"  width="578" src="images/logo.jpg" alt=" " />');
 }
}


