function sboxTop( width, height, brcolor, bgcolor, align, valign )
{
	var inwidth = width - 2;

	document.write("<TABLE cellSpacing=0 cellPadding=0 width='"+width+"' border=0>");
	document.write("	<tr>");
	document.write("		<td colspan='3' width='"+width+"'>");
	
	document.write("<TABLE cellSpacing=0 cellPadding=0 width='100%' border=0>");
	document.write("	<TR>");
	document.write("		<TD width=5 height=1><img width=0 height=0></TD>");
	document.write("		<TD bgColor="+brcolor+"><img width=0 height=0></TD>");
	document.write("		<TD width=5 height=1><img width=0 height=0></TD>");
	document.write("	</TR>");
	document.write("	<TR>");
	document.write("		<TD width=5 height=4>");
	document.write("			<TABLE cellSpacing=0 cellPadding=0 width=5 border=0>");
	document.write("				<TR>");
	document.write("					<TD width=1><img width=0 height=0></TD>");
	document.write("					<TD width=1><img width=0 height=0></TD>");
	document.write("					<TD width=1><img width=0 height=0></TD>");
	document.write("					<TD width=1 bgColor="+brcolor+"><img width=0 height=0></TD>");
	document.write("					<TD width=1 bgColor="+brcolor+"><img width=0 height=0></TD>");
	document.write("				</TR>");
	document.write("				<TR>");
	document.write("					<TD height=1><img width=0 height=0></TD>");
	document.write("					<TD><img width=0 height=0></TD>");
	document.write("					<TD bgColor="+brcolor+"><img width=0 height=0></TD>");
	document.write("					<TD bgColor="+bgcolor+" height=1><img width=0 height=0></TD>");
	document.write("					<TD bgColor="+bgcolor+" height=1><img width=0 height=0></TD>");
	document.write("				</TR>");
	document.write("				<TR>");
	document.write("					<TD height=1><img width=0 height=0></TD>");
	document.write("					<TD bgColor="+brcolor+"><img width=0 height=0></TD>");
	document.write("					<TD bgColor="+bgcolor+" height=1><img width=0 height=0></TD>");
	document.write("					<TD bgColor="+bgcolor+"><img width=0 height=0></TD>");
	document.write("					<TD bgColor="+bgcolor+"><img width=0 height=0></TD>");
	document.write("				</TR>");
	document.write("				<TR>");
	document.write("					<TD height=1><img width=0 height=0></TD>");
	document.write("					<TD bgColor="+brcolor+"><img width=0 height=0></TD>");
	document.write("					<TD bgColor="+bgcolor+"><img width=0 height=0></TD>");
	document.write("					<TD bgColor="+bgcolor+"><img width=0 height=0></TD>");
	document.write("					<TD bgColor="+bgcolor+"><img width=0 height=0></TD>");
	document.write("				</TR>");
	document.write("			</TABLE>");
	document.write("		</TD>");
	document.write("		<TD align=middle width='100%' bgColor="+bgcolor+" height=4><img width=0 height=0></TD>");
	document.write("		<TD width=5 height=1>");
	document.write("			<TABLE cellSpacing=0 cellPadding=0 width=5 border=0>");
	document.write("				<TR>");
	document.write("					<TD width=1 bgColor="+brcolor+"><img width=0 height=0></TD>");
	document.write("					<TD width=1 bgColor="+brcolor+"><img width=0 height=0></TD>");
	document.write("					<TD width=1><img width=0 height=0></TD>");
	document.write("					<TD width=1><img width=0 height=0></TD>");
	document.write("					<TD width=1><img width=0 height=0></TD>");
	document.write("				</TR>");
	document.write("				<TR>");
	document.write("					<TD bgColor="+bgcolor+" height=1><img width=0 height=0></TD>");
	document.write("					<TD bgColor="+bgcolor+"><img width=0 height=0></TD>");
	document.write("					<TD bgColor="+brcolor+"><img width=0 height=0></TD>");
	document.write("					<TD height=1><img width=0 height=0></TD>");
	document.write("					<TD height=1><img width=0 height=0></TD>");
	document.write("				</TR>");
	document.write("				<TR>");
	document.write("					<TD bgColor="+bgcolor+" height=1><img width=0 height=0></TD>");
	document.write("					<TD bgColor="+bgcolor+" height=1><img width=0 height=0></TD>");
	document.write("					<TD bgColor="+bgcolor+" height=1><img width=0 height=0></TD>");
	document.write("					<TD bgColor="+brcolor+"><img width=0 height=0></TD>");
	document.write("					<TD></TD>");
	document.write("				</TR>");
	document.write("				<TR>");
	document.write("					<TD bgColor="+bgcolor+" height=1><img width=0 height=0></TD>");
	document.write("					<TD bgColor="+bgcolor+"><img width=0 height=0></TD>");
	document.write("					<TD bgColor="+bgcolor+"><img width=0 height=0></TD>");
	document.write("					<TD bgColor="+brcolor+"><img width=0 height=0></TD>");
	document.write("					<TD><img width=0 height=0></TD>");
	document.write("				</TR>");
	document.write("			</TABLE>");
	document.write("		</TD>");
	document.write("	</TR>");
	document.write("</TABLE>");

	document.write("		</td>");
	document.write("	</tr>");
	document.write("	<tr valign='"+valign+"'>");
	document.write("		<td bgcolor='"+brcolor+"' width=1></td>");
	document.write("		<td bgcolor='"+bgcolor+"' align='"+align+"' height='"+height+"' width='"+inwidth+"'>");

}

