

function menu(){
	document.write('<a href="index.html"		><img src="images/Menu_ov_01.jpg" name="mnu_01"	width="46"	height="19" border="0" onmouseover="this.src=\'images/Menu_01.jpg\'" onmouseout="this.src=\'images/Menu_ov_01.jpg\'"></a>');
	document.write('<a href="aboutme.html"		><img src="images/Menu_ov_02.jpg" name="mnu_02" width="69"	height="19" border="0" onmouseover="this.src=\'images/Menu_02.jpg\'" onmouseout="this.src=\'images/Menu_ov_02.jpg\'"></a>');
	document.write('<a href="shoepants.html"	><img src="images/Menu_ov_03.jpg" name="mnu_03" width="77"	height="19" border="0" onmouseover="this.src=\'images/Menu_03.jpg\'" onmouseout="this.src=\'images/Menu_ov_03.jpg\'"></a>');
	document.write('<a href="customrec.html"	><img src="images/Menu_ov_04.jpg" name="mnu_04" width="131"	height="19" border="0" onmouseover="this.src=\'images/Menu_04.jpg\'" onmouseout="this.src=\'images/Menu_ov_04.jpg\'"></a>');
	document.write('<a href="customjob.html"	><img src="images/Menu_ov_05.jpg" name="mnu_05" width="94"	height="19" border="0" onmouseover="this.src=\'images/Menu_05.jpg\'" onmouseout="this.src=\'images/Menu_ov_05.jpg\'"></a>');
	document.write('<a href="shirts.html"		><img src="images/Menu_ov_06.jpg" name="mnu_06" width="50"	height="19" border="0" onmouseover="this.src=\'images/Menu_06.jpg\'" onmouseout="this.src=\'images/Menu_ov_06.jpg\'"></a>');
	document.write('<a href="alacart.html"		><img src="images/Menu_ov_07.jpg" name="mnu_07" width="74"	height="19" border="0" onmouseover="this.src=\'images/Menu_07.jpg\'" onmouseout="this.src=\'images/Menu_ov_07.jpg\'"></a>');
	document.write('<a href="alterations.html"	><img src="images/Menu_ov_08.jpg" name="mnu_08" width="81"	height="19" border="0" onmouseover="this.src=\'images/Menu_08.jpg\'" onmouseout="this.src=\'images/Menu_ov_08.jpg\'"></a>');
	document.write('<a href="portfolio.html"	><img src="images/Menu_ov_09.jpg" name="mnu_09" width="65"	height="19" border="0" onmouseover="this.src=\'images/Menu_09.jpg\'" onmouseout="this.src=\'images/Menu_ov_09.jpg\'"></a>');
}

function menu2(){
	var menudiv = "&nbsp;&nbsp;|&nbsp;&nbsp;";

	document.write('<table width="830" border="0" cellpadding="0" cellspacing="0">');
	document.write('<tr> ');
	document.write('<td height="70" valign="top"><img src="images/title_01.jpg" width="608" height="70"><a href="mailto:melissa@shoepants.com"><img src="images/title_02.jpg" name="Image121" width="79" height="70" border="0" id="Image121"  onmouseover="this.src=\'images/title_02_ov.jpg\'" onmouseout="this.src=\'images/title_02.jpg\'"></a></td>');
	document.write('<td width="141" valign="top"><img src="images/Feet.jpg" width="141" height="50"></td>');
	document.write('</tr>');
	document.write('<tr><td height="19" colspan="2" valign="top" align="center">');

	document.write('<a href="index.html"		><B>Home</B></a>'+menudiv);
	document.write('<a href="aboutme.html"		><B>About Me</B></a>'+menudiv);
	document.write('<a href="shoepants.html"	><B>Shoepants</B></a>'+menudiv);
	document.write('<a href="customrec.html"	><B>Custom Recreations</B></a>'+menudiv);
	document.write('<a href="customjob.html"	><B>Custom Jobs</B></a>'+menudiv);
	document.write('<a href="shirts.html"		><B>Shirts</B></a>'+menudiv);
	document.write('<a href="alacart.html"		><B>A La Cart</B></a>'+menudiv);
	document.write('<a href="alterations.html"	><B>Alterations</B></a>'+menudiv);
	document.write('<a href="fabric.html"		><B>Fabric For Shoepants</B></a>'+menudiv);
	document.write('<a href="portfolio.html"	><B>Portfolio</B></a>');

	document.write('</td></tr></table>');
}


