<!--
//Print Window - close window script
function printWindow(){
   browserVer = parseInt(navigator.appVersion)
   if (browserVer >= 4) window.print()
}
// Subscriber popup
/*function Subscribe() {
newWin=window.open("dcf.html","form_window","resizable=1,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,copyhistory=0,width=337,height=350,top=0,left=0");
newWin.focus();
}*/
// Subscriber popup
function Subscribe() {
newWin=window.open("popup/form.html","form_window","resizable=1,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,copyhistory=0,width=433,height=280,top=0,left=0");
newWin.focus();
}
// 
function ipromo() {
newWin=window.open("http://www.nasachampionships.com/flash/championshipspromo.html","form_window2","resizable=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,copyhistory=0,width=700,height=365,top=0,left=0");
newWin.focus();
}
// Fact TRACK MAP popup
function trackMap() {
newWin=window.open("trackmap.html","form_window3","resizable=1,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,copyhistory=0,width=667,height=750,top=0,left=0");
newWin.focus();
}
// Fact TRACK MAP popup
function trackMap09() {
newWin=window.open("trackmap2009.html","form_window3","resizable=1,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,copyhistory=0,width=655,height=225,top=0,left=0");
newWin.focus();
}
// Fact Sheet popup
function factSheet() {
newWin=window.open("factsheet.html","form_window3","resizable=1,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,copyhistory=0,width=667,height=650,top=0,left=0");
newWin.focus();
}
//pop up
function NewWindow(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}

// Contact window
function pr(ref,poph) {
conWin=window.open("presspop.php?ref="+ref,"presspop","resizable=1,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,copyhistory=0,width=668,height="+poph,"top=30,left=50");
conWin.focus();
if (conWin.opener == null) conWin.opener = self;
}

//pop up
function newspop(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}

//popup for flash location
function FlashPhotoGallery(page) { 
 var width  = 995;
 var height = 546;
 var left   = (screen.width  - width)/2;
 var top    = (screen.height - height)/2;
 var params = 'width='+width+', height='+height;
 params += ', top='+top+', left='+left;
 params += ', directories=no';
 params += ', location=no';
 params += ', menubar=no';
 params += ', resizable=yes';
 params += ', scrollbars=no';
 params += ', status=no';
 params += ', toolbar=no';
newwin=window.open('gallery/index.html','photogallery1', params);
if (parseInt(navigator.appVersion) >= 4) { newwin.window.focus(); }
}

//-->
