﻿function SendToQuotePage(){
	var select = document.Form1.lstType;
	var value = select.options[select.selectedIndex].value;
	if(value==1)
		window.location = "/Individual/default.aspx?Section=Individual&amp;Page=QuoteStart2";
	else if(value==2)
	    window.location = "https://www.healthquotes.ca/Group/default.aspx?Section=Group&amp;Page=Quotes";
	else if(value==3)
		window.location = "/Travel/";
	else if(value==4)
	    window.location = "https://www.healthquotes.ca/Disability/default.aspx?Section=Disability&amp;Page=Quote";
	else if(value==5)
	    window.location = "https://www.healthquotes.ca/CriticalIllness/default.aspx?Section=CriticalIllness&amp;Page=Quote";
	else if(value==7)
	    window.location = "/Guaranteed_Issue/default.aspx?Section=GI&amp;Page=Quotes";
	else if(value==6)
		window.location = "http://life-insurance-quotes.ca";
	else if(value==8)
	    window.location = "https://www.healthquotes.ca/VisitorsToCanada/default.aspx?Section=Visitors&amp;Page=Quotes";
}
