if( TransMenu.isSupported() ) { var ms0 = new TransMenuSet(TransMenu.direction.down, 1, -6, TransMenu.reference.bottomLeft); var menu_3001 = ms0.addMenu(document.getElementById('menu_about_us')); menu_3001.addItem("Management", "/about-us/management.aspx"); menu_3001.addItem("Contact Us", "/about-us/contact-us.aspx"); menu_3001.addItem("Showrooms", "/about-us/showrooms.aspx"); menu_3001.addItem("Tradeshows", "/about-us/tradeshows.aspx"); var menu_3002 = ms0.addMenu(document.getElementById('menu_products')); menu_3002.addItem("Celtic Jewelry", "/products/celtic-jewelry/default.aspx"); var menu_3040 = menu_3002.addMenu(menu_3002.items[0]); menu_3040.addItem("Rings", "/products/celtic-jewelry/rings.aspx"); menu_3040.addItem("Pendants", "/products/celtic-jewelry/pendants.aspx"); menu_3040.addItem("Other", "/products/celtic-jewelry/other.aspx"); menu_3002.addItem("Western Jewelry", "/products/western-jewelry/default.aspx"); var menu_3041 = menu_3002.addMenu(menu_3002.items[1]); menu_3041.addItem("Rings", "/products/western-jewelry/rings.aspx"); menu_3041.addItem("Pendants", "/products/western-jewelry/pendants.aspx"); menu_3041.addItem("Other", "/products/western-jewelry/other.aspx"); menu_3002.addItem("Opal Jewelry", "/products/opal-jewelry/default.aspx"); var menu_3042 = menu_3002.addMenu(menu_3002.items[2]); menu_3042.addItem("Rings", "/products/opal-jewelry/rings.aspx"); menu_3042.addItem("Pendants", "/products/opal-jewelry/pendants.aspx"); menu_3042.addItem("Other", "/products/opal-jewelry/other.aspx"); menu_3002.addItem("Biker Jewelry", "/products/biker-jewelry/default.aspx"); var menu_3043 = menu_3002.addMenu(menu_3002.items[3]); menu_3043.addItem("Rings", "/products/biker-jewelry/rings.aspx"); menu_3043.addItem("Pendants", "/products/biker-jewelry/pendants.aspx"); menu_3043.addItem("Other", "/products/biker-jewelry/other.aspx"); menu_3002.addItem("Jewelry by Weight", "/products/jewelry-by-weight/default.aspx"); var menu_3045 = menu_3002.addMenu(menu_3002.items[4]); menu_3045.addItem("Chain (chain)", "/products/jewelry-by-weight/chain.aspx"); menu_3045.addItem("Stone Jewelry (weight)", "/products/jewelry-by-weight/stone-jewelry.aspx"); menu_3045.addItem("Other (weight)", "/products/jewelry-by-weight/other.aspx"); menu_3002.addItem("Rings", "/products/rings/default.aspx"); var menu_3046 = menu_3002.addMenu(menu_3002.items[5]); menu_3046.addItem("Faceted Rings", "/products/rings/faceted-rings.aspx"); menu_3046.addItem("Stone Rings", "/products/rings/stone-rings.aspx"); menu_3046.addItem("Rings Without Stones", "/products/rings/rings-without-stones.aspx"); menu_3002.addItem("Pendants", "/products/pendants/default.aspx"); var menu_3047 = menu_3002.addMenu(menu_3002.items[6]); menu_3047.addItem("Faceted Pendants", "/products/pendants/faceted-pendants.aspx"); menu_3047.addItem("Stone Pendants", "/products/pendants/stone-pendants.aspx"); menu_3047.addItem("Pendants Without Stones", "/products/pendants/pendants-without-stones.aspx"); menu_3002.addItem("Earrings/Others", "/products/earrings-others/default.aspx"); var menu_3048 = menu_3002.addMenu(menu_3002.items[7]); menu_3048.addItem("Earrings", "/products/earrings-others/earrings.aspx"); menu_3048.addItem("Bracelets", "/products/earrings-others/bracelets.aspx"); menu_3048.addItem("Necklaces", "/products/earrings-others/necklaces.aspx"); menu_3002.addItem("New Items", "/products/new-items/default.aspx"); var menu_3049 = menu_3002.addMenu(menu_3002.items[8]); menu_3049.addItem("Rings", "/products/new-items/rings.aspx"); menu_3049.addItem("Pendants", "/products/new-items/pendants.aspx"); menu_3049.addItem("Other", "/products/new-items/other.aspx"); var menu_3005 = ms0.addMenu(document.getElementById('menu_policies')); menu_3005.addItem("Privacy Policy", "/policies/privacy-policy.aspx"); menu_3005.addItem("Conditions of Use", "/policies/conditions-of-use.aspx"); var menu_3006 = ms0.addMenu(document.getElementById('menu_become_a_dealer')); menu_3006.addItem("Register", "/become-a-dealer/register.aspx"); menu_3006.addItem("Dealer Log In", "/become-a-dealer/dealer-log-in.aspx"); menu_3006.addItem("How to Place an Order", "/become-a-dealer/how-to-place-an-order.aspx"); TransMenu.renderAll(); }