function changeRow(rowid, mycolor)
{
	rowid.style.backgroundColor = mycolor
}

function gotoUrl(url)
{
	location.href = url;
}