function AColor(id,color)
{
	document.getElementById(id).style.backgroundColor = color;
	return;
}
function BColor(id,color)
{
	document.getElementById(id).style.color = color;
	return;
}

function mClk(src){
if (event.srcElement.tagName=='TD'){
src.children.tags('A')[0].click();
}
}
