if(top.location != self.location) top.location.href = "http://www.la-forezienne.com/";
if(document.images) {
	img0 = new Image();      
	img0.src = "../imgs/topmenu0.gif";
	img1 = new Image();      
	img1.src = "../imgs/topmenu1.gif"; 
	img2 = new Image(); 
	img2.src = "../imgs/topmenu2.gif";  
	img3 = new Image();
	img3.src = "../imgs/topmenu3.gif";  
	img4 = new Image();
	img4.src = "../imgs/topmenu4.gif";
	img5 = new Image();
	img5.src = "../imgs/topmenu5.gif";
	img6 = new Image();
	img6.src = "../imgs/topmenu6.gif";
	img7 = new Image();
	img7.src = "../imgs/topmenu7.gif";
	img8 = new Image();
	img8.src = "../imgs/topmenu8.gif";
}
function showMenu(num) {
	if(document.images) document.topmenu.src = eval("img" + num + ".src");
}
function popImage(photo) {
	var ht1 = "<html><head><title>La Forézienne</title></head>" +
		"<body onBlur='self.close()' bgcolor='#C9CCBF' leftmargin=0 marginwidth=0 topmargin=0 marginheight=0>";
	var ht2 = "<a href='javascript:self.close();'><img src='" + photo + ".jpg' width=260 height=400 border=0 alt='Cliquez pour refermer la fenêtre'></a>";
	var ht3 = "</body></html>";
	popWin = window.open('','','resizable=no,scrollbars=no,width=260,height=400,top=50,left=320');
	popWin.document.write(ht1+ht2+ht3);
	popWin.document.close();
}