<!--
function Highlight(aObj, abBool)
{
	if (abBool) aObj.className=aObj.className+"Hover";
	else aObj.className=aObj.className.replace("Hover","");
}
function DropEmail()
{
 document.write("<a class=\"aMail\" href=\"mai" + "lto:info"+ "@" +"hart-gr" + "oup."+"com\">info"+ "@" +"hart-gr" + "oup."+"com</a>");
}
function Go(asSite)
{
	if (asSite.indexOf("http:") >=0)
	{
		location.href=asSite;
	}
	else
	{
		location.href="http://www.hart-group-sime.com/"+asSite;
	}

}
	
function ViewDocument(asDocId, asDocFile)
{
	with (document.frmViewDocument)
	{
		ViewDocumentId.value=asDocId;
		alert("This document will now be marked as viewed");
		submit();
	}
}

function SetSelectionByValue(value, select)
{
	var i;
	for (i=0; i < select.length; i++)
	{
		if (select.options[i].value == value)
		{
			select.options[i].selected=true;
			break;
		}
	}
}
// -->
