// Premium Estimates On-Line // (C) 2000 NRMA Insurance Limited ABN 11 000 016 722 function cmdValidateSuburb_onclick() { document.all["sampleSpan"].style.visibility = "visible"; document.all["buttonSpan"].style.visibility = "hidden"; } function hideButton_onclick() { document.all["foo"].style.visibility = "hidden"; } function showButton_onclick() { document.all["foo"].style.visibility = "visible"; } function postCode_onKeyUp(formName, fieldName) { fieldValue = document.all["formName"].style.fieldName.value; } function helpFile_onclick(page) { window.open(page,"_"+"blank","toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,width=500,height=200"); } function travelHelpFile_onclick(page) { window.open(page,"_"+"blank","toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,width=560,height=409"); } function pdfFile_onclick(page) { window.open(page,"_"+"blank","toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,width=500,height=600"); } function openBrowserWin_onclick(page) { window.open(page,"","toolbar,menubar,location,scrollbars=yes,resizable=yes"); } function showSection(s_name,s_class){ var section = document.getElementById(s_name); section.className = s_class; } function hideSection(s_name){ var section = document.getElementById(s_name); section.className = 'hide'; }