

     pic1on = new Image(88,43);
     pic1on.src="images/menu/home_hover.gif";     
     pic2on = new Image(100,25);
     pic2on.src="images/menu/about_us_hover.gif";     
     pic3on = new Image(71,43);
     pic3on.src="images/menu/faq_hover.gif";     
     pic4on = new Image(109,44);
     pic4on.src="images/menu/schools_hover.gif";     
     pic5on = new Image(110,44);
     pic5on.src="images/menu/parties_hover.gif";     
     pic6on = new Image(114,44);
     pic6on.src="images/menu/fundays_hover.gif";     
     pic7on = new Image(155,44);
     pic7on.src="images/menu/contact_us_hover.gif";  
     pic8on = new Image(793,120);
     pic8on.src="images/soccer_school.jpg";   
     pic9on = new Image(157,54);
     pic9on.src="images/news.gif";     

     pic12on = new Image(88,43);
     pic12on.src="images/menu/home.gif";     
     pic13on = new Image(100,25);
     pic13on.src="images/menu/about_us.gif";     
     pic14on = new Image(71,43);
     pic14on.src="images/menu/faq.gif";     
     pic15on = new Image(109,44);
     pic15on.src="images/menu/schools.gif";     
     pic16on = new Image(110,44);
     pic16on.src="images/menu/parties.gif";     
     pic17on = new Image(114,44);
     pic17on.src="images/menu/fundays.gif";     
     pic18on = new Image(155,44);
     pic18on.src="images/menu/contact_us.gif";  


   
function domouseover(imgName){ 
	imgName.src = "images/menu/" + imgName.id + "_hover.gif";
}
function domouseoff(imgName){ 
	imgName.src = "images/menu/" + imgName.id + ".gif";
}