function ChangeBGColor(objTD, objIMG)
{
//	objTD.style.cursor = "hand";
//	objTD.lastChild.style.color = "#000000";
//	objTD.style.color = "#000000";
	//if(document.getElementById(objIMG) != null)
	//{
//		document.getElementById(objIMG).src = "images/arw_over.jpg";
//	}
}

function RestoreColor(objTD, objIMG)
{
//	objTD.lastChild.style.color = "#000000";
//	objTD.style.color = "#000000";
	//if(document.getElementById(objIMG) != null)
	//{
	//	document.getElementById(objIMG).src = "images/arw_normal.jpg";
	//}
}

function hideMenu(tdID)
{
	document.getElementById(tdID).style.display='none';
}

function showMenu(tdID)
{
	document.getElementById(tdID).style.display='inline';

}

function OpenWindow(strFileName, intWidth, intHeight)
{
	window.open(strFileName, '','width=' + intWidth + ', height=' + intHeight + ', scrollbars=no')
}
