/*******************************************************
POPUPS
*******************************************************/
function openProductPopup(url) {
   var w = window.open(url, 'unwiredproduct', 'scrollbars,resizable=no,width=700,height=450');
   w.focus();
   return false;
}
function openScreenshotPopup(url) {
   var w = window.open(url, 'unwiredscreenshot', 'scrollbars,resizable,width=600,height=500');
   w.focus();
   return false;
}
function openStatusPopup(url) {
   var w = window.open(url, 'unwiredstatus', 'scrollbars,resizable,width=485,height=500');
   w.focus();
   return false;
}
function openCareersPopup(url) {
   var w = window.open(url, 'unwiredcareers', 'scrollbars,resizable,width=485,height=500');
   w.focus();
   return false;
}
function openVerificationCodePopup(url) {
   var w = window.open(url, 'unwiredcareers', 'scrollbars,resizable,width=500,height=650');
   w.focus();
   return false;
}
function openVerificationBSBPopup(url) {
   var w = window.open(url, 'BSBVerification', 'scrollbars,resizable,width=500,height=450');
   w.focus();
   return false;
}
function openNetworkPopup(url) {
   var w = window.open(url, 'unwirednetwork', 'scrollbars,resizable,width=485,height=500');
   w.focus();
   return false;
}
function OpenCertDetails() {
   thewindow =window.open('https://www.thawte.com/cgi/server/certdetails.exe?code=AUUNWI1-1', 'anew',config='height=400,width=450,toolbar=no,menubar=no,scrollbars=yes,resizable=no,location=no,directories=no,status=yes');
}

function openHomeMoviePopup(url) {
   var w = window.open(url, 'unwiredproduct', 'scrollbars,resizable,width=485,height=420');
   w.focus();
   return false;
}

function openPlansPopup(url) {
   var w = window.open(url, 'unwiredplans', 'scrollbars,resizable=no,width=750,height=500');
   w.focus();
   return false;
}

function openDirectDebitPopup(url) {
   var w = window.open(url, 'unwiredproduct', 'scrollbars,resizable,width=800,height=800');
   w.focus();
   return false;
}
