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  onResize="nav1.location.reload();nav2.location.reload();banner.location.reload();main.location.reload();side.location.reload()" bgcolor="000000" framespacing="0"  frameborder=no  border=0 rows="40, 22, 22, 0, *">',
'<frame  scrolling="no" name="banner" src="../../banner.html" marginwidth="0" marginheight="0">',
'<frame  scrolling="no" name="nav1" src="../../nav1/-blank.html" marginwidth="15" marginheight="0">',
'<frame  scrolling="no"  name="nav2" src="../../nav2/_blank.html" marginwidth="15" marginheight="0">',
'<frame  scrolling="no"  name="space" src="../../space.html" marginwidth="15" marginheight="0">',

'<frameset bgcolor="000000" framespacing="0"  frameborder=no  border=0 cols="190,*">',
'<frame  scrolling="auto" name="side" src="../../side.html" marginwidth="0" marginheight="10">',
'<frame  scrolling="auto" name="main" src="', bodyFrame, '" marginwidth="10" marginheight="10">',
'</frameset>',
'</frameset>'
  );
}


