if( top.parent.frames.length > 0)
top.parent.location.href=self.location.href;
function doit(id,what)
{
document.getElementById(id).style.visibility = what;
}