// JavaScript Document
if (self != top)
{
   if (document.images)
      top.location.replace(window.location.href);
   else
      top.location.href = window.location.href;
}

function everybodyoutofthepool(){
tit1= document.getElementById('homem').style.visibility="hidden";
tit2= document.getElementById('historym').style.visibility="hidden";
tit3= document.getElementById('picturesm').style.visibility="hidden";
}
function dispa(cc,moff){
everybodyoutofthepool();
butt = document.getElementById(cc);
butt.style.visibility="visible";
var middle = (document.body.clientWidth/2) - 255;

butt.style.left= middle + moff + "px";
butt.style.top="140px";

}