
function launchForm(frmName,frmType,frmxtra){
  var popupWin = null;
  var frmPath = (!frmType ? "/internet/cewebforms.nsf/" : "/internet/cewebpub.nsf/Content/");
  var xtraurl = (!frmxtra ? "" : frmxtra);
  var frmDetails = "toolbar=no,scrollbars=yes,resizable=no,width=580,height=500";
  var frmID =  frmName.replace(/[^az][^AZ][^0-9]/g, '');
  popupWin = window.open(frmPath+frmName+xtraurl,frmID,frmDetails);
  if (popupWin){} //popupWin.Focus();
  else {alert("The Country Energy website uses popup windows for forms, if your browser (or a browser support applicaton) does not allow popups you will not be able to fill in our online forms.") ;}
  return false;
}

function setStatus(msg){
  status = msg;
  return true;
}

function goToEnergyWeb() { ews = window.open("https://energyweb.countryenergy.com.au/ews/login.jsp","energyweb");}

function goToEnergyWebOUT() { window.location = "/internet/cewebpub.nsf/Content/energyweb_outage";}

