
function popUpWindow(path) {
thisWindow1 = window.open(path, "openWin", "width=510,height=400,resizable,scrollbars,screenx=450,screeny=10,left=450,top=10");
window.thisWindow1.focus();
}
function popUpWindowColors(path) {
thisWindow2 = window.open(path, "openWin", "width=500,height=500,resizable,scrollbars,screenx=400,screeny=10,left=400,top=10");
window.thisWindow2.focus();
}
function popUpWindow2(path) {
thisWindow3 = window.open(path, "openWin", "width=540,height=370,resizable=1,scrollbars=1,screenx=40,screeny=5,left=40,top=5");
window.thisWindow3.focus();
}

function popUpWindow3(path) {
thisWindow4 = window.open(path, "openWin", "width=540,height=540,resizable=1,scrollbars=1,screenx=40,screeny=5,left=40,top=5");
window.thisWindow4.focus();
}



