function popUpWindowHS(path) {
popUpWindow = window.open(path, "openWin", "width=420,height=250,resizable,scrollbars=0,screenx=10,screeny=10,left=10,top=10");
window.popUpWindow.focus();
}
function popUpWindow2(path) {
popUpWindow = window.open(path, "openWin", "width=550,height=550,resizable,scrollbars=0,screenx=10,screeny=10,left=10,top=10");
window.popUpWindow.focus();
}
function popUpWindowBK(path) {
popUpWindow = window.open(path, "openWin", "width=500,height=342,resizable,scrollbars=0,screenx=10,screeny=10,left=10,top=10");
window.popUpWindow.focus();
}
function popUpWindow3(path) {
popUpWindow = window.open(path, "openWin", "width=550,height=550,resizable,scrollbars=0,screenx=10,screeny=10,left=10,top=10");
window.popUpWindow.focus();
}
