//alert ("in my script")
 //-----------------------------------------------
 //  home_off        = new Image();
 //  home_off.src    = imagepath + "home.gif";
   home_on         = new Image();
   home_on.src     = imagepath + "home_onmouseover.gif";
   //-----------------------------------------------
 //  iraqwar_off        = new Image();
 //  iraqwar_off.src    = imagepath + "iraqwar.gif"; 
   iraqwar_on         = new Image();
   iraqwar_on.src     = imagepath + "iraqwar_onmouseover.gif";
   //-----------------------------------------------
 //  veterans_off        = new Image();
 //  veterans_off.src    = imagepath + "veterans.gif";
   veterans_on         = new Image();
   veterans_on.src     = imagepath + "veterans_onmouseover.gif";
   //-----------------------------------------------
 //  links_off        = new Image();
 //  links_off.src    = imagepath + "links.gif";
   links_on         = new Image();
   links_on.src     = imagepath + "links_onmouseover.gif";
   //-----------------------------------------------
 //  fascism_off        = new Image();
 //  fascism_off.src    = imagepath + "fascism.gif";
   fascism_on         = new Image();
   fascism_on.src     = imagepath + "fascism_onmouseover.gif";
   //-----------------------------------------------
 //  beafraid_off        = new Image();
 //  beafraid_off.src    = imagepath + "beafraid.gif";   
   beafraid_on         = new Image();
   beafraid_on.src     = imagepath + "beafraid_onmouseover.gif";
   //-----------------------------------------------
 //  nine_off        = new Image();
 //  nine_off.src    = imagepath + "911.gif";   
   nine_on         = new Image();
   nine_on.src     = imagepath + "911_onmouseover.gif";
   //-----------------------------------------------
 //  bushfamilyvalues_off        = new Image();
 //  bushfamilyvalues_off.src    = imagepath + "bushfamilyvalues.gif";  
   bushfamilyvalues_on         = new Image();
   bushfamilyvalues_on.src     = imagepath + "bushfamilyvalues_onmouseover.gif";
   //-----------------------------------------------
 //  currentregime_off        = new Image();
 //  currentregime_off.src    = imagepath + "currentregime.gif";   
   currentregime_on         = new Image();
   currentregime_on.src     = imagepath + "currentregime_onmouseover.gif";
   //-----------------------------------------------
 //  puppeteers_off        = new Image();
 //  puppeteers_off.src    = imagepath + "puppeteers.gif";  
   puppeteers_on         = new Image();
   puppeteers_on.src     = imagepath + "puppeteers_onmouseover.gif";
   //-----------------------------------------------
 //  corporations_off        = new Image();
 //  corporations_off.src    = imagepath + "corporations.gif";   
   corporations_on         = new Image();
   corporations_on.src     = imagepath + "corporations_onmouseover.gif";
   //-----------------------------------------------
 //  fearmongering_off        = new Image();
 //  fearmongering_off.src    = imagepath + "fearmongering.gif";   
   fearmongering_on         = new Image();
   fearmongering_on.src     = imagepath + "fearmongering_onmouseover.gif";
   //-----------------------------------------------
 //  elections_off        = new Image();
 //  elections_off.src    = imagepath + "elections.gif";   
   elections_on         = new Image();
   elections_on.src     = imagepath + "elections_onmouseover.gif";
   //-----------------------------------------------
 //  assassinations_off        = new Image();
 //  assassinations_off.src    = imagepath + "assassinations.gif";   
   assassinations_on         = new Image();
   assassinations_on.src     = imagepath + "assassinations_onmouseover.gif";
   //-----------------------------------------------
 //  anthrax_off        = new Image();
 //  anthrax_off.src    = imagepath + "anthrax.gif";   
   anthrax_on         = new Image();
   anthrax_on.src     = imagepath + "anthrax_onmouseover.gif";
   //-----------------------------------------------
 //  newworldorder_off        = new Image();
 //  newworldorder_off.src    = imagepath + "newworldorder.gif";   
   newworldorder_on         = new Image();
   newworldorder_on.src     = imagepath + "newworldorder_onmouseover.gif";
   //-----------------------------------------------
 //  weathercontrol_off        = new Image();
 //  weathercontrol_off.src    = imagepath + "weathercontrol.gif";   
   weathercontrol_on         = new Image();
   weathercontrol_on.src     = imagepath + "weathercontrol_onmouseover.gif";
   //-----------------------------------------------
 //  globalwarming_off        = new Image();
 //  globalwarming_off.src    = imagepath + "globalwarming.gif";  
   globalwarming_on         = new Image();
   globalwarming_on.src     = imagepath + "globalwarming_onmouseover.gif";
   //-----------------------------------------------
 //  contact_off        = new Image();
 //  contact_off.src    = imagepath + "contact.gif";   
   contact_on         = new Image();
   contact_on.src     = imagepath + "contact_onmouseover.gif";
   //-----------------------------------------------
   
   function setImages () {
   }
   
   function lightup(imgName) {
      imgOn = eval(imgName + "_on.src");
      document[imgName].src = imgOn;
   }
   
 // function turnoff(imgName) {
 //     imgOff = eval(imgName + "_off.src");
 //     document[imgName].src = imgOff;
 //  }
   
   function openWindow(href_address) {
      //alert ("in openwindow");
      window.open(href_address,"",'toolbar,location,directories=no,status,menubar,resizable=yes,copyhistory=no,scrollbars,width=800,height=530,screenX=100,screenY=30,left=100,top=30');
      
      //location.href=href_address;
   }
   
   function setStatus(msg) {
      status = msg;
      return true;
   }
   
   //alert ("at end of my script");