function checkFrameset() {
//  return;
  if(!parent.menu)
   	location.href="../frameset.php?content=" + location.href.replace(/&/g, "§").replace(/\?/g, "~");
}
