
<!--


	function whereTo()
	{
	var mw= prompt("Please enter your Client ID");
	if(mw == "salesbook")
	{window.location = "salesbook.asp";}
	else if (mw == "inhbnch")
	{window.location = "inhbnch.asp";}
	else if (mw == "chgbench")
	{window.location = "chgbench.asp";}
	else if (mw == "ssc")
	{window.location = "SSC.asp";}
	else if (mw == "IFMA")
	{window.location = "Bingham.asp";}
	else if (mw == "dana")
	{window.location = "dana.asp";}
	else if (mw == "client7_userid")
	{window.location = "client7.asp";}
	else if (mw == "client8_userid")
	{window.location = "client8.asp";}
	else if (mw == "client9_userid")
	{window.location = "client9.asp";}
	else if (mw == "client10_userid")
	{window.location = "client10.asp";}
	else
	{window.location = "tryagain.asp";}
	}

//-->