<!--
function changePage()
{
   var f = document.forms.navigation;

   var uri = f.pages.options[f.pages.selectedIndex].value;
   newPage =
window.open(uri,"NewPage","height=480,width=640,location=no,scrollbars=yes,menubar=no,toolbar=no,resizable=yes,status=yes");
  
   }
document.writeln('<TABLE BORDER="0" ALIGN="Center">');
document.writeln('<TR>');
document.writeln('<TD>');
document.writeln('<form name="navigation"><select name="pages" size="1" onChange="changePage();"><option value="">More Shopping<option value="art_crafts.htm">Art &amp; Crafts<option value="finance_investment.htm">Auto Loans<option value="automotive.htm">Automotive<option value="baby_care.htm">Baby Care Products<option value="basic-tops.htm">Basic Tops<option value="beauty_skincare.htm">Beauty Products<option value="bed_bath.htm">Bed &amp; Bath<option value="books.htm">Books<option value="food_coffee_tea.htm">Candies<option value="candles.htm">Candles<option value="finance_investment.htm">Car Loans<option value="cool-cat-calendars.htm">Cat Calendars<option value="fashion_accessories.htm">Clothing<option value="art_crafts.htm">Crafts<option value="finance_investment.htm">Credit Repair<option value="cool-dog-calendars.htm">Dog Calendars<option value="finance_investment.htm">Finance &amp; Credit<option value="flowers_roses.htm">Florists<option value="food_coffee_tea.htm">Food<option value="fashion_accessories.htm">Footwear<option value="home_decorate.htm">Furniture<option value="games_toys.htm">Games &amp; Puzzles<option value="garden_gardening.htm">Gardening Supplies<option value="sports_outdoors.htm">Golfing Gear<option value="home_office.htm">Home Office Supplies<option value="internet_services.htm">Internet Services<option value="jewelry.htm">Jewelry<option value="lingerie_intimates.htm">Lingerie<option value="magazines.htm">Magazines<option value="fashion_menswear.htm">Menswear<option value="cool-mens-sportswear.htm">Men&#039;s Sportswear<option value="cool-models-calendars.htm">Models Calendars<option value="cds_dvds_videos.htm">Movies<option value="pharmacy_drugstore.htm">Pharmacies<option value="perfumes_colognes.htm">Perfumes &amp; Colognes<option value="personals.htm">Personals &amp; Romance<option value="pet_supplies.htm">Pet Care Supplies<option value="fashion_accessories.htm">Shoe Stores<option value="cool-states-calendars.htm">States Calendars<option value="finance_investment.htm">Stock Shares<option value="cool_online_products.htm">Store Directory<option value="swimwear.htm">Swimwear<option value="games_toys.htm">Toys<option value="travel_vacation.htm">Travel<option value="watches.htm">Watches<option value="plus_size_clothes.htm">Women&#039;s Plus Sizes<option value="cool-womens-sportswear.htm">Women&#039;s Sportswear</select></form>');
document.writeln('</TD>');
document.writeln('</TR>');
document.writeln('</TABLE>');
//-->
