﻿function SendToQuotePage(){
	var select = document.Form1.lstType;
	var value = select.options[select.selectedIndex].value;
	if(value==1)
		window.location = "/Individual/default.aspx?Section=Individual&Page=QuoteStart2";
	else if(value==2)
		window.location = "https://www.healthquotes.ca/Group/default.aspx?Section=Group&Page=Quotes";
	else if(value==3)
		window.location = "/Travel/";
	else if(value==4)
		window.location = "https://www.healthquotes.ca/Disability/default.aspx?Section=Disability&Page=Quote";
	else if(value==5)
		window.location = "https://www.healthquotes.ca/CriticalIllness/default.aspx?Section=CriticalIllness&Page=Quote";
	else if(value==7)
		window.location = "/Guaranteed_Issue/default.aspx?Section=GI&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&Page=Quotes";
}