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="*,770,*" border="0" framespacing="0" frameborder="0">',
		'<noframes>',
			'<div class=""><table cellpadding="0" cellspacing="0" border="0" width="770">',
				'<tr>',
					'<td style="vertical-align:top"><EMBED src="pics/fpanav.swf" quality=high bgcolor=#660000  WIDTH=150 HEIGHT=400 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED></td>',
					'<td style="vertical-align:top; valign="top"><img src="pics/fpalogo.jpg" width="620" height="83" alt="" /></td>',
				'</tr>',
			'</table></div>',
		'</noframes>',		
		'<frame src="side_left.htm" name="fpabgleft" scrolling="NO" noresize marginheight="0" marginwidth="0">',
		'<frameset rows="160,*" border="0" framespacing="0" frameborder="0">',
			'<frame src="fpaheader.htm" name="fpaheader" scrolling="NO" noresize marginheight="0" marginwidth="0">',
			'<frameset cols="173,597" border="0" framespacing="0" frameborder="0">',
				'<frame src="fpanav.htm" name="fpanav" scrolling="NO" noresize marginheight="0" marginwidth="0">',
				'<frame src="', bodyFrame, '" name="fpacontent">',
			'</frameset>',	
		'</frameset>',	
		'<frame src="side_right.htm" name="fpabgright" scrolling="NO" noresize marginheight="0" marginwidth="0">',
	'</frameset>'
  );
} 
