<!--


   var storeoff              = new Image();
   var storeon               = new Image();
       storeoff.src          = "images/button_off.gif"; 
       storeon.src           = "images/button_on.gif"; 


   var servicesoff              = new Image();
   var serviceson               = new Image();
       servicesoff.src          = "images/button_off.gif"; 
       serviceson.src           = "images/button_on.gif"; 

   var productsoff              = new Image();
   var productson               = new Image();
       productsoff.src          = "images/button_off.gif"; 
       productson.src           = "images/button_on.gif"; 

   var linksoff                 = new Image();
   var linkson                  = new Image();
       linksoff.src             = "images/button_off.gif"; 
       linkson.src              = "images/button_on.gif"; 
 
   var formsoff                 = new Image();
   var formson                  = new Image();
       formsoff.src             = "images/button_off.gif"; 
       formson.src              = "images/button_on.gif"; 

   var tipsoff                  = new Image();
   var tipson                   = new Image();
       tipsoff.src              = "images/button_off.gif"; 
       tipson.src               = "images/button_on.gif"; 

   var contactusoff            = new Image();
   var contactuson             = new Image();
       contactusoff.src        = "images/button_off.gif"; 
       contactuson.src         = "images/button_on.gif"; 


   var newsoff            = new Image();
   var newson             = new Image();
       newsoff.src        = "images/button_off.gif"; 
       newson.src         = "images/button_on.gif"; 

   var employmentoff            = new Image();
   var employmenton             = new Image();
       employmentoff.src        = "images/button_off.gif"; 
       employmenton.src         = "images/button_on.gif"; 


function openWin(popupURL, width_num, height_num) 
{
	popup = window.open(popupURL, "window",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=' + width_num + ',height=' + height_num);
}

// -->

