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