function sboxBottom( width, brcolor, bgcolor )
{
	document.write("		</td>");
	document.write("		<td bgcolor='"+brcolor+"' width=1></td>");
	document.write("	</tr>");
	document.write("	<tr>");
	document.write("		<td colspan='3' width='"+width+"'>");

	document.write("<TABLE cellSpacing=0 cellPadding=0 width='"+width+"' border=0>");
	document.write("	<TR>");
	document.write("		<TD width=5 height=1>");
	document.write("			<TABLE cellSpacing=0 cellPadding=0 width=5 border=0>");
	document.write("				<TR>");
	document.write("					<TD width=1><img width=0 height=0></TD>");
	document.write("					<TD width=1 bgColor="+brcolor+"><img width=0 height=0></TD>");
	document.write("					<TD width=1 bgColor="+bgcolor+"><img width=0 height=0></TD>");
	document.write("					<TD width=1 bgColor="+bgcolor+"><img width=0 height=0></TD>");
	document.write("					<TD width=1 bgColor="+bgcolor+"><img width=0 height=0></TD>");
	document.write("				</TR>");
	document.write("				<TR> ");
	document.write("					<TD height=1><img width=0 height=0></TD>");
	document.write("					<TD bgColor="+brcolor+"><img width=0 height=0></TD>");
	document.write("					<TD bgColor="+bgcolor+"><img width=0 height=0></TD>");
	document.write("					<TD bgColor="+bgcolor+" height=1><img width=0 height=0></TD>");
	document.write("					<TD bgColor="+bgcolor+" height=1><img width=0 height=0></TD>");
	document.write("				</TR>");
	document.write("				<TR>");
	document.write("					<TD height=1><img width=0 height=0></TD>");
	document.write("					<TD><img width=0 height=0></TD>");
	document.write("					<TD bgColor="+brcolor+" height=1><img width=0 height=0></TD>");
	document.write("					<TD bgColor="+bgcolor+"><img width=0 height=0></TD>");
	document.write("					<TD bgColor="+bgcolor+"><img width=0 height=0></TD>");
	document.write("				</TR>");
	document.write("				<TR>");
	document.write("					<TD height=1><img width=0 height=0></TD>");
	document.write("					<TD><img width=0 height=0></TD>");
	document.write("					<TD><img width=0 height=0></TD>");
	document.write("					<TD bgColor="+brcolor+"><img width=0 height=0></TD>");
	document.write("					<TD bgColor="+brcolor+"><img width=0 height=0></TD>");
	document.write("				</TR>");
	document.write("			</TABLE>");
	document.write("		</TD>");
	document.write("		<TD width='100%' bgColor="+bgcolor+"><img width=0 height=0></TD>");
	document.write("		<TD width=5 height=1>");
	document.write("			<TABLE cellSpacing=0 cellPadding=0 width=5 border=0>");
	document.write("				<TR>");
	document.write("					<TD width=1 bgColor="+bgcolor+"><img width=0 height=0></TD>");
	document.write("					<TD width=1 bgColor="+bgcolor+"><img width=0 height=0></TD>");
	document.write("					<TD width=1 bgColor="+bgcolor+"><img width=0 height=0></TD>");
	document.write("					<TD width=1 bgColor="+brcolor+"><img width=0 height=0></TD>");
	document.write("					<TD width=1><img width=0 height=0></TD>");
	document.write("				</TR>");
	document.write("				<TR>");
	document.write("					<TD bgColor="+bgcolor+" height=1><img width=0 height=0></TD>");
	document.write("					<TD bgColor="+bgcolor+"><img width=0 height=0></TD>");
	document.write("					<TD bgColor="+bgcolor+"><img width=0 height=0></TD>");
	document.write("					<TD bgColor="+brcolor+" height=1><img width=0 height=0></TD>");
	document.write("					<TD height=1><img width=0 height=0></TD>");
	document.write("				</TR>");
	document.write("				<TR>");
	document.write("					<TD bgColor="+bgcolor+" height=1><img width=0 height=0></TD>");
	document.write("					<TD bgColor="+bgcolor+"><img width=0 height=0></TD>");
	document.write("					<TD bgColor="+brcolor+" height=1><img width=0 height=0></TD>");
	document.write("					<TD><img width=0 height=0></TD>");
	document.write("					<TD><img width=0 height=0></TD>");
	document.write("				</TR>");
	document.write("				<TR>");
	document.write("					<TD bgColor="+brcolor+" height=1><img width=0 height=0></TD>");
	document.write("					<TD bgColor="+brcolor+"><img width=0 height=0></TD>");
	document.write("					<TD><img width=0 height=0></TD>");
	document.write("					<TD><img width=0 height=0></TD>");
	document.write("					<TD><img width=0 height=0></TD>");
	document.write("				</TR>");
	document.write("			</TABLE>");
	document.write("		</TD>");
	document.write("	</TR>");
	document.write("	<TR>");
	document.write("		<TD height=1><img width=0 height=0></TD>");
	document.write("		<TD bgColor="+brcolor+"><img width=0 height=0></TD>");
	document.write("		<TD><img width=0 height=0></TD>");
	document.write("	</TR>");
	document.write("</TABLE>");

	document.write("		</TD>");
	document.write("	</TR>");
	document.write("</TABLE>");
}

function sbox( width, height, brcolor, bgcolor, align, valign, comment )
{
	sboxTop( width, height, brcolor, bgcolor, align, valign );

	document.write( comment );

	sboxBottom( width, brcolor, bgcolor );	
}

