function int(loc){
self.location=loc+".php"
}
function mouseover(tag)
{
  tag.style.backgroundColor="#FFFFFF";tag.style.cursor="pointer";
}
function mouseout(tag)
{
  tag.style.backgroundColor="#FFFFFF";
}


