function popUpWindowBK(path) {
popUpWindow = window.open(path, "openWin", "width=550,height=400,resizable,scrollbars,screenx=10,screeny=10,left=10,top=10");
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();
}

function popUpWindowFaq(path) {
popUpWindowFaq2 = window.open(path, "openWin", "width=700,height=350,toolbar,location,directories,status,scrollbars,menubar,resizable,screenx=10,screeny=10,left=10,top=10");
window.popUpWindowFaq2.focus();
}