   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" )
          {
             set_flash_movie();			 
          } 
		  if ( command == "reset_title" )
          {
             set_title(args);			 
          } 
	      if ( command == "calljs" )
          {
		     loadIframe("");
			 loadIframe(args);
		     self.scrollTo(0, 0)			 
          }
       }
       // 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 MovieObj = InternetExplorer ? flash_logo : document.flash_logo;
      MovieObj.SetVariable("/checker:checker", "1");
   }