<!--

function mOvr(src)
	{
	if(!src.contains(event.fromElement))
		src.style.backgroundColor=src.OverColor;
	}
function mOut(src)
	{
	if(!src.contains(event.toElement))
		src.style.backgroundColor=src.OutColor;
	}

function mClk(src) { if(event.srcElement.tagName=='TD'){src.children.tags('A')[0].click();} }

//-->
