function popUpZoom(path) {
openWindowZoom = window.open(path, "openWinZoom", "width=270,height=180,resizable,screenx=430,screeny=5,left=430,top=5");
window.openWindowZoom.focus();
}

function popUpWindow(path) {
openWindowZoom2 = window.open(path, "openWinZoom2", "width=400,height=260,resizable,screenx=370,screeny=5,left=370,top=5");
window.openWindowZoom2.focus();
}
function popUpWindow2(path) {
openWindowZoom2 = window.open(path, "openWinZoom2", "width=625,height=350, resizable,scrollbars=1,screenx=370,screeny=5,left=370,top=5");
window.openWindowZoom2.focus();
}