<!-- hide the script from old browsers
var timerID=null;

function loadMainWindow()
{
  if(top.text)
    top.text.location.href=self.location.href;
}

function checkIfTrapped()
{
  if(!top.patrik)
  {
	top.location.href=self.location.href;
  }
}

/* Check if we shall write our frame */
if( top.location == self.location && queryField("hide") != "noframe"){
  document.write("<frameset frameborder=\"0\" framespacing=\"0\" border=\"0\" cols=\"0,*\" rows=\"*\">");
    document.write("<frame marginwidth=\"0\" marginheight=\"0\" src=\"/blank.html\" name=\"patrik\">");
  document.write("<frameset frameborder=\"0\" framespacing=\"0\" border=\"0\" cols=\"*\" rows=\"125,*\">");
    document.write("<frame marginwidth=\"0\" marginheight=\"0\" src=\"/menu/heading.html\" name=\"heading\" noresize scrolling=\"no\"\
>");
    if( queryField("hide") == "1" ){
      document.write("<frameset frameborder=\"0\" framespacing=\"0\" border=\"0\" cols=\"0,*\" rows=\"*\">");
    }else{
      document.write("<frameset frameborder=\"0\" framespacing=\"0\" border=\"0\" cols=\"200,*\" rows=\"*\">");
    }
	document.write("<frameset frameborder=\"0\" framespacing=\"0\" border=\"0\" cols=\"*\" rows=\"0,*\">");
          document.write("<frame marginwidth=\"0\" marginheight=\"0\" src=\"/menu/mymtm/mymtm-1.1/code.php\" name=\"code\" scrolling=\"yes\" frameborder=\"0\">");
          document.write("<frame marginwidth=\"5\" marginheight=\"5\" src=\"/menu/mymtm/mymtm-1.1/html.php\" name=\"menu\" noresize scrolling=\"auto\" frameborder=\"0\">");
        document.write("</frameset>");
      document.write("<frame marginwidth=\"5\" marginheight=\"5\" src=\"/blank.html\" name=\"text\" noresize>");
    document.write("</frameset>");
  document.write("</frameset>");
  setTimeout("loadMainWindow();",0);
}
else
{
  setTimeout("checkIfTrapped();",0);
}

//End of script hiding-->