if (!document.images) {}
else {
	Imgpath='images/nav/'
  home0 = new Image();
  home0.src  = Imgpath+'home.gif';
  home1 = new Image();
  home1.src = Imgpath+'home_on.gif';

  about0 = new Image();
  about0.src  = Imgpath+'about.gif';
  about1 = new Image();
  about1.src = Imgpath+'about_on.gif';
  
  calender0 = new Image();
  calender0.src  = Imgpath+'calender.gif';
  calender1 = new Image();
  calender1.src = Imgpath+'calender_on.gif';
  

  contact0 = new Image();
  contact0.src  = Imgpath+'contact.gif';
  contact1 = new Image();
  contact1.src = Imgpath+'contact_on.gif';
  

  links0 = new Image();
  links0.src  = Imgpath+'links.gif';
  links1 = new Image();
  links1.src = Imgpath+'links_on.gif';
  
 
}

