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="94,*" frameborder="NO" border="0" framespacing="0", *">',     '<FRAME scrolling="NO" noresize SRC="../frame_HMAinfomenu.htm" NAME="nav">',           '<FRAME SRC="', bodyFrame, '" NAME="bodyframe">',    '</FRAMESET>'  );}