function init(){document.getElementById("appTitle").innerHTML="View Transit Maps";framework.widget.helpmenu.init("transit_helpmenu");initializeHelpMenu("maps");framework.util.hideElement("transit_menu");populateLabels("","shipperZipLabel","US");document.getElementById("centerId").disabled="disabled";
removeAllOptions(document.getElementById("centerId"));var b="serviceUsed="+"FXF";var a="populateDropDown.do";framework.http.loadUrl("get_CC_list",a,b,"getCCListSuccess","getCCListFailure",15000,"/myAccountLanding.do");document.getElementById("view2").disabled="";document.getElementById("centerId").disabled="";
document.getElementById("loginURL").href="/myacct.jsp";isPopup=document.getElementById("popUpMapHidden").value;popupURL=document.getElementById("popUpMapURLHidden").value;if(isPopup=="true"){window.open(popupURL,"Maps","resizable=yes,scrollbars=yes,status=yes,height=620,width=780");if(document.getElementById("customerCenterId").value!=""){document.getElementById("centerId").value=document.getElementById("customerCenterId").value;
}}}function getCCListSuccess(){var ccList=framework.http.getHttpCallResults("get_CC_list");if(ccList.status==200){var scListObj=eval("("+ccList.responseText+")");var scListArray=scListObj.resultList;var last="";for(i=0;i<scListArray.length;i++){addOption(document.getElementById("centerId"),scListArray[i].value,scListArray[i].key);
last=scListArray[i].value;}document.getElementById("centerId").disabled=false;}else{getCCFailure();}}function getCCFailure(){window.location.href="/errorpage.jsp";}
