function GoLinkUrl(sel)
{
	window.open(document.all(sel).value);
	document.all(sel).selectedIndex=0;
}
function _mouseOver(_tr)
{
	_tr.className="tr_mouseOver"
}

function _mouseOut(_tr)
{
	_tr.className="tr_mouseOut"
}

function GoUrl(Type)
{
	var s=window.location+"";
	s=s.toUpperCase();
	s=s.substring(0,s.indexOf("TYPE=")+5)+Type;
	window.location=s;
}

function GoGovInfo()
{
	var s="Default.aspx"+window.location.search;
	s=s.toUpperCase();
	s=s.substring(0,s.indexOf("TYPE=")-1)+"&WebItem=6";
	window.location=s;
}

