function preloadimages(){
if (document.images)
{
  p1= new Image(); 
  p1.src="../img/home_on.gif"; 
  p2= new Image(); 
  p2.src="../img/services_on.gif"; 
  p3= new Image(); 
  p3.src="../img/aboutus_on.gif"; 
  p4= new Image(); 
  p4.src="../img/contactus_on.gif"; 
}
}
