
function changeaddo()
{
 alert ('Siva');
}

function changeaddon()
{

 if (document.getElementById("addon").value=="Financing")
 window.location.href="financingrequest.html";
 else if(document.getElementById("addon").value=="Energy")
 window.location.href="energyefficiencyprojects/index.html";
 else if(document.getElementById("addon").value=="Financing Airport")
 window.location.href="airport/index.html";
 else if(document.getElementById("addon").value=="School District")
 window.location.href="../schooldistrict/index.asp";
 else if(document.getElementById("addon").value=="Formal")
 window.location.href="formallease/index.html";
 else if(document.getElementById("addon").value=="Resource")
 window.location.href="resource.html";
 else if(document.getElementById("addon").value=="MBE")
 window.location.href="certifications.html";
  else if(document.getElementById("addon").value=="About")
 window.location.href="aboutus.html";
 else if(document.getElementById("addon").value=="State")
 window.location.href="stategovernment/index.asp";
 else if(document.getElementById("addon").value=="City")
 window.location.href="citygovernment/index.asp";
 else if(document.getElementById("addon").value=="School")
 window.location.href="schooldistrict/index.asp";
 else if(document.getElementById("addon").value=="County")
 window.location.href="countygovernment/index.asp";
 else if(document.getElementById("addon").value=="College")
 window.location.href="collegeuniversity/index.asp";
 else if(document.getElementById("addon").value=="Special")
 window.location.href="specialdistrict/index.asp";
 else if(document.getElementById("addon").value=="Supplier")
 window.location.href="supplierservices/index.asp";
}
