// THESE FUNCTIONS Check to see if the windows are already open
// If not it opens the window, if the window is already open, it gives the window focus.
//

var curtisPix
var curtisPage
var lagPix
var lagPage
var tottPix
var tottPage
var tott2Pix
var tott2Page
var tott3Pix
var tott3Page
var jeffPix
var jeffPage
var bryPix
var bryPage
var reynoldsPix
var reynoldsPage
var eastsidePix
var eastsidePage
var nuPix
var nuPage
var aviaPix
var aviaPage
var midPix
var midPage
var mid2Pix
var mid2Page
var stuyPix
var stuyPage
var cardPix
var cardPage
var newtownPix
var newtownPage
var jfkPix
var jfkPage
var bergPix
var bergPage


function openCurtis(){
if (!curtisPix||curtisPix.closed){
curtisPage = window.open('images/hpabwinspring03/Curtis/curtispix.htm','','status=no, scrollbars=yes, resizable=yes, width=650, height=600');
	}
	else{
curtisPage.focus();
	}
}

function openLag(){
if (!lagPix||lagPix.closed){
lagPage = window.open('images/hpabwinspring03/Laguardia/lagpix.htm','','status=no, scrollbars=yes, resizable=yes, width=650, height=600');
	}
	else{
lagPage.focus();
	}
}
function openTott(){
if (!tottPix||tottPix.closed){
tottPage = window.open('images/hpabwinspring03/Tottenville/tottpix.htm','','status=no, scrollbars=yes, resizable=yes, width=650, height=600');
	}
	else {
tottPage.focus();
	}
}

function openTott2(){
if (!tott2Pix||tott2Pix.closed)	{
tott2Page = window.open('images/hpabwinspring03/Tottenville/tottpix2.htm','','status=no, scrollbars=yes, resizable=yes, width=650, height=600');
	}
	else{
tott2Page.focus();
	}
}
function openTott3(){
if (!tott3Pix||tott3Pix.closed)	{
tott3Page = window.open('images/hpabwinspring03/Tottenville/tottpix3.htm','','status=no, scrollbars=yes, resizable=yes, width=650, height=600');
	}
	else{
tott3Page.focus();
	}
}
function openJeff(){
if (!jeffPix||jeffPix.closed){
jeffPage = window.open('images/hpabwinspring03/Jefferson/jeffpix.htm','','status=no, scrollbars=yes, resizable=yes, width=650, height=600');
	}
	else{
jeffPage.focus();
	}
}
function openBry(){
if (!bryPix||bryPix.closed){
bryPage = window.open('images/hpabwinspring03/Bryant/brypix.htm','','status=no, scrollbars=yes, resizable=yes, width=650, height=600');
	}
	else{
bryPage.focus();
	}
}
function openReynolds(){
if (!reynoldsPix||reynoldsPix.closed){
reynoldsPage = window.open('images/hpabwinspring03/Reynolds/reynoldspix.htm','','status=no, scrollbars=yes, resizable=yes, width=650, height=600');
	}
	else{
reynoldsPage.focus();
	}
}
function openEastSide(){
if (!eastsidePix||eastsidePix.closed){
eastsidePage = window.open('images/hpabwinspring03/EastSide/eastsidepix.htm','','status=no, scrollbars=yes, resizable=yes, width=650, height=600');
	}
	else{
eastsidePage.focus();
	}
}
function openNU(){
if (!nuPix||nuPix.closed){
nuPage = window.open('images/hpabwinspring03/NewUtrecht/nupix.htm','','status=no, scrollbars=yes, resizable=yes, width=650, height=600');
	}
	else{
nuPage.focus();
	}
}
function openAvia(){
if (!aviaPix||aviaPix.closed){
aviaPage = window.open('images/hpabwinspring03/Aviation/aviationpix.htm','','status=no, scrollbars=yes, resizable=yes, width=650, height=600');
	}
	else{
aviaPage.focus();
	}
}
function openMid(){
if (!midPix||midPix.closed){
midPage = window.open('images/hpabwinspring03/Midwood/midpix.htm','','status=no, scrollbars=yes, resizable=yes, width=650, height=600');
	}
	else{
midPage.focus();
	}
}
function openMid2(){
if (!mid2Pix||mid2Pix.closed){
mid2Page = window.open('images/hpabwinspring03/Midwood/midpix2.htm','','status=no, scrollbars=yes, resizable=yes, width=650, height=600');
	}
	else{
mid2Page.focus();
	}
}
function openStuy(){
if (!stuyPix||stuyPix.closed){
stuyPage = window.open('images/hpabwinspring03/Stuy/stuypix.htm','','status=no, scrollbars=yes, resizable=yes, width=650, height=600');
	}
	else{
stuyPage.focus();
	}
}
function openCard(){
if (!cardPix||cardPix.closed){
cardPage = window.open('images/hpabwinspring03/Cardozo/cardpix.htm','','status=no, scrollbars=yes, resizable=yes, width=650, height=600');
	}
	else{
cardPage.focus();
	}
}
function openNt(){
if (!newtownPix||newtownPix.closed){
newtownPage = window.open('images/hpabwinspring03/Newtown/newtownpix.htm','','status=no, scrollbars=yes, resizable=yes, width=650, height=600');
	}
	else{
newtownPage.focus();
	}
}
function openJFK(){
if (!jfkPix||jfkPix.closed)	{
jfkPage = window.open('images/hpabwinspring03/JFK/jfkpix.htm','','status=no, scrollbars=yes, resizable=yes, width=650, height=600');
	}
	else{
jfkPage.focus();
	}
}
function openBerg(){
if (!bergPix||bergPix.closed)	{
bergPage = window.open('images/hpabwinspring03/Bergtraum/bergpix.htm','','status=no, scrollbars=yes, resizable=yes, width=650, height=600');
	}
	else{
bergPage.focus();
	}
}
