function affiche(id){
	if (IsIE()){
		//_table1 = document.getElementById("table1");
		//_image	= document.getElementById("button2");
		if (_div = document.getElementById("menu")){
			_x = 0 + 74 ; 
			_div.style.left = _x;
		}
	}
}

function zoom(i){
	var win = window.open('../zoom.php?image='  + i,'zoomimage','width=200,height=200,resizable=yes');
	win.focus();
}