function popUpWindow(path) {
window.open(path, "openWin", "width=550,height=500,resizable,scrollbars,screenx=220,screeny=3,left=220,top=3");
}

function popUpWindowDesc(path) {
popUpWindowDesc1 = window.open(path, "openWin", "width=630,height=220,resizable,scrollbars,screenx=100,screeny=100,left=100,top=100");
window.popUpWindowDesc1.focus();
}
