function goHome() { document.location = "Welcome.do"; } function goAbout() { document.location = "About.do"; } function goPress() { document.location = "Press.do"; } function goContact() { document.location = "Contact.do"; } function goLenders() { document.location = "Lenders.do"; } function goSurveyors() { document.location = "Surveyors.do"; } function goPanelManagers() { document.location = "PanelManagers.do"; } function goInsurance() { document.location = "Insurers.do"; } function goCustomers() { document.location = "Customers.do"; }