function selectProduct()
{
	with(document.frmSelectProduct)
	{
		if (select_product.selectedIndex == 1) // Life Insurance
		{
			//window.open("https://afp.transamerica.com/myta/logon.aspx?url=/myta/Default.aspx");
			window.open("https://afp.transamerica.com/myta/logon.aspx?url=/myta/Default.aspx");
			//window.open("/resource_links/insurance_needs_redirect.asp?TargetURL="+sTarget, "alert", "toolbar=yes,menubar=yes,scrollbars=yes,resizable=yes,width=500,height=500");
		}

		if (select_product.selectedIndex == 2) // Fixed Annuity
		{
			window.open("https://afp.transamerica.com/myta/logon.aspx?url=/myta/Default.aspx");
			//window.open('<%=Application("MYTA_HOME")%>');
		}

		if (select_product.selectedIndex == 3) // Variable Annuity
		{
			window.open("https://www.transamericaservice.com/FormsLogin.asp?/auth/default.asp");
		}

		if (select_product.selectedIndex == 4) // Mutual Fund
		{
			window.open("/portal/redirect/redirect_mutual_funds_popup.asp", "alert", "toolbar=yes,menubar=yes,scrollbars=yes,resizable=yes,width=400,height=150");
			//window.open("http://www.idexfunds.com");
			//openProductWindow(4);
		}

		if (select_product.selectedIndex == 5) // 401(k) Retirement Plan
		{
			window.open("http://www.ta-retirement.com/default.aspx");
		}
	}
}