function popUpWindowBK(path) {
popUpWindow = window.open(path, "openWin", "width=550,height=450,resizable,scrollbars,screenx=260,screeny=130,left=260,top=130");
window.popUpWindow.focus();
}

function popUpWindowSep(path) {
popUpWindowSep2 = window.open(path, "openWin2", "width=600,height=140,resizable,scrollbars,screenx=50,screeny=380,left=50,top=380");
window.popUpWindowSep2.focus();
}

function popUpWindowCart(path) {
popUpWindowCart2 = window.open(path, "openWin3", "width=700,height=200,resizable,scrollbars");
window.popUpWindowCart2.focus();
}
