﻿function submitquote() {
         document.getElementById("QLink").href = document.getElementById("QLink").href.replace(/([?&]zip=)[^&]*/, '$1' + document.getElementById('txtZipcode').value.substring(0, 5));
         window.location.href = document.getElementById("QLink").href.replace(/([?&]zip=)[^&]*/, '$1' + document.getElementById('txtZipcode').value.substring(0, 5));
     }

     function submitexistingusers() {
         
         document.forms["managePolicyForm"].submit();
     }