var imgProduct, imgProduct_lt, imgNews, imgNews_lt, imgRecipes, imgRecipes_lt, imgOtherstores, imgOtherstores_lt, imgMedia, imgMedia_lt;

if (document.images) {
	imgProduct = new Image();  
	imgProduct.src = "graphics/tab_product.gif";
	imgProduct_lt = new Image();  
	imgProduct_lt.src = "graphics/tab_product_lt.gif";
	
	imgNews = new Image();  
	imgNews.src = "graphics/tab_news.gif";
	imgNews_lt = new Image();  
	imgNews_lt.src = "graphics/tab_news_lt.gif";
	
	imgMedia = new Image();  
	imgMedia.src = "graphics/tab_media.gif";
	imgMedia_lt = new Image();  
	imgMedia_lt.src = "graphics/tab_media_lt.gif";

	imgRecipes = new Image();  
	imgRecipes.src = "graphics/tab_recipes.gif";
	imgRecipes_lt = new Image();  
	imgRecipes_lt.src = "graphics/tab_recipes_lt.gif";

	imgOtherstores = new Image();  
	imgOtherstores.src = "graphics/tab_otherStores.gif";
	imgOtherstores_lt = new Image();  
	imgOtherstores_lt.src = "graphics/tab_otherStores_lt.gif";
}