if(typeof TELENECT==="undefined"){TELENECT={}}TELENECT.visibility=function(){$$(".toggleButton").each(function(a){Event.observe(a,"click",function(b){b.stop();a.next(".toggleDescription").toggle()})})};Event.observe(window,"load",TELENECT.visibility);Event.observe(window,"load",function(){$("pdfForm").observe("submit",function(a){a.stop();$("pdf_form_note").update("Sending...");new Ajax.Request("/host/pricing/",{method:"post",parameters:$("pdfForm").serialize(),onSuccess:function(d){var b=d.responseJSON||"ERROR";if(b=="ERROR"){alert("An Unknown Tranport Error Occurred. Please Contact Telenect Support.")}else{var c=$("pdf_form_note");if(b.error_flag){c.addClassName("errors");c.update(b.errors)}else{c.addClassName("attention");c.update("Thanks. The file is now loading...");document.location=b.file_path}}}})})});