// Auto Popup for weather


function Weather() {
      if (childPopup != null) {
            if (childPopup.closed == false)
                  childPopup.close()
      }
    childPopup = window.open('../weather/Current_Vantage_Pro.htm', 'tourpopup', 'width=1024,height=700,location=no,menubar=no,resizable=no,scrollbars=yes,status=no,toolbar=no,directories=no');
    return childPopup;
}


function pfApp(){
window.open("pfapp.cfm","width=950,height=700","scrollbars=yes","menubar=no","location=no","directories=no")}
function snApp(){
window.open("specneedseng.cfm","width=950,height=700","scrollbars=yes","menubar=no","location=no","directories=no")}
function snAppspanish(){
window.open("snapplication.html","winnl","width=600,height=400")}
