function writeHeader(page) {
	document.write("<TABLE align=center bgcolor=white cellSpacing=0 cellPadding=0 width=800 border=0>");
	document.write("	<TR>");
	document.write("    <TD bgColor=#ffffff rowSpan=3 width=20% align=center class=borderleft><A HREF=\"http://www.active-base.com\"><IMG SRC=\"img/logo.jpg\" WIDTH=\"123\" HEIGHT=\"71\" BORDER=0 ALT=\"\"></A></TD>");
	document.write("	<TD bgColor=#ffffff height=21>");
	document.write("		<TABLE cellSpacing=0 cellPadding=0 width=656 border=0>");
	document.write("        <TR>");
	document.write("        <TD width=81 bgcolor=#ffffff>");
	document.write("			<IMG height=20 alt=\"\" src=\"img/spacer.gif\" width=35 border=0>");
	document.write("		</TD>");
	document.write("        <TD vAlign=center align=right width=500 colspan=2 background=\"img/blackstrip4.jpg\">");
	document.write("			<A class=black href=\"download_form.asp\">Downloads</A>");
	document.write("			<SPAN class=grey>&nbsp;&nbsp; | &nbsp;&nbsp;</SPAN>");
	document.write("			<A class=black href=\"contact.html\">Contacts</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
	document.write("		</TD>");
	document.write("		</TR>");
	document.write("		</TABLE>");
	document.write("	</TD>");
	document.write("	</TR>");
	document.write("	<TR>");
	document.write("		 <TD align=right background=\"img/banner.jpg\" HEIGHT=\"40\"></TD>");
	document.write("	</TR>");
	document.write("	<TR>");
	document.write("    <TD>");
	document.write("		<TABLE cellSpacing=0 cellPadding=0 width=656 border=0>");
	document.write("		<TBODY>");
	document.write("		<TR>");
	document.write("			<TD width=40 background=\"img/corner.gif\" HEIGHT=\"22\"></TD>");
	document.write("			<TD class=menustrip2 align=left valign=top>");
								writeToolBar(page);
								var myHeight=screen.height*2/3;
								var myWidth=screen.width*2/3;
								var myTop=screen.height-((screen.height+myHeight)/2);
								var myLeft=screen.width-((screen.width+myWidth)/2);
								function pop1(){
									window.open("pop1.html","ActivePool","height="+myHeight+",width="+myWidth+",scrollbars=yes,resizable=yes,left="+myLeft+",top="+myTop,null);
								}
								function pop2(){
									window.open("pop2.html","ActiveBalance","height="+myHeight+",width="+myWidth+",scrollbars=yes,resizable=yes,left="+myLeft+",top="+myTop,null);
								}
	document.write("			</TD>");
	document.write("		</TR>");
	document.write("		</TBODY>");
	document.write("		</TABLE>");
	document.write("	</TD>");
	document.write("	</TR>");
	document.write("	<TR>");
	document.write("		<TD colspan=3 bgcolor=#000000 class=smallfonts>&nbsp;</TD>");
	document.write("	</TR>");
	document.write("</TABLE>");
}