
function changeaddo()
{
 alert ('Siva');
}

function changeaddon()
{
 if (document.getElementById("addon").value=="State Government")
 window.location.href="../stategovernment/index.asp";
 else if(document.getElementById("addon").value=="City Government")
 window.location.href="../citygovernment/index.asp";
 else if(document.getElementById("addon").value=="County Government")
 window.location.href="../countygovernment/index.asp";
 else if(document.getElementById("addon").value=="School District")
 window.location.href="../schooldistrict/index.asp";
 else if(document.getElementById("addon").value=="College/University")
 window.location.href="../collegeuniversity/index.asp";
 else if(document.getElementById("addon").value=="Special District")
 window.location.href="../specialdistrict/index.asp";
 else if(document.getElementById("addon").value=="Supplier Services")
 window.location.href="../supplierservices/index.asp";
  else if(document.getElementById("feaapp").value=="Energy")
 window.location.href="../energyefficiencyprojects/index.html";
 else if(document.getElementById("feaapp").value=="Lease")
 window.location.href="../formallease/index.html";
}
function changeaddon1()
{
 if(document.getElementById("feaapp").value=="Energy")
 window.location.href="../energyefficiencyprojects/index.html";
 else if(document.getElementById("feaapp").value=="Lease")
 window.location.href="../formallease/index.html";
}

