// BODY AREA ENDS HERE, ON HTML PAGE
document.write('	</td>');
document.write('	<td width="5" rowspan="2">');
document.write('	<img src="' +dir+ 'images/spacer.gif" width="5" height="1" alt="">');
document.write('	</td>');
document.write('	<td class="text" rowspan="2"><img src="' +dir+ 'images/spacer.gif" width="1" height="1"></td>');
document.write('</tr><tr>');

if (whichSite == "visit") {
	document.write('	<td colspan="2" class="text" align="center"><br><br><a href="' +dir+ 'index.php">Home</a> || <a href="' +dir+ 'about.php">About Us</a> || <a href="' +dir+ 'merchant.php">Request Catalog</a> || <a href="' +dir+ 'contact.php">Contact Us</a> <br><a href="http://visit.athenadesigns.com/cgi-bin/store/commerce.cgi">Catalog Collections</a> || <a href="' +dir+ '/merchant/">Merchant Login</a></td>');
} else if (whichSite == "merchant") {
	document.write('	<td colspan="2" class="text" align="center"><br><br><a href="http://www.athenadesigns.com/merchant/">Home</a> || <a href="http://www.athenadesigns.com/merchant/about.php">About Us</a> || <a href="http://www.athenadesigns.com/merchant/merchant.php">Request Catalog</a> || <a href="http://www.athenadesigns.com/merchant/contact.php">Contact Us</a> <br><a href="http://www.athenadesigns.com/merchant/cgi-bin/store/commerce.cgi">Catalog Collections</a> || <a href="http://www.athenadesigns.com/merchant/">Merchant Login</a></td>');
// -----------------------------------------------
} else if (whichSite == "showroom") {
	document.write('	<td colspan="2" class="text" align="center"><br><br><a href="http://www.athenadesigns.com/showroom/">Home</a> || <a href="http://www.athenadesigns.com/showroom/about.php">About Us</a> || <a href="http://www.athenadesigns.com/showroom/merchant.php">Request Catalog</a><br><a href="http://www.athenadesigns.com/showroom/contact.php">Contact Us</a> || <a href="http://www.athenadesigns.com/showroom/cgi-bin/store/commerce.cgi">Catalog Collections</a></td>');
} else if (whichSite == "special") {
	document.write('	<td colspan="2" class="text" align="center"><br><br><a href="http://www.athenadesigns.com/">Home</a> || <a href="http://www.athenadesigns.com/about.php">About Us</a> || <a href="http://www.athenadesigns.com/merchant.php">Request Catalog</a><br><a href="http://www.athenadesigns.com/contact.php">Contact Us</a> || <a href="http://www.athenadesigns.com/special/cgi-bin/store/commerce.cgi">Courage of Wellness Bracelet</a></td>');
} else {
	document.write('	<td colspan="2" class="text" align="center"><br><br><a href="' +dir+ 'index.php">Home</a> || <a href="' +dir+ 'about.php">About Us</a> || <a href="' +dir+ 'merchant.php">Request Catalog</a> || <a href="' +dir+ 'contact.php">Contact Us</a> <br><a href="http://visit.athenadesigns.com/cgi-bin/store/commerce.cgi">Catalog Collections</a> || <a href="' +dir+ '/merchant/">Merchant Login</a></td>');
}

document.write('</tr></table>');
document.write('</div>');
//document.write('<!-- start coolMenus script here -->');
//document.write('<script language="javascript" src="' +dir+ 'js/cm_nav.js"></script>        ');
//document.write('<!-- end new coolMenus script test here -->');
//document.write('<script language="javascript" src="' +dir+ 'js/largeIt.js"></script>        ');
document.write('</body>');document.write('</html>');// END DOCUMENT.
