function activeLink(id)
{
    document.getElementById(id).style.color = "#990000";
}


function Message(msg)
{
alert(msg);
}