// JavaScript Document
	 if (document.images)
    {
      homep_hover = new Image();
	  products_hover = new Image();
	  services_hover = new Image();
	  events_hover = new Image();
	  about_us_hover = new Image();
	  contact_us_hover = new Image();
	  
	  homep_hover.src = mylocation+"images/buttons/homeph.gif";
	  products_hover.src = mylocation+"images/buttons/productsh.gif";
	  services_hover.src = mylocation+"images/buttons/servicesh.gif";
	  events_hover.src = mylocation+"images/buttons/eventsh.gif";
	  about_us_hover.src = mylocation+"images/buttons/about_ush.gif";
	  contact_us_hover.src = mylocation+"images/buttons/contact_ush.gif";
	  
	  homep = new Image();
	  products = new Image();
	  services = new Image();
	  events = new Image();
	  about_us = new Image();
	  contact_us = new Image();
	  
	  homep.src = mylocation+"images/buttons/homep.gif";
	  products.src = mylocation+"images/buttons/products.gif";
	  services.src = mylocation+"images/buttons/services.gif";
	  events.src = mylocation+"images/buttons/events.gif";
	  about_us.src = mylocation+"images/buttons/about_us.gif";
	  contact_us.src = mylocation+"images/buttons/contact_us.gif";
	  
	}

pathname=new Array()

pathname[0]="";
pathname[1]="catalog/";
pathname[2]="services/";
pathname[3]="events/";
pathname[4]="about_us/";
pathname[5]="contact_us/";
pathname[6]="site_map.shtml";
pathname[7]="terms_of_use.shtml";
pathname[8]="privacy_policy.shtml";
pathname[9]="terms_conditions.shtml";

function getpath(i) {
   location.href=mylocation+pathname[i];
   }
