
function showstate(stateabbr)
{
	window.location.href = "portfolio.aspx?l=" + stateabbr;
}

