function showContactUsInfo(b){showInfo(b);var a=new YAHOO.widget.Button("contactSendBtn",{type:"button"});a.addListener("click",processContactUs);a=new YAHOO.widget.Button("contactResetBtn",{type:"reset"})}function contactUsResponseHandler(a){hideDiv(pleaseWaitDiv);showAlert("Information Received!","Thank you for contacting us. If you asked a question, or if your comments need a follow up, you will hear from us soon.",YAHOO.widget.SimpleDialog.ICON_TIP,[{text:"Ok",handler:handleSuccess}])}function processContactUs(){var d=document.getElementById("contactForm"),c=d.elements.topics.value,f=d.elements.userName.value,e=d.elements.userEmail.value,b=d.elements.userPhone.value,a=d.elements.userMessage.value;showDiv(pleaseWaitDiv);DWREngine._execute("./Server/IMSServices.cfc"+IMSCFSessionToken,null,"contactUsMessage",c,escape(f),escape(e),escape(b),escape(a),contactUsResponseHandler)}function handleSuccess(){YAHOO.IMSClient.yahoo.simpledialog1.destroy();closeInfoArea()};