//Page Popups
function popupPage(page) {

windowprops = 'height=530,width=400,scrollbars=1,resizable=1';

window.open(page, 'Popup', windowprops);
}

function popupPageSlide(page) {

windowprops = 'height=530,width=445,scrollbars=1,resizable=1';

window.open(page, 'Popup', windowprops);
}

function popupPastSeason(page) {

windowprops = 'height=530,width=730,scrollbars=1,resizable=1';

window.open(page, 'Popup', windowprops);
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

//-->
