<!--	
	//Images for topmenu
	imgHom= strCodeBase + "static/images/topmenu/home.gif";	
	imgHom_ov= strCodeBase + "static/images/topmenu/home_ov.gif";
	
	imgAbo= strCodeBase + "static/images/topmenu/about.gif";	
	imgAbo_ov= strCodeBase + "static/images/topmenu/about_ov.gif";
		
	imgLeg= strCodeBase + "static/images/topmenu/legislations.gif";	
	imgLeg_ov= strCodeBase + "static/images/topmenu/legislations_ov.gif";

	imgPub= strCodeBase + "static/images/topmenu/publications.gif";	
	imgPub_ov= strCodeBase + "static/images/topmenu/publications_ov.gif";

	imgNew= strCodeBase + "static/images/topmenu/news.gif";	
	imgNew_ov= strCodeBase + "static/images/topmenu/news_ov.gif";
				
	imgCar= strCodeBase + "static/images/topmenu/careers.gif";	
	imgCar_ov= strCodeBase + "static/images/topmenu/careers_ov.gif";

	imgFaq= strCodeBase + "static/images/topmenu/faqs.gif";	
	imgFaq_ov= strCodeBase + "static/images/topmenu/faqs_ov.gif";
	
	imgRes= strCodeBase + "static/images/topmenu/resources.gif";	
	imgRes_ov= strCodeBase + "static/images/topmenu/resources_ov.gif";

	imgLin= strCodeBase + "static/images/topmenu/useful.gif";	
	imgLin_ov= strCodeBase + "static/images/topmenu/useful_ov.gif";
	//End Of images for topmenu
	
		
	function swapImage(imageName, imageSrc){			
		document.images[imageName].src= imageSrc;			
	}
	

// -->
