/* =================================================================================================
 * TransMenu Setup (#menuTop)
 * Eric Ingram
 * December, 2006
 *
 * Dynamically load TransMenu(s) from object structure.
 * ============================================================================================== */
var loadMenus = function () {
    // Load menuTop by object structure.
	TransMenu.loadObject({
			'tabA1': {
				'Press Releases': {href: 'http://www.doittennis.com/buyers-guides/press-releases.php'},
				'Newsletter Archive': {href: 'http://www.doittennis.com/knowledge-center/newsletters.php'},
				'Knowledge Center': {href: 'http://www.doittennis.com/knowledge-center/'},
				'Pro Affiliates': {href: 'http://www.doittennis.com/pro-affiliates.php'},
				'Write a Review': {href: 'http://www.doittennis.com/write-a-review.php'},
				'Demo Program': {href: 'http://www.doittennis.com/demo.php'},
				'Product Reviews': {href: 'http://www.doittennis.com/product_reviews_all.php'},
				'New Products': {href: 'http://www.doittennis.com/new/all.php'}
			},
			'tabA2': {
				'<b>Racquet PRO</b>': {href: 'http://www.doittennis.com/racquetpro/'},
				'Browse': {href: 'http://www.doittennis.com/rackets/all.php'},
				'Brands': {href: 'http://www.doittennis.com/rackets/brand.php',
					subMenu: {
						'Babolat': {href: 'http://www.doittennis.com/rackets/babolat/'},
						'Boris Becker': {href: 'http://www.doittennis.com/rackets/boris-becker-tennis/'},
						'Dunlop': {href: 'http://www.doittennis.com/rackets/dunlop/'},
						'Fischer': {href: 'http://www.doittennis.com/rackets/fischer/'},
						'Head': {href: 'http://www.doittennis.com/rackets/head/'},
						'Prince': {href: 'http://www.doittennis.com/rackets/prince/'},
						'Pro Kennex': {href: 'http://www.doittennis.com/rackets/pro-kennex'},
						'Tecnifibre': {href: 'http://www.doittennis.com/rackets/tecnifibre/'},
						'Viking': {href: 'http://www.doittennis.com/rackets/viking-platform-tennis-rackets/'},
						'Volkl': {href: 'http://www.doittennis.com/rackets/volkl/'},
						'Weed': {href: 'http://www.doittennis.com/rackets/weed-tennis-racquets/'},
						'Yonex': {href: 'http://www.doittennis.com/rackets/yonex/'}
					}
				},
				'Juniors': {href: 'http://www.doittennis.com/rackets/juniors.php'},
				'Used': {href: 'http://www.doittennis.com/rackets/used.php'},
				'Sale': {href: 'http://www.doittennis.com/rackets/sale.php'},
				'Buyer\'s Guide': {href: 'http://www.doittennis.com/buyers-guides/tennis-racquets.php'},
				'Racquet Technology': {href: 'http://www.doittennis.com/rackets/tech/'},
				'Head Size': {href: 'http://www.doittennis.com/rackets/head-size.php'}
			},
			'tabA3': {
				'Browse': {href: 'http://www.doittennis.com/shoes/all.php'},
				'Men\'s': {href: 'http://www.doittennis.com/shoes/mens.php'},
				'Women\'s': {href: 'http://www.doittennis.com/shoes/womens.php'},
				'Junior\'s': {href: 'http://www.doittennis.com/shoes/juniors.php'},
				'Brands': {href: 'http://www.doittennis.com/shoes/brand.php',
					subMenu: {
						'Babolat': {href: 'http://www.doittennis.com/shoes/babolat/'},
						'Diadora': {href: 'http://www.doittennis.com/shoes/diadora/'},
						'Ektelon': {href: 'http://www.doittennis.com/shoes/ektelon-shoes/'},
						'Head': {href: 'http://www.doittennis.com/shoes/head/'},
						'K-Swiss': {href: 'http://www.doittennis.com/shoes/kswiss/'},
						'New Balance': {href: 'http://www.doittennis.com/shoes/newbalance/'},
						'Prince': {href: 'http://www.doittennis.com/shoes/prince/'},
						'Reebok': {href: 'http://www.doittennis.com/shoes/reebok/'},
						'Yonex': {href: 'http://www.doittennis.com/shoes/yonex/'}
					}
				},
				'Sale': {href: 'http://www.doittennis.com/shoes/sale.php'},
				'Buyers Guide': {href: 'http://www.doittennis.com/buyers-guides/tennis-shoes.php'},
				'Shoe Technology': {href: 'http://www.doittennis.com/shoes/babolat-technologies/'}
			},
			'tabA4': {
				'Browse': {href: 'http://www.doittennis.com/bags/all.php'},
				'Brands': {href: 'http://www.doittennis.com/bags/brand.php',
					subMenu: {
						'Babolat': {href: 'http://www.doittennis.com/bags/babolat.php'},
						'Boris Becker Tennis': {href: 'http://www.doittennis.com/bags/boris-becker-tennis'},
						'Diadora': {href: 'http://www.doittennis.com/bags/diadora-bags/'},
						'Dunlop': {href: 'http://www.doittennis.com/bags/dunlop.php'},
						'Fischer': {href: 'http://www.doittennis.com/bags/fischer.php'},
						'Gamma': {href: 'http://www.doittennis.com/'},
						'Head': {href: 'http://www.doittennis.com/bags/head.php'},
						'Jet Bags': {href: 'http://www.doittennis.com/bags/jet-bags/'},
						'Maggie Mather': {href: 'http://www.doittennis.com/bags/maggie-mather-bags/'},
						'Prince': {href: 'http://www.doittennis.com/bags/prince.php'},
						'Sergio Tacchini': {href: 'http://www.doittennis.com/bags/sergio-tachini-bags'},
						'Tecnifibre': {href: 'http://www.doittennis.com/bags/tecnifibre.php'},
						'Viking': {href: 'http://www.doittennis.com/bags/viking/'},
						'Volkl': {href: 'http://www.doittennis.com/bags/volkl.php'},
						'Whak Sak': {href: 'http://www.doittennis.com/bags/whak-sak/'},
						'Yonex': {href: 'http://www.doittennis.com/bags/yonex.php'}
					}
				},
				'Sale': {href: 'http://www.doittennis.com/bags/sale.php'},
				'Buyer\'s Guides': {href: 'http://www.doittennis.com/buyers-guides/bags.php'}
			},
			'tabA5': {
				'Men\'s': {href: 'http://www.doittennis.com/apparel/mens-all.php'},
				'Women\'s': {href: 'http://www.doittennis.com/apparel/womens-all.php'},
				'Boys\'': {href: 'http://www.doittennis.com/apparel/boys/all.php'},
				'Girls\'': {href: 'http://www.doittennis.com/apparel/girls-all.php'},
				'Hats & Visors': {href: 'http://www.doittennis.com/apparel/hats-visors.php'},
				'Head & Wristbands': {href: 'http://www.doittennis.com/apparel/headbands-wristbands.php'},
				'Sunglasses': {href: 'http://www.doittennis.com/apparel/sunglasses.php'},
				'Brands': {href: 'http://www.doittennis.com/apparel/brand.php',
					subMenu: {
						'Babolat': {href: 'http://www.doittennis.com/apparel/babolat/'},
						'Balle de Match': {href: 'http://www.doittennis.com/apparel/balledematch/'},
						'Boris Becker': {href: 'http://www.doittennis.com/apparel/boris-becker-apparel/'},
						'Diadora': {href: 'http://www.doittennis.com/apparel/diadora-apparel/'},
						'Down The Line': {href: 'http://www.doittennis.com/apparel/down-the-line-apparel/'},
						'DUC': {href: 'http://www.doittennis.com/apparel/duc-apparel/'},
						'Head': {href: 'http://www.doittennis.com/apparel/head/'},
						'In Between': {href: 'http://www.doittennis.com/apparel/inbetween-apparel/'},
						'K-Swiss': {href: 'http://www.doittennis.com/apparel/kswiss/'},
						'LMT': {href: 'http://www.doittennis.com/apparel/lmt/'},
						'Little Miss Tennis': {href: 'http://www.doittennis.com/apparel/little-miss-tennis/'},
						'Maxx Sunglasses': {href: 'http://www.doittennis.com/apparel/maxx-sunglasses.php'},
						'Prince': {href: 'http://www.doittennis.com/apparel/prince/'},
						'Reebok': {href: 'http://www.doittennis.com/apparel/reebok/'},
						'Sergio Tacchini': {href: 'http://www.doittennis.com/apparel/sergio-tacchini-apparel/'},
						'SSI': {href: 'http://www.doittennis.com/apparel/ssi/'},
						'Thorlo': {href: 'http://www.doittennis.com/apparel/thorlo/'}
					}
				},
				'Sale': {href: 'http://www.doittennis.com/apparel/sale.php'},
				'Buyer\'s Guide': {href: 'http://www.doittennis.com/buyers-guides/tennis-apparel.php'}
			},
			'tabA6': {
				'Browse': {href: 'http://www.doittennis.com/string/all.php'},
				'Brands': {href: 'http://www.doittennis.com/string/brand.php',
					subMenu: {
						'Babolat': {href: 'http://www.doittennis.com/string/babolat.php'},
						'Boris Becker': {href: 'http://www.doittennis.com/string/boris-becker-string/'},
						'Dunlop': {href: 'http://www.doittennis.com/string/dunlop-string'},
						'Fischer': {href: 'http://www.doittennis.com/string/fischer-string'},
						'Gamma': {href: 'http://www.doittennis.com/string/gamma.php'},
						'Head': {href: 'http://www.doittennis.com/string/head.php'},
						'Iso Speed': {href: 'http://www.doittennis.com/string/isospeed-string/'},
						'KLiP': {href: 'http://www.doittennis.com/string/klip.php'},
						'Prince': {href: 'http://www.doittennis.com/string/prince.php'},
						'Tecnifibre': {href: 'http://www.doittennis.com/string/tecnifibre-string/'},
						'Volkl': {href: 'http://www.doittennis.com/string/volkl.php'}
					}
				},
				'Sale': {href: 'http://www.doittennis.com/string/sale.php'},
				'Buyer\'s Guide': {href: 'http://www.doittennis.com/buyers-guides/tennis-string.php'}
			},
			'tabA7': {
				'Browse': {href: 'http://www.doittennis.com/grips/all.php'},
				'Brands': {href: 'http://www.doittennis.com/grips/brand.php',
					subMenu: {
						'Babolat': {href: 'http://www.doittennis.com/grips/all.php?sortprice=&m=2'},
						'Boris Becker': {href: 'http://www.doittennis.com/overgrips/boris-becker-over-grips/'},
						'Dunlop': {href: 'http://www.doittennis.com/grips/dunlop.php'},
						'Gamma': {href: 'http://www.doittennis.com/grips/gamma.php'},
						'Head': {href: 'http://www.doittennis.com/grips/head.php'},
						'KLiP': {href: 'http://www.doittennis.com/grips/klip.php'},
						'Tecnifibre': {href: 'http://www.doittennis.com/overgrips/tecnifibre-overgrip/'},
						'Prince': {href: 'http://www.doittennis.com/grips/prince.php'},
						'Tourna Grip': {href: 'http://www.doittennis.com/grips/tournagrip.php'},
						'Volkl': {href: 'http://www.doittennis.com/grips/volkl.php'},
						'Yonex': {href: 'http://www.doittennis.com/grips/yonex.php'}
					}
				},
				'Sale': {href: 'http://www.doittennis.com/grips/sale.php'},
				'Buyer\'s Guides': {href: 'http://www.doittennis.com/buyers-guides/grips.php'}
			},
			'tabA8': {
				'Accessories & Maintenance': {href: 'http://www.doittennis.com/courtequipment/court-accessory.php'},
				'Backboards & Rebounders': {href: 'http://www.doittennis.com/courtequipment/backboards.php'},
				'Ball Hoppers': {href: 'http://www.doittennis.com/courtequipment/ballhoppers.php'},
				'Ball Machines': {href: 'http://www.doittennis.com/courtequipment/ball-machines.php'},
				'Chairs & Benches': {href: 'http://www.doittennis.com/courtequipment/benches-chairs.php'},
				'Court & Gym Covers': {href: 'http://www.doittennis.com/courtequipment/tennis-court-gym-covers.php'},
				'Nets & Posts': {href: 'http://www.doittennis.com/courtequipment/tennis-net-posts.php'},
				'Stringing Machines': {href: 'http://www.doittennis.com/stringing-machines/'},
				'Stringing Machine Accessories & Parts': {href: 'http://www.doittennis.com/courtequipment/racquet-stringing-machine-accessories-parts.php'},
				'Screens & Curtains': {href: 'http://www.doittennis.com/courtequipment/windscreens.php'},
				'Buyer\'s Guide': {href: 'http://www.doittennis.com/buyers-guides/equipment.php'},
				'Sale': {href: 'http://www.doittennis.com/courtequipment/sale.php'}
			},
			'tabA9': {
				'Browse': {href: 'http://www.doittennis.com/sale/all.php'},
				'Racquets': {href: 'http://www.doittennis.com/sale/rackets.php'},
				'Shoes': {href: 'http://www.doittennis.com/sale/shoes.php'},
				'Bags': {href: 'http://www.doittennis.com/sale/bags.php'},
				'Apparel': {href: 'http://www.doittennis.com/sale/apparel.php'},
				'String': {href: 'http://www.doittennis.com/sale/string.php'},
				'Grips': {href: 'http://www.doittennis.com/sale/grips.php'},
				'Equipment': {href: 'http://www.doittennis.com/sale/court-equipment.php'},
				'Accessories': {href: 'http://www.doittennis.com/sale/accessories.php'},
				'Training & Health': {href: 'http://www.doittennis.com/sale/health-training-exercise.php'}
			},
			'tabA10': {
				'Women\'s Shop': {href: 'http://www.doittennis.com/womens/'},
				'Men\'s Shop': {href: 'http://www.doittennis.com/mens/'},
				'Juniors Shop': {href: 'http://www.doittennis.com/juniors/'},
				'Golf Shop': {href: 'http://www.doittennis.com/golf/golf.php'}
			},
			'tabA11': {
				'Babolat': {href: 'http://www.doittennis.com/babolat.php'},
				'Boris Becker Tennis': {href: 'http://www.doittennis.com/boris-becker-tennis.php'},
				'Courtmaster': {href: 'http://www.doittennis.com/courtequipment/all.php?m=50'},
				'Dunlop': {href: 'http://www.doittennis.com/dunlop.php'},
				'Ektelon': {href: 'http://www.doittennis.com/ektelon.php'},
				'EZ Score': {href: 'http://www.doittennis.com/ezscore-match-tuff.php'},
				'Fischer': {href: 'http://www.doittennis.com/fischer.php'},
				'Gamma': {href: 'http://www.doittennis.com/gamma.php'},
				'Head': {href: 'http://www.doittennis.com/head.php'},
				'HOAG': {href: 'http://www.doittennis.com/courtequipment/ballhoppers.php'},
				'Iso Speed': {href: 'http://www.doittennis.com/isospeed.php'},
				'Jet Bags': {href: 'http://www.doittennis.com/jet-bags.php'},
				'K-Swiss': {href: 'http://www.doittennis.com/k-swiss.php'},
				'KLiP': {href: 'http://www.doittennis.com/klip.php'},
				'LMT': {href: 'http://www.doittennis.com/apparel/lmt/'},
				'Little Miss Tennis': {href: 'http://www.doittennis.com/apparel/little-miss-tennis/'},
				'Lobster': {href: 'http://www.doittennis.com/courtequipment/all.php?m=49'},
				'Master Sports SAM': {href: 'http://www.doittennis.com/mastersports.php'},
				'Maggie Mather': {href: 'http://www.doittennis.com//bags/maggie-mather-bags/'},
				'New Balance': {href: 'http://www.doittennis.com/new-balance.php'},
				'Playmate': {href: 'http://www.doittennis.com/playmate.php'},
				'Penn': {href: 'http://www.doittennis.com/penn.php'},
				'Prince': {href: 'http://www.doittennis.com/prince.php'},
				'Reebok': {href: 'http://www.doittennis.com/reebok.php'},
				'Sergio Tacchini': {href: 'http://www.doittennis.com/sergio-tacchini.php'},
				'SKLZ': {href: 'http://www.doittennis.com/sklz.php'},
				'SPENCO': {href: 'http://www.doittennis.com/spenco.php'},
				'SSI': {href: 'http://www.doittennis.com/apparel/ssi/'},
				'Thorlo': {href: 'http://www.doittennis.com/thorlo.php'},
				'Tourna Grip': {href: 'http://www.doittennis.com/tourna-grip.php'},
				'Unique': {href: 'http://www.doittennis.com/unique.php'},
				'Viking': {href: 'http://www.doittennis.com/viking.php'},
				'Volkl': {href: 'http://www.doittennis.com/volkl.php'},
				'Weed Rackets': {href: 'http://www.doittennis.com/rackets/weed-tennis-racquets/'},
				'Yonex': {href: 'http://www.doittennis.com/yonex.php'}
			},
			'tabA12': {
			},
			'tabA13': {
				'Accessories': {href: 'http://www.doittennis.com/accessories/all.php'},
				'Gifts': {href: 'http://www.doittennis.com/gifts/'},
				'Gift Certificates': {href: 'http://www.doittennis.com/giftcertificates/'},
				'Health, Training & Exercise': {href: 'http://www.doittennis.com/health-training-exercise/'},
				'Tickets & Travel': {href: 'http://www.doittennis.com/tennis-tickets-travel.php'},
				'Tennis Balls': {href: 'http://www.doittennis.com/accessories/tennis-balls.php'}
			}
	}, TransMenu.direction.down, 1, -5, TransMenu.reference.bottomLeft);
	// Initialize all menus.
	TransMenu.renderAll();
	TransMenu.initialize();
}
//==================================================================================================
// Setup event on load
//==================================================================================================
// IE-style events.
if (window.attachEvent) {
	window.attachEvent('onload', loadMenus, false);
// Mozilla/W3C style events.
} else if (window.addEventListener) {
	window.addEventListener('load', loadMenus, false);
// Default events.
} else {
	window.onload = loadMenus;
}
