function changebg1(td)
{
    td.style.background="#FAD877"
}
function changebg2(td)
{
    td.style.background="#F1F0E2"
}
function openpage()
{
   window.open("message-center.php","width=430")
}
