
IsHTML4Ok = 
	(((navigator.appName == "Netscape") && 
	(parseInt(navigator.appVersion) >= 3 )) || 
	((navigator.appName == "Microsoft Internet Explorer") && 
	(parseInt(navigator.appVersion) >= 4 )));

    if (document.images)
    { 
    
         Line2 = new Image();
         Line2.src = "images/Linef2.jpg";     
         
         english = new Image();
         english.src = "images/english.jpg";     
         englishon = new Image();
         englishon.src = "images/englishon.jpg";   
    
         Contact = new Image();
         Contact.src = "images/contactf.jpg";     
         Contacton = new Image();
         Contacton.src = "images/contactfon.jpg";   
         
         home = new Image();
         home.src = "images/homef.jpg";     
         homeon = new Image();
         homeon.src = "images/homefon.jpg";                                                                  
    } 
    
function  changingcolor(item,itemcolor,func,itemon)
{   
   if(IsHTML4Ok)
         document.all(item).style.background =itemcolor;
   if (func == "1")
   {
         document.all(item+"1").style.color = "#000000";
         document.all(item + "11").src = "images/iconon.gif";
       if (itemon != "0"){
         document.all(itemon).style.background ="#666666";         
         document.all(itemon+"1").style.color = "#FFFFFF";
         document.all(itemon + "11").src = "images/icon.gif";         
       }  
    }     
   else
   {
         document.all(item+"1").style.color = "#FFFFFF";         
         document.all(item + "11").src = "images/icon.gif";
     if (itemon != "0"){           
         document.all(itemon).style.background = "#B5B4B4" ;         
         document.all(itemon+"1").style.color = "#000000";
         document.all(itemon + "11").src = "images/iconon.gif";           
      }   
   }      
}  
      
