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 FRAMEBORDER="0" ROWS="106, *" frameborder="yes" border="-2">',
    '<FRAME SRC="menuf.htm" NAME="top" scrolling="no" noresize >',


      '<FRAME SRC="', bodyFrame, '" NAME="bodyframe">',

    '</FRAMESET>',
  '</FRAMESET>'
  );
}

function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=1,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=375,left = 262,top = 196.5');");
}