	function navToEndleigh(szpolicy)
	{
		window.open("https://secure.tamar.co.uk/Endsleigh/cgi-shl/agent_refer.cgi?agent=138&policy=" + szpolicy.toString());
	}

	function Next()
	{
		var szSelected = window.document.frmInsurance.cboInsurance.options[window.document.frmInsurance.cboInsurance.selectedIndex].value;

		if(szSelected!='$$NULL$$')
			navToEndleigh(szSelected);
		else
			alert("Please make a selection and then click continue.");
	}
	
	function cboInsurance_onchange() 
	{
		var szSelected = window.document.frmInsurance.cboInsurance.options[window.document.frmInsurance.cboInsurance.selectedIndex].value;

		if(szSelected!='$$NULL$$')
			navToEndleigh(szSelected);
	}