function popUpWindowLR(path) {
popUpWindow = window.open(path, "openWin", "width=300,height=500,resizable,scrollbars,screenx=450,screeny=5,left=450,top=5");
window.popUpWindow.focus();
}

function popUpWindowLRsep(path) {
popUpWindowSep = window.open(path, "openWinSep", "width=650,height=300,resizable,scrollbars,screenx=100,screeny=280,left=100,top=280");
window.popUpWindowSep.focus();
}

function popUpWindowLRtips(path) {
popUpWindowTips = window.open(path, "openWinTips", "width=450,height=200,resizable,scrollbars,screenx=300,screeny=10,left=300,top=10");
window.popUpWindowTips.focus();
}

function popUpWindowLRheader(path) {
popUpWindowHeader = window.open(path, "openWinHeader", "width=500,height=350,resizable,scrollbars,screenx=300,screeny=10,left=300,top=10");
window.popUpWindowHeader.focus();
}

