function downLoadPageDisplay(b){var a=new Array("initialBroadBand","broadBand0","broadBand1","broadBand2");var c=0;for(c=0;c<a.length;c++){if(b!=a[c]){if(document.getElementById(a[c])!=null){document.getElementById(a[c]).style.display="none"}}else{if(document.getElementById(a[c])!=null){document.getElementById(a[c]).style.display=""}}}}function objectListContentDisplay(e,d,c,g,b,a){var f;if(c!=null&&c!=""&&c!="null"){if(c.indexOf("SMBPortal")!=-1){window.location=c}else{window.open(c,"Verizon")}}else{if(a!=null&&a!="null"){window.location=d+"&refId="+g+"&refType="+b+"&helpPagenew="+a}else{window.location=d+"&refId="+g+"&refType="+b}}}function extPopup(a){window.open(a)}function popupEmailFeedback(a){url=a+"/pageflows/verizon/smb/portal/support/supportEmailFeedback/begin.do";window.open(url,"","scrollbars=no,menubar=no,height=450,width=664,resizable=yes,toolbar=no,location=no,status=no")}function popupFAQ(a,b){FAQurl=a+"&helpPage="+b+"&faqPage=true";window.location=FAQurl}function popUpContactUs(a,b){contactUsurl=a+"&helpPage="+b;window.location=contactUsurl}function navigateOnlineAppSupportContacts(a){window.location=a}function popOpenAbuseReport(a){width=screen.width;height=screen.height-65;url=a+"/pageflows/verizon/smb/portal/support/supportLanding/reportAbusePopup.jsp";window.open(url,"windowp","width=664,height=450,scrollbars=1,status=0")}function submitMail(d){url=d+"/pageflows/verizon/smb/portal/support/supportLanding/reportAbusePopup.jsp?toField=";var b=document.getElementById("email").value;var a=true;var c=document.getElementById("usernameEmail").value;var f=document.getElementById("subject").value;var e=document.getElementById("mailBody").value;if(b==""){alert("To field cannot be null");a=false}if(c==""||validateEmail(c)){alert("From field cannot be null and enter a valid email address.\n");a=false}else{if(f==""){alert("Subject field cannot be null");a=false}else{if(e==""){alert("Description cannot be blank or Empty");a=false}}}if(a){url=url+b+"&subject="+f+"&fromMail="+c+"&mailBody="+e;setTimeout("window.close()",1000);window.location=url}}function validateEmail(b){var a=/^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/;if(b.match(a)){return false}else{return true}};