// JavaScript Document
function SetBgColor(tr, color) {
	tr.bgColor = color;
}
	
function LinkTo(page) {
	window.location = page;
}