function writenav(color) {

//colors are blue, green, purple, silver, yellow, pink

document.write('<TR>');
document.write('		<TD ROWSPAN="3"><A HREF="../index.html"><IMG SRC="../images/nav/subhome_' + color + '.gif" WIDTH="195" HEIGHT="92" BORDER="0"></A></TD>');
document.write('		<TD><A HREF="../personal/index.html"><IMG SRC="../images/nav/subpersonal_' + color + '.gif" WIDTH="113" HEIGHT="37" BORDER="0"></A></TD>');
document.write('		<TD><A HREF="../professional/index.html"><IMG SRC="../images/nav/subprofessional_' + color + '.gif" WIDTH="137" HEIGHT="37" BORDER="0"></A></TD>');
document.write('		<TD><A HREF="../krystonia/index.html"><IMG SRC="../images/nav/subkrystonia_' + color + '.gif" WIDTH="207" HEIGHT="37" BORDER="0"></A></TD>');
document.write('	</TR>');
document.write('	<TR>');
document.write('		<TD><A HREF="../anime/index.html"><IMG SRC="../images/nav/subanime_' + color + '.gif" WIDTH="113" HEIGHT="27" BORDER="0"></A></TD>');
document.write('		<TD><A HREF="../links/index.html"><IMG SRC="../images/nav/sublinks_' + color + '.gif" WIDTH="137" HEIGHT="27" BORDER="0"></A></TD>');
document.write('		<TD><IMG SRC="../images/nav/subblank2_' + color + '.gif" WIDTH="207" HEIGHT="27"></TD>');
document.write('	</TR>');
document.write('	<TR>');
document.write('		<TD COLSPAN="3"><IMG SRC="../images/nav/subblank_' + color + '.gif" WIDTH="457" HEIGHT="28"></TD>');
document.write('	</TR>');

}
