function init_transmenu() {
if (TransMenu.isSupported()) {
TransMenu.initialize();
}
}
document.write('
');
if (TransMenu.isSupported()) {
var ms = new TransMenuSet(TransMenu.direction.down, 1, 0, TransMenu.reference.bottomLeft);
var menu7=ms.addMenu(document.getElementById("Novelties"));
menu7.addItem("Key Chains", "/category.php?ch=7+13+");
menu7.addItem("Magnets", "/category.php?ch=7+14+");
menu7.addItem("Collectible Pins", "/category.php?ch=7+22+");
var menu722=menu7.addMenu(menu7.items[2]);
menu722.addItem("Super Bowl Pins", "/category.php?ch=7+22+23+");
var menu72223=menu722.addMenu(menu722.items[0]);
menu72223.addItem("Super Bowl 36 Pins", "/category.php?ch=7+22+23+24+");
menu72223.addItem("Super Bowl 38 Pins", "/category.php?ch=7+22+23+25+");
menu72223.addItem("Super Bowl 39 Pins", "/category.php?ch=7+22+23+26+");
//==================================================================================================
menu722.addItem("Regular Patriots Pins", "/category.php?ch=7+22+27+");
//==================================================================================================
menu7.addItem("Stickers and Decals", "/category.php?ch=7+28+");
menu7.addItem("Pens and Pencils", "/category.php?ch=7+30+");
//==================================================================================================
var menu9=ms.addMenu(document.getElementById("Apparel"));
menu9.addItem("Men's Socks", "/category.php?ch=9+11+");
menu9.addItem("Women's Socks", "/category.php?ch=9+12+");
//==================================================================================================
var menu15=ms.addMenu(document.getElementById("Jewelry"));
menu15.addItem("Earrings", "/category.php?ch=15+16+");
menu15.addItem("Jewelry Sets", "/category.php?ch=15+17+");
//==================================================================================================
var menu19=ms.addMenu(document.getElementById("Glassware"));
menu19.addItem("Wine Glasses", "/category.php?ch=19+20+");
menu19.addItem("Mugs and Cups", "/category.php?ch=19+21+");
//==================================================================================================
//==================================================================================================
// write drop downs into page
//==================================================================================================
TransMenu.renderAll();
}