var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
var ie4=document.all&&navigator.userAgent.indexOf("Opera")==-1;
var ns6=document.getElementById&&navigator.userAgent.indexOf("Opera")==-1;
var ns4=document.layers;
  
//Handle all the the FSCommand messages in a Flash movie
//function mymenu_DoFSCommand(command, args)
//{
//   if ( command == "reset_logo" )
//   {
//			 
//   } 
//
//}

// Hook for Internet Explorer 
//if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && 
//    navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1)
//{
//   document.write('<SCRIPT LANGUAGE=VBScript\> \n');
//   document.write('on error resume next \n');
//   document.write('Sub mymenu_FSCommand(ByVal command, ByVal args)\n');
//   document.write(' call mymenu_DoFSCommand(command, args)\n');
//   document.write('end sub\n');
//   document.write('</SCRIPT\> \n');
//}

	 
function set_flash_movie()
{
   var Movie1Obj = InternetExplorer ? flash_movie : document.flash_movie;
   Movie1Obj.SetVariable("/checker:checker", "1");
}
   
  