


if (self != top)
{
  top.location = self.location
}



function show(what)
{
  what.style.display='';
}

