/*Javascript preload images inner page*/
if (document.images) 
{
	zimg1 = new Image();
	zimg2 = new Image();
	zimg3 = new Image();
	zimg4 = new Image();
	zimg5 = new Image();
	zimg6 = new Image();
	
	zimg1.src = "img/bt_home_lac_on.gif";
	zimg2.src = "img/bt_home_campagne_on.gif";
	zimg3.src = "img/bt_home_alpes_on.gif";
	zimg4.src = "img/bt_home_jura_on.gif";
	zimg5.src = "img/bt_home_g_on.gif";
	zimg6.src = "img/bt_home_green_on.gif";	
}