function popUpWindowBK(path) {
popUpWindow = window.open(path, "openWin", "width=520,height=350,resizable,scrollbars=0,screenx=150,screeny=150,left=150,top=150");
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 popUpWindowKTR(path) {
popUpWindowKam = window.open(path, "openWin", "width=600,height=300,resizable,scrollbars,screenx=200,screeny=10,left=200,top=10");
window.popUpWindowKam.focus();
}

function popUpWindowAero(path) {
popUpWindowAero2 = window.open(path, "openWin", "width=600,height=420,resizable,scrollbars=0,screenx=200,screeny=10,left=200,top=10");
window.popUpWindowAero2.focus();
}

function popUpWindowGear(path) {
popUpWindowGear2 = window.open(path, "openWin", "width=390,height=420,resizable=0,scrollbars=0,screenx=200,screeny=10,left=200,top=10");
window.popUpWindowGear2.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();
}