function checkFrameset() 
{
  if(!parent.topframe)
   location.href="/index.php?mf=" + location.pathname;
}
