img0_on = new Image(148,90); 
img0_on.src="images/head/headon_salon.gif"; 
img0_off = new Image(148,90); 
img0_off.src="images/head/head_salon.jpg"; 
img1_on = new Image(148,90); 
img1_on.src="images/head/headon_spa.gif"; 
img1_off = new Image(148,90); 
img1_off.src="images/head/head_spa.jpg"; 
img2_on = new Image(148,90); 
img2_on.src="images/head/headon_academy.gif"; 
img2_off = new Image(148,90); 
img2_off.src="images/head/head_academy.jpg"; 
img3_on = new Image(148,90); 
img3_on.src="images/head/headon_product.gif"; 
img3_off = new Image(148,90); 
img3_off.src="images/head/head_prod.jpg"; 
img4_on = new Image(115,30); 
img4_on.src="images/head/sub_home_on.gif"; 
img4_off = new Image(115,30); 
img4_off.src="images/head/sub_home.gif"; 
img5_on = new Image(106,30); 
img5_on.src="images/head/sub_contact_on.gif"; 
img5_off = new Image(106,30); 
img5_off.src="images/head/sub_contact.gif"; 
img6_on = new Image(96,30); 
img6_on.src="images/head/sub_about_on.gif"; 
img6_off = new Image(96,30); 
img6_off.src="images/head/sub_about.gif"; 
img7_on = new Image(137,30); 
img7_on.src="images/head/sub_jobs_on.gif"; 
img7_off = new Image(137,30); 
img7_off.src="images/head/sub_jobs.gif"; 
img8_on = new Image(136,30); 
img8_on.src="images/head/sub_offers_on.gif"; 
img8_off = new Image(136,30); 
img8_off.src="images/head/sub_offers.gif"; 
img9_on = new Image(101,30); 
img9_on.src="images/head/sub_wedding_on.gif"; 
img9_off = new Image(101,30); 
img9_off.src="images/head/sub_wedding.gif"; 
img10_on = new Image(85,30); 
img10_on.src="images/head/sub_articles_on.gif"; 
img10_off = new Image(85,30); 
img10_off.src="images/head/sub_articles.gif"; 





function over_image(parm_name) 
{ 
document[parm_name].src = eval(parm_name + "_on.src"); 
} 
function off_image(parm_name) 
{ 
document[parm_name].src = eval(parm_name + "_off.src"); 
} 


