function openWin(URL) {
aWindow=window.open(URL,"thewindow","width=480,height=550,left=450,top=70,resizable,scrollbars");
aWindow.focus();
}

function openRefMapWin(URL) {
bWindow=window.open(URL,"refmapwindow","width=713,height=557,left=450,top=70,resizable,scrollbars");
bWindow.focus();
}


function openGlossaryWin() {
cWindow=window.open("../cd_files/docs/plan_adapted/plan_sections_pdf/Glossary_display.pdf","glosswindow","width=400,height=670,left=600,top=40,resizable,scrollbars");
cWindow.focus();
}

function openTableWin(URL) {
dWindow=window.open(URL,"tablewindow","width=807,height=400,left=500,top=70,resizable");
dWindow.focus();
}

function openDocWin(URL) {
eWindow=window.open(URL,"docwindow","width=620,height=400,left=550,top=250,resizable,scrollbars");
eWindow.focus();
}

function openVectorLegendWin(URL) {
fWindow=window.open(URL,"vectorwindow","width=360,height=335,left=650,top=150,resizable");
fWindow.focus();
}

function openEluLegendWin(URL) {
gWindow=window.open(URL,"eluwindow","width=300,height=330,left=580,top=230,resizable");
gWindow.focus();
}

function openGAPWin(URL) {
hWindow=window.open(URL,"gapwindow","width=484,height=334,left=580,top=100,resizable");
hWindow.focus();
}
