function takeMenuFrameClear(a,b)
{
 var e=true;
 if(top.frames.length==2)
 if(top.location.href==parent.location.href)
 if(parent.frames[0].name=="menu")
 if(parent.frames[1].name=="content")
  e=false;
 if(!e)parent.menu.location.replace(a);
 if(e)top.location.replace(b);
 return true
}

function frameClear(a)
{
 var e=true;
 if(top.frames.length==2)
 if(top.location.href==parent.location.href)
 if(parent.frames[0].name=="menu")
 if(parent.frames[1].name=="content")
  e=false;
 if(e)top.location.replace(a);
 return true
}