function hoverOff()
{
	//border color reference = 'top right bottom left'
	window.event.srcElement.style.borderColor = '#284e92 black black #284e92';
}
function clickOn()
{
	//border color reference = 'top right bottom left'
	window.event.srcElement.style.borderColor = 'black #284e92 #284e92 black';
}
function viewDetail(location)
{
	window.open(location,'detail','toolbar=1,location=0,directories=0,status=1,menubar=0,resizeable=1,scrollbars=1,top=0,left=0,width=700,height=450');
}
function tabHover()
{
	window.event.srcElement.className = "clsTabHover"
}
function tabLink()
{
	window.event.srcElement.className = "clsTabLink"
}