
function RowOn(Row)
{
  Row.style.backgroundColor = "#dde73c"
  Row.style.color = "#000000"
  //Row.style.cursor = "hand"
}
function RowOff(Row)
{
  Row.style.backgroundColor = "#9ad1ef"
  Row.style.color = "#000000"
}
function RowOn2(Row)
{
  Row.style.backgroundColor = "#0062a3"
  Row.style.color = "#000000"
  //Row.style.cursor = "hand"
}
function RowOff2(Row)
{
  Row.style.backgroundColor = "#00A0D4"
  Row.style.color = "#000000"
}

function changeIt(ImgAlpha, ImgBeta) { 
if (document.images) { document[ImgAlpha].src = ImgBeta; } 
} 
if (document.images)
{ 
	img01 = new Image; 
	img01.src = "graphics/contacton.gif"; 
}
