function init(){framework.widget.helpmenu.init("rate_helpmenu");framework.util.hideElement("rate_menu");document.getElementById("appTitle").innerHTML="Open an Account";framework.widget.module.init("open_acct_resp_module",showHelp,"","afterModuleInit");populateLabels("asStateLabel","asZipLabel","US");
populateCountryDropDown("as_country");populateStateDropDown("as_state","US");if(document.getElementById("phoneCountryCode").value=="001"){document.getElementById("usPhoneFormat").style.display="inline";document.getElementById("intlPhoneFormat").style.display="none";}else{document.getElementById("usPhoneFormat").style.display="none";
document.getElementById("intlPhoneFormat").style.display="inline";}if(document.getElementById("faxCountryCode").value=="001"){document.getElementById("usFaxFormat").style.display="inline";document.getElementById("intlFaxFormat").style.display="none";}else{document.getElementById("usFaxFormat").style.display="none";
document.getElementById("intlFaxFormat").style.display="inline";}}