var str = location.search;
var writeFrames = (str.indexOf("nowritefs")) && (top.window.length == 0);


if (writeFrames)
{
  if (str == "")
  {
    var bodyFrame = window.location + "?nowritefs";
  }
  else
  {
    var bodyFrame = window.location + "&nowritefs";
  }
  document.write(


'<FRAMESET rows="68,*" frameborder="NO" border="0" framespacing="0", *">',
     '<FRAME scrolling="NO" noresize SRC="fr_topbinocular2.htm" NAME="topFrame">',     
      '<FRAME SRC="', bodyFrame, '" NAME="mainFrame">',
    '</FRAMESET>'
  );
}

