function ShowZoom(path){
	window.open('zoom.php?path=' + path,'zoom','status=0,top=0,left=0,width=700,height=700,fullscreen=1');
}
function Open(i_name){
	document.getElementById(i_name).style.display = (document.getElementById(i_name).style.display!="block")? "block" : "none"
}