if (document.images) {
 img1 =new Image();  img1.src ="../App_Themes/titan/images/front_page/telecom_box.png"; 
 img1a=new Image();  img1a.src="../App_Themes/titan/images/front_page/telecom_box_a.png";  
 img2 =new Image();  img2.src ="../App_Themes/titan/images/front_page/broadband_box.png"; 
 img2a=new Image();  img2a.src="../App_Themes/titan/images/front_page/broadband_box_a.png";  
 img3 =new Image();  img3.src ="../App_Themes/titan/images/front_page/price_guarantee_box.png"; 
 img3a=new Image();  img3a.src="../App_Themes/titan/images/front_page/price_guarantee_box_a.png";  
 img4 =new Image();  img4.src ="../App_Themes/titan/images/front_page/0845_box.png"; 
 img4a=new Image();  img4a.src="../App_Themes/titan/images/front_page/0845_box_a.png";  
 img5 =new Image();  img5.src ="../App_Themes/titan/images/front_page/benefits.png"; 
 img5a=new Image();  img5a.src="../App_Themes/titan/images/front_page/benefits_a.png";  
 img6 =new Image();  img6.src ="../App_Themes/titan/images/front_page/no_obligation_box.png"; 
 img6a=new Image();  img6a.src="../App_Themes/titan/images/front_page/no_obligation_box_a.png";  
 
 img7 =new Image();  img7.src ="../App_Themes/titan/images/welcome_bg.png"; 
 
 click_button_on =new Image();  click_button_on.src ="../App_Themes/titan/images/front_page/btn03_animated.gif"; 
 click_button_off=new Image();  click_button_off.src="../App_Themes/titan/images/front_page/btn03.gif"; 
 
}

function handleOver(k) { 
 eval('document.img'+k+'.src=click_button_on.src');
}

function handleOut(k) {
 eval('document.img'+k+'.src=click_button_off.src');
}
