function alternateMenu(site)
{
document.write('<table width="760" cellpadding="0" cellspacing="0" border="0">');
document.write('<tr>');
document.write('<td>');
document.write('<a title="Tops" href="'+site+'/shop/goodies.asp?category=tops&page=1"');
document.write(' onmouseout="MM_swapImgRestore()"');
document.write(' onmouseover="MM_swapImage(\'tops\',\'\',\'../graphics/buttons/tops_2.gif\',1)">');
document.write('<img src="../graphics/buttons/tops.gif" alt="Tops" name="tops" width="94" height="50"');
document.write(' border="0" id="tops" />');
document.write('</a>');
document.write('</td>');
  
document.write('<td>');
document.write('<a title="Bottoms" href="'+site+'/shop/goodies.asp?category=bottoms&page=1" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'bottoms\',\'\',\'../graphics/buttons/bottoms_2.gif\',1)">');
document.write('<img src="../graphics/buttons/bottoms.gif" alt="Bottoms" name="bottoms" width="101" height="50" border="0" id="bottoms" />');
document.write('</a>');
document.write('</td>');
  
document.write('<td>');
document.write('<a title="Hats" href="'+site+'/shop/goodies.asp?category=hats&page=1"');
document.write(' onMouseOut="MM_swapImgRestore()"');
document.write(' onmouseover="MM_swapImage(\'hats\',\'\',\'../graphics/buttons/hats_2.gif\',1)">');
document.write('<img src="../graphics/buttons/hats.gif" alt="Hats" name="hats" width="85" height="50" border="0" id="hats" />');
document.write('</a>');
document.write('</td>');
  
document.write('<td>');
document.write('<a title="Dresses" href="'+site+'/shop/goodies.asp?category=dresses&page=1" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'dresses\',\'\',\'../graphics/buttons/dresses_2.gif\',1)">');
document.write('<img src="../graphics/buttons/dresses.gif" alt="Dresses" name="dresses" width="112" height="50" border="0" id="dresses" />');
document.write('</a>');
document.write('</td>');
  
document.write('<td>');
document.write('<a title="Beach Gear" href="'+site+'/shop/goodies.asp?category=beach_gear&page=1" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'beach_gear\',\'\',\'../graphics/buttons/beach_gear_2.gif\',1)">');
document.write('<img src="../graphics/buttons/beach_gear.gif" alt="Beach Gear" name="beach_gear" width="144" height="50" border="0" id="beach_gear" />');
document.write('</a>');
document.write('</td>');
  
document.write('<td>');
document.write('<a href="'+site+'/shop/goodies.asp?category=decor&page=1"');
document.write(' onmouseout="MM_swapImgRestore()"');
document.write(' onmouseover="MM_swapImage(\'decor\',\'\',\'../graphics/buttons/decor_2.gif\',1)">');
document.write('<img src="../graphics/buttons/decor.gif" alt="Decor" name="decor" width="107"');
document.write(' height="50" border="0" id="decor" />');
document.write('</a>');
document.write('</td>');

if(bagStatus == 1)
{
	document.write('<td>');
	document.write('<a href="'+site+'/shop/bag.asp"');
	document.write(' onmouseout="MM_swapImgRestore()"');
	document.write(' onmouseover="MM_swapImage(\'bag\',\'\',\'../graphics/buttons/bag_2.gif\',1)">');
	document.write('<img src="../graphics/buttons/bag.gif" alt="My Bag" name="bag" width="88" height="50" border="0" id="bag" />');
	document.write('</a>');
	document.write('</td>');
}

document.write('</tr>');
document.write('</table>');
}

