if (TransMenu.isSupported()) {
				TransMenu.updateImgPath('');
				var ms = new TransMenuSet(TransMenu.direction.down, 0, 0, TransMenu.reference.bottomLeft);
				TransMenu.subpad_x = 0;
				TransMenu.subpad_y = 0;

			
				document.getElementById("menu59").onmouseover = function() {
					ms.hideCurrent();
				}
				var tmenu29 = ms.addMenu(document.getElementById("menu29"));
tmenu29.addItem("Why Desert Bred", "whydb.php", 0, 0);
tmenu29.addItem("Strains/Traits", "traits.php", 0, 0);
tmenu29.addItem("Our History", "history.php", 0, 0);
tmenu29.addItem("Training", "training.php", 0, 0);
tmenu29.addItem("FAQ", "faq.php", 0, 0);
tmenu29.addItem("Testimonials", "testimonials.php", 0, 0);
tmenu29.addItem("Achievements", "achievements.php", 0, 0);
var tmenu35 = tmenu29.addMenu(tmenu29.items[1]);
tmenu35.addItem("The Kuhaylan", "kuhaylan.php", 0, 0);
tmenu35.addItem("The Hamandi", "hamandi.php", 0, 0);
tmenu35.addItem("The Abayyan", "abayyan.php", 0, 0);
tmenu35.addItem("The Dahman", "dahman.php", 0, 0);
tmenu35.addItem("Sources of Bedouin Bloodstock", "sources.php", 0, 0);
var tmenu44 = ms.addMenu(document.getElementById("menu44"));
tmenu44.addItem("Mares", "horses.php?i=1", 0, 0);
tmenu44.addItem("Stallions", "horses.php?i=2", 0, 0);
tmenu44.addItem("Geldings", "horses.php?i=3", 0, 0);
tmenu44.addItem("Foals", "horses.php?i=4", 0, 0);
tmenu44.addItem("Half Arabian Horses", "horses.php?i=5", 0, 0);
tmenu44.addItem("Foundation Stallions", "horses.php?i=6", 0, 0);
				
var tmenu73 = ms.addMenu(document.getElementById("menu73"));
tmenu73.addItem("Flex Tree Saddlery", "", 1, 0);
tmenu73.addItem("The Riding Center", "http://www.theridingcenterinc.com", 1, 0);
tmenu73.addItem("TRC Racing", "http://www.theridingcenterinc.com/index.php?option=com_content&task=view&id=22&Itemid=1", 1, 0);
tmenu73.addItem("Our Blog", "http://desertbredarabians.blogspot.com/", 1, 0);


				TransMenu.renderAll();
			}
			init1=function(){TransMenu.initialize();}
			if (window.attachEvent) {
				window.attachEvent("onload", init1);
			}else{
				TransMenu.initialize();			
			}