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 cols="*,121,679,*" frameborder="NO" border="0" framespacing="0">',  
  '<frame name="leftFrame" scrolling="NO" noresize src="dummy.html">',
  '<frame name="leftFrame" scrolling="NO" noresize src="navigation_e.html">',
  '<frameset rows="120,*" frameborder="NO" border="0" framespacing="0">',
  '<frame name="titleFrame" scrolling="NO" noresize src="title.html">',
  '<FRAME SRC="', bodyFrame, '" NAME="mainFrame" scrolling="auto">',
  '</frameset>',
  '<frame name="rightFrame" scrolling="NO" noresize src="dummy.html">',
  '</FRAMESET>'
  );
}




  
   
   
   		
   		
    