
  homeim = new Image();
	homeim1 = new Image(); 
    homeim1.src = "Graphics/H_home_But.gif";
    homeim2 = new Image();
    homeim2.src = "Graphics/H_home_But_On.gif";

aboutus = new Image();
	aboutus1 = new Image(); 
    aboutus1.src = "Graphics/H_Aboutus_But.gif";
    aboutus2 = new Image();
    aboutus2.src = "Graphics/H_Aboutus_But_On.gif";
	
	 Services = new Image();
	Services1 = new Image(); 
    Services1.src = "Graphics/H_Services_But.gif";
    Services2 = new Image();
    Services2.src = "Graphics/H_Services_But_On.gif";
	
	contactus = new Image();
	contactus1 = new Image(); 
    contactus1.src = "Graphics/H_Contactus_But.gif";
    contactus2 = new Image();
    contactus2.src = "Graphics/H_Contactus_But_On.gif";
	
	news = new Image();
	news1 = new Image(); 
    news1.src = "Graphics/H_news_But.gif";
    news2 = new Image();
    news2.src = "Graphics/H_news_But_On.gif";
	
	Subscribebro = new Image();
	Subscribebro1 = new Image(); 
    Subscribebro1.src = "Graphics/H_SubscribeBroker_But.gif";
    Subscribebro2 = new Image();
    Subscribebro2.src = "Graphics/H_SubscribeBroker_But_On.gif";
	
	Subscribe = new Image();
	Subscribe1 = new Image(); 
    Subscribe1.src = "Graphics/H_Subscribe_But.gif";
    Subscribe2 = new Image();
    Subscribe2.src = "Graphics/H_Subscribe_But_On.gif";
	
	sitemap = new Image();
	sitemap1 = new Image(); 
    sitemap1.src = "Graphics/H_sitemap_But.gif";
    sitemap2 = new Image();
    sitemap2.src = "Graphics/H_sitemap_But_On.gif";
	
	Privacy = new Image();
	Privacy1 = new Image(); 
    Privacy1.src = "Graphics/H_Privacy_But.gif";
    Privacy2 = new Image();
    Privacy2.src = "Graphics/H_Privacy_But_On.gif";
	
	Terms = new Image();
	Terms1 = new Image(); 
    Terms1.src = "Graphics/H_Terms_But.gif";
    Terms2 = new Image();
    Terms2.src = "Graphics/H_Terms_But_On.gif";
	
	function flip(pic, r) 
    { 
        if(r == 2) 
        { 
            source = eval(pic + "2.src"); 
			
            document[pic].src = source; 
        } 
        if(r == 1) 
        { 
            source = eval(pic + "1.src"); 
            document[pic].src = source; 
        } 
      }
