var ie4 = (document.all) ? true : false;

var ns4 = (document.layers) ? true : false;





function showDetail(img){

	detailHWD = window.open("../php/zoom.php3?img="+img,"detailFrame","width=600,height=500,resizable=no");

	detailHWD.focus();

}

// detail view for the menu-point current
function showDetailCurrent(id, number){
	detailHWD = window.open("../php/zoom_current.php?id="+id+"&number="+number,"detailFrame","width=600,height=500,resizable=no");

	detailHWD.focus();

}


