function hideMenu() {
	parent.page.document.all["m_prod"].display=none;
}
function test() {
//	alert("ALARME !");
/*	parent.frames["page"].document.append("./menu.html");
	obj=parent.frames["page"].document.all["m_prod"].style;
	obj.left = 10;
	obj.top = 10;*/
}
function majMenu(name, state) {
	if(state!= '') state='_'+state;
	document.images[name].src="./img/navi/"+name+state+".gif";
}

function popup(url, target, width, height) {
	w=window.open(url, target, "width="+width+",height="+height);
	w.focus();
}
