function popUpZoom(path) {
openWindowZoom = window.open(path, "openWinZoom", "width=800,height=110,resizable,screenx=5,screeny=300,left=5,top=300");
window.openWindowZoom.focus();
}

function popUpZoomB(path) {
openWindowZoomB = window.open(path, "openWinZoomB", "width=630,height=330,resizable,screenx=100,screeny=250,left=100,top=250");
window.openWindowZoomB.focus();
}

function popUpZoomC(path) {
openWindowZoomC = window.open(path, "openWinZoomC", "width=630,height=255,resizable,screenx=100,screeny=200,left=100,top=200");
window.openWindowZoomC.focus();
}

function popUpZoomRW(path) {
openWindowZoomRW = window.open(path, "openWinZoomRW", "width=550,height=250,resizable,screenx=100,screeny=200,left=100,top=200");
window.openWindowZoomRW.focus();
}

function popUpClrGraphics (path) {
openWindowClrCht = window.open(path, "openWinClrCht", "width=630,height=2,resizable,screenx=10,screeny=10,left=10,top=10");
window.openWindowClrCht.focus();
}

function popUpClrGraphicsB(path) {
openWindowClrChtB = window.open(path, "openWinClrChtB", "width=630,height=210,resizable,screenx=10,screeny=10,left=10,top=10");
window.openWindowClrChtB.focus();
}

function popUpSamples(path) {
openWindowClr = window.open(path, "openWinClr", "width=600,height=600,resizable,scrollbars,screenx=200,screeny=3,left=200,top=3");
window.openWindowClr.focus();
}

function popUpWindowVid(path) {
openWindowVid = window.open(path, "openWinVid", "width=400,height=500,resizable,scrollbars,screenx=400,screeny=3,left=400,top=3");
window.openWindowVid.focus();
}

