function menu(){
document.write('<table width="611" border="0" align="center" cellpadding="0" cellspacing="0">');
document.write('<tr>');
document.write('<td colspan="7" height="58">&nbsp;</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td width="160"></td>');
document.write('<td class="m1" width="130"><a href="about.html"></a></td>');
document.write('<td width="5">&nbsp;</td>');
document.write('<td class="m2" width="75"><a href="fashion.html"></a></td>');
document.write('<td width="5">&nbsp;</td>');
document.write('<td class="m3" width="75"><a href="portfolio.html"></a></td>');
document.write('<td>&nbsp;</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td colspan="7" height="1"><img src="images/spacer.gif" width="1" height="1"></td>');
document.write('</tr>');
document.write('</table>');
}
