

<!--
document.write('<form name="selecter1"><select name="select1" size=1 onchange="go1()">');
document.write('<option value=none>Quik Links');
document.write('<option value=none>--------------------');
document.write('<option value="main.html">Main Menu');
document.write('<option value="main1.html">Print Catalog Table of Contents');
document.write('<option value="main2.html">Catalog Index by Item Number');
document.write('<option value="kcall.html">Killer Closeouts Index');
document.write('<option value="newarrivals.html">Killer New Arrivals Index');
document.write('<option value="incenseall.html">KillerScents Index');
document.write('<option value="pg1.html">Go to pgs 1-10');
document.write('<option value="pg11.html">Go to pgs 11-20');
document.write('<option value="pg21.html">Go to pgs 21-30');
document.write('<option value="pg31.html">Go to pgs 31-40');
document.write('<option value="pg41.html">Go to pgs 41-50');
document.write('<option value="pg51.html">Go to pgs 51-60');
document.write('<option value="pg61.html">Go to pgs 61-70');
document.write('<option value="pg71.html">Go to pgs 71-80');
document.write('<option value="pg81.html">Go to pgs 81-90');
document.write('<option value="backcover.html">Go to Back Cover');
document.write('<option value="contact.html">Contact Us');
document.write('<option value="ordering.html">Terms and Conditions');
document.write('<option value="order.html">printable order form');
document.write('<option value="tradeshows.html">tradeshow schedule');
document.write('<option value="catrequest.html">request catalog');
document.write('<option value="suggestions.html">Suggestions');
document.write('</select>');
document.write('</form>'); 
end hiding contents-->



