// JavaScript Document
//nav_bot.js

document.write('<style type="text/css">');
document.write('.ftr {  font-family: Arial, Helvetica, sans-serif; font-size:9pt; color:#333333; FONT-WEIGHT:normal; FONT-STYLE:normal; TEXT-DECORATION:none; }');
document.write('.ftr:hover {  font-family: Arial, Helvetica, sans-serif; font-size:9pt; color:#333333; FONT-WEIGHT:normal; FONT-STYLE:normal; TEXT-DECORATION:underline; }');
document.write('hr {border: 0; width: 100%; color: #cccccc; height: 1px;}');
document.write('</style>')
document.write('<table width="100%"  border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><hr></td></tr><tr>');

document.write('<td width="80%" align="center"><a href="tops.htm" class="ftr">Shop</a> | <a href="biography.htm" class="ftr">About</a> | <a href="store.htm" class="ftr">Contact Us</a> | <a href="index.asp?PageAction=Custom&ID=6" class="ftr">Return Policy</a>  | <a href="index.asp?PageAction=Custom&ID=5" class="ftr">Terms of Use</a> | <a href="index.asp?PageAction=CARTDETAILS" class="ftr">View Cart</a> | <a href="index.asp?PageAction=LOGIN" class="ftr">Login</a> | <a href="index.asp?PageAction=MYACCOUNT" class="ftr">Order Tracking</a> | <a href="index.asp?PageAction=Custom&ID=7" class="ftr">Privacy Policy</a></td>');
document.write('</tr><tr><td align="center"><font color="#333333" size="1" face="Arial, Helvetica, sans-serif">Copyright &copy; Shin Choi, All Rights Reserved. </font></td></tr></table>');

