function doflash()  
{
  if (navigator.appName.indexOf("Netscape")==-1) { //if IE
    if (navigator.appVersion.indexOf("Win")==-1) { // if mac

      var NEON= window.open("flash_pcie.htm",
        "NEON","menubar=0,toolbar=0,location=0,directories=0,status=yes,titlebar=no,"
        +"scrollbars=0,resizable=0,copyhistory=0,"
        +"width=740,height=400,alwaysRaised=1,"
        +"hotkeys=0,screenx=0,screeny=0,left=10,top=10")
                        
     } 
     else {  // if IE and PC
       var NEON= window.open("flash_pcie.htm",
       "NEON","menubar=0,toolbar=0,location=0,directories=0,status=yes,titlebar=no,"
       +"scrollbars=0,resizable=0,copyhistory=0,"
       +"width=740,height=400,alwaysRaised=1,"
       +"hotkeys=0,screenx=0,screeny=0,left=10,top=10")
       
     }
   } 
   else { // if netscape
     if (navigator.appVersion.indexOf("Win")==-1) { // if mac
       var NEON= window.open("flash_pcnet.htm",
       "NEON","menubar=0,toolbar=0,location=0,directories=0,status=yes,titlebar=no,"
       +"scrollbars=0,resizable=0,copyhistory=0,"
       +"width=740,height=400,alwaysRaised=1,"
       +"hotkeys=0,screenx=0,screeny=0,left=10,top=10")
          
                
   } else {
     var NEON= window.open("flash_pcnet.htm",
     "NEON","menubar=0,toolbar=0,location=0,directories=0,status=yes,titlebar=no,"
     +"scrollbars=0,resizable=0,copyhistory=0,"
     +"width=740,height=400,alwaysRaised=1,"
     +"hotkeys=0,screenx=0,screeny=0,left=10,top=10")
   }
 }
}