<!--
function open_win (path, width, height) {
	hnd = window.open (path, 'newZoomWin', 'menubar=no,toolbar=no,scrollbars=yes,resizable=yes,status=no,location=no,width=' + width + ',height=' + height);
	hnd.focus();
}

//-->

