function writeTop()
{
window.document.writeln("<table border=\"0\" width=\"800px\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" bgcolor=\"#D3D3D3\">");
window.document.writeln("	<tr>");
window.document.writeln("		<td style=\"padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;\">");
window.document.writeln("			<table border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" hspace=0 vspace=0>");
window.document.writeln("				<tr>");
window.document.writeln("					<td width=\"50%\" align=\"left\"><img src=\"images/tl.GIF\"></td>");
window.document.writeln("					<td width=\"50%\" align=\"right\"><img src=\"images/tr.GIF\"></td>");
window.document.writeln("				</tr>");
window.document.writeln("			</table>");
window.document.writeln("		</td>");
window.document.writeln("	</tr>	");
window.document.writeln("	<tr>       <!-- Begin title bar row -->");
window.document.writeln("		<td width=\"800px\" align=\"center\" style=\"font-family:Verdana;font-size:32px;\">");
window.document.writeln("			<font color=\"#1000C6\"></font>");
window.document.writeln("		<br><img src=\"images/spacer1.gif\" height=3 width=1></td>");
window.document.writeln("	</tr>");
window.document.writeln("	<tr>");
window.document.writeln("		<td style=\"padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;\" bgcolor=\"#000000\" height=1>");
window.document.writeln("		</td>");
window.document.writeln("	</tr>");
window.document.writeln("	<tr>");
window.document.writeln("		<td valign=\"top\">");
window.document.writeln("			<table border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"5\" vspace=0 hspace=0>");
window.document.writeln("				<tr>");
window.document.writeln("	  				<td width=\"10px\" bgcolor=\"#000080\" style=\"padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;\">");
window.document.writeln("					</td>");
window.document.writeln("					<td width=\"240px\" valign=\"top\" bgcolor=\"#FAF8C9\" class=\"para\">");
window.document.writeln("					<img src=\"images/spacer1.gif\" height=6 width=1><br>");
window.document.writeln("					<a href=\"index.html\" class=\"sidebar\">Home</a>");
window.document.writeln("					<br><img src=\"images/spacer1.gif\" height=10 width=1><br>");
window.document.writeln("					<a href=\"services.html\" class=\"sidebar\">Services</a>");
window.document.writeln("					<br><img src=\"images/spacer1.gif\" height=3 width=1><br>");
window.document.writeln("					&nbsp;&nbsp;");
window.document.writeln("					<a href=\"smallscalemodels.html\" class=\"sidebar\">Small Scale Models</a>");
window.document.writeln("					<br><img src=\"images/spacer1.gif\" height=3 width=1><br>");
window.document.writeln("					&nbsp;&nbsp;");
window.document.writeln("					<a href=\"fluidbeds.html\" class=\"sidebar\">Fluid Beds</a>");
window.document.writeln("					<br><img src=\"images/spacer1.gif\" height=3 width=1><br>");
window.document.writeln("					&nbsp;&nbsp;");
window.document.writeln("					<a href=\"feasibility.html\" class=\"sidebar\">Feasibility Studies</a>");
window.document.writeln("					<br><img src=\"images/spacer1.gif\" height=3 width=1><br>");
window.document.writeln("					&nbsp;&nbsp;");
window.document.writeln("					<a href=\"cyclonedesign.html\" class=\"sidebar\">Cyclone Design</a>");
window.document.writeln("					<br><img src=\"images/spacer1.gif\" height=3 width=1><br>");
window.document.writeln("					&nbsp;&nbsp;");
window.document.writeln("					<a href=\"esd.htm\" class=\"sidebar\"><nobr>Entrainment Reduction</nobr></a>");
window.document.writeln("					<br><img src=\"images/spacer1.gif\" height=10 width=1><br>");
window.document.writeln("					<a href=\"contact.html\" class=\"sidebar\">Contact Info</a>");
window.document.writeln("					<br><img src=\"images/spacer1.gif\" height=10 width=1><br>");
window.document.writeln("					<a href=\"aims.html\" class=\"sidebar\">A.I.M.S.</a>");
window.document.writeln("					<br><img src=\"images/spacer1.gif\" height=10 width=1><br>");
window.document.writeln("					<a href=\"publications.html\" class=\"sidebar\">Publications</a>");
window.document.writeln("					<br><img src=\"images/spacer1.gif\" height=10 width=1><br>");
window.document.writeln("					<a href=\"history.html\" class=\"sidebar\">History</a>");
window.document.writeln("					<br><img src=\"images/spacer1.gif\" height=10 width=1><br>");
window.document.writeln("<br><br><br><br><br><br><br><br><br>");
window.document.writeln("	<br><br><br>&nbsp;");
window.document.writeln("					</td>");
window.document.writeln("					<td width=\"550px\" valign=\"top\" class=\"para\" bgcolor=\"#EEEEEE\">");
}

function writeBottom()
{
window.document.writeln("					</td>");
window.document.writeln("				</tr>");
window.document.writeln("			</table>");
window.document.writeln("		</td>");
window.document.writeln("	</tr>");
window.document.writeln("	<tr>");
window.document.writeln("		<td style=\"padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;\" bgcolor=\"#000000\" height=1>");
window.document.writeln("		</td>");
window.document.writeln("	</tr>");
window.document.writeln("	<tr>");
window.document.writeln("		<td width=\"800px\" align=\"center\" height=\"50\" colspan=2>");
window.document.writeln("			&nbsp;");
window.document.writeln("		</td>");
window.document.writeln("	</tr>");
window.document.writeln("	<tr>");
window.document.writeln("		<td style=\"padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;\">");
window.document.writeln("			<table border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" hspace=0 vspace=0>");
window.document.writeln("				<tr>");
window.document.writeln("					<td width=\"50%\" align=\"left\"><img src=\"images/bl.GIF\"></td>");
window.document.writeln("					<td width=\"50%\" align=\"right\"><img src=\"images/br.GIF\"></td>");
window.document.writeln("				</tr>");
window.document.writeln("			</table>");
window.document.writeln("		</td>");
window.document.writeln("	</tr>	");
window.document.writeln("</table>");
}