
function openWindow(URL) {
newWindow = window.open(URL,"myNewWindow", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=500,height=550,left=80,top=80");
}

function openWindow250(URL) {
newWindow = window.open(URL,"myNewWindow", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=500,height=250,left=80,top=80");
}

function openWindow350(URL) {
newWindow = window.open(URL,"myNewWindow", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=502,height=520,left=80,top=20");
}
function openWindowViewAll(URL) {
newWindow = window.open(URL,"viewall", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=610,height=350,left=80,top=80");
}

function opengalvt(URL) {
newWindow = window.open(URL,"galvt", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=660,height=600,left=20,top=20");
}
function SwapOn() {
  document.reqimg.src="images/reqbutton-on.jpg"
}
function SwapOff() {
  document.reqimg.src="images/reqbutton-off.jpg"
}
function popUp(URL) {
newWindow = window.open(URL,"viewall", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=610,height=350,left=80,top=80");
}