   infowinopen=false;
   if (navigator.appName == "Netscape" && parseInt(navigator.appVersion) >= 3  ) netsc = true;
   else
     if (navigator.appName.substring(0,9)=="Microsoft"&&parseInt(navigator.appVersion)>=4)
       netsc=true
     else netsc = false;

   remoteurl=new Array;
   remoteurl[98]="show.htm";
   remoteurl[99]="show.htm";
   myFlashPath="show.htm"


   function showinfo1(which){

    InfoWin=window.open(myFlashPath,'InfoWin','width=750,height=550,fullscreen=no,type=fullWindow,scrollbars=no');

   }
