function button_over(obj)
{
      obj.style.backgroundColor="#3A6FBD";
}

function button_out(obj)
{
      obj.style.backgroundColor="#DD823E";
}

function gotopage(url)
{
      top.location.href=url;
}