{

             img_1_active = new Image();       
             img_1_active.src = "/pic/lnk_about1.gif";    

             img_2_active = new Image();      
             img_2_active.src = "/pic/lnk_clnflat1.gif"; 

             img_3_active = new Image();      
             img_3_active.src = "/pic/lnk_clnoffice1.gif"; 
                
                img_4_active = new Image();      
             img_4_active.src = "/pic/lnk_clncottg1.gif"; 
                
                img_5_active = new Image();      
             img_5_active.src = "/pic/lnk_every1.gif"; 
                
                img_6_active = new Image();      
             img_6_active.src = "/pic/lnk_clnbuild1.gif";                                 
                
                img_7_active = new Image();      
             img_7_active.src = "/pic/lnk_clnwindow1.gif"; 
                
                img_8_active = new Image();      
             img_8_active.src = "/pic/lnk_clncarpet1.gif"; 
			 
                img_9_active = new Image();      
             img_9_active.src = "/pic/lnk_clnfurniture1.gif"; 
                
                img_10_active = new Image();      
             img_10_active.src = "/pic/lnk_shlifmram1.gif";           
                
                img_11_active = new Image();      
             img_11_active.src = "/pic/lnk_clnp1.gif";
             
             img_12_active = new Image();      
             img_12_active.src = "/pic/lnk_promalp1.gif";
             
                img_13_active = new Image();      
             img_13_active.src = "/pic/lnk_price1.gif";

                img_14_active = new Image();      
             img_14_active.src = "/pic/lnk_contact1.gif";

                img_15_active = new Image();      
             img_15_active.src = "/pic/lnk_clients1.gif";

                img_16_active = new Image();      
             img_16_active.src = "/pic/lnk_vacancy1.gif";

                img_17_active = new Image();      
             img_17_active.src = "/pic/lnk_questions1.gif";

             img_1_default = new Image();  
             img_1_default.src = "/pic/lnk_about.gif";  

             img_2_default = new Image();  
             img_2_default.src = "/pic/lnk_clnflat.gif";  

             img_3_default = new Image();  
             img_3_default.src = "/pic/lnk_clnoffice.gif";
                
                img_4_default = new Image();  
             img_4_default.src = "/pic/lnk_clncottg.gif";  
                
                img_5_default = new Image();  
             img_5_default.src = "/pic/lnk_every.gif"; 
                
                img_6_default = new Image();  
             img_6_default.src = "/pic/lnk_clnbuild.gif"; 
                
                img_7_default = new Image();  
             img_7_default.src = "/pic/lnk_clnwindow.gif"; 
                
                img_8_default = new Image();  
             img_8_default.src = "/pic/lnk_clncarpet.gif"; 
			                 img_9_default = new Image();  
             img_9_default.src = "/pic/lnk_clnfurniture.gif"; 
                
                img_10_default = new Image();  
             img_10_default.src = "/pic/lnk_shlifmram.gif";           
                
                img_11_default = new Image();      
             img_11_default.src = "/pic/lnk_clnp.gif";                                                                
                
                img_12_default = new Image();      
             img_12_default.src = "/pic/lnk_promalp.gif";                                                                

                img_13_default = new Image();      
             img_13_default.src = "/pic/lnk_price.gif";                                                                

                img_14_default = new Image();      
             img_14_default.src = "/pic/lnk_contact.gif";                                                           

                img_15_default = new Image();      
             img_15_default.src = "/pic/lnk_clients.gif";
             
                img_16_default = new Image();      
             img_16_default.src = "/pic/lnk_vacancy.gif";

                img_17_default = new Image();      
             img_17_default.src = "/pic/lnk_questions.gif";                                                                      

}
function dynamic_image_on(imgName) 

{ActiveImage = eval(imgName + "_active.src");
     document [imgName].src = ActiveImage;}

function dynamic_image_off(imgName) 

{DefaultImage = eval(imgName + "_default.src");
      document [imgName].src =DefaultImage;}   

