function AlertMe()
{
  alert("Tesrrrting");
}


function DoColorText(aName, aColor)
{
  document.getElementById(aName).style.color=aColor;
}
