﻿
function ChangeRowColor(tableRow, fg,bg)
{
	tableRow.style.backgroundColor = bg;
	tableRow.style.color= fg;
}


function DoNav(theUrl)
{
	document.location.href = theUrl;
}
