function init() {
if (TransMenu.isSupported()) {
TransMenu.initialize();
document.getElementById("HOME  ").onmouseover = function() {ms.hideCurrent();this.className = "hover";}
document.getElementById("HOME  ").onmouseout = function() { this.className = ""; }
menu1.onactivate = function() { document.getElementById("FEATHERS  ").className = "hover"; };
menu1.ondeactivate = function() { document.getElementById("FEATHERS  ").className = ""; };
menu2.onactivate = function() { document.getElementById("FLYWAYS  ").className = "hover"; };
menu2.ondeactivate = function() { document.getElementById("FLYWAYS  ").className = ""; };
menu3.onactivate = function() { document.getElementById("FRIENDS  ").className = "hover"; };
menu3.ondeactivate = function() { document.getElementById("FRIENDS  ").className = ""; };
document.getElementById("CONTACT US").onmouseover = function() {ms.hideCurrent();this.className = "hover";}
document.getElementById("CONTACT US").onmouseout = function() { this.className = ""; }
}}
TransMenu.backgroundColor = "white";
TransMenu.dingbatOn = "";
TransMenu.dingbatOff = "";
TransMenu.dingbatSize = 14;
TransMenu.menuPadding = 0;
TransMenu.itemPadding = 3;
TransMenu.shadowSize = 2;
TransMenu.shadowOffset = 2;
TransMenu.shadowColor = "#1d305e";
TransMenu.hideDelay = 1000;
TransMenu.slideTime = 400;
TransMenu.subpad_x = 0;
TransMenu.subpad_y = 0;
if (TransMenu.isSupported()) {
var ms = new TransMenuSet(TransMenu.direction.down, 0, 0, TransMenu.reference.bottomLeft);
var menu1 = ms.addMenu(document.getElementById("FEATHERS  "));
menu1.addItem("What Are Shorebirds?", "../page4584/FEATHERS--_What-Are-Shorebirds.aspx");
menu1.addItem("Types of Shorebirds", "../page4585/FEATHERS--_Types-of-Shorebirds.aspx");
var submenu0 = menu1.addMenu(menu1.items[1]);
submenu0.addItem("Resident Shorebirds", "../page4586/FEATHERS--_Types-of-Shorebirds_Resident-Shorebirds.aspx");
submenu0.addItem("Migatory Shorebirds", "../page4587/FEATHERS--_Types-of-Shorebirds_Migatory-Shorebirds.aspx");
submenu0.addItem("Other Birds from Wetlands & Estuaries", "../page4588/FEATHERS--_Types-of-Shorebirds_Other-Birds-from-Wetlands--Estuaries.aspx");
menu1.addItem("Wetlands & Estuaries", "../page4589/FEATHERS--_Wetlands--Estuaries.aspx");
var menu2 = ms.addMenu(document.getElementById("FLYWAYS  "));
menu2.addItem("The Importance of Flyways", "../page4591/FLYWAYS--_The-Importance-of-Flyways.aspx");
var submenu1 = menu2.addMenu(menu2.items[0]);
submenu1.addItem("Flyway Agreements ", "../page4592/FLYWAYS--_The-Importance-of-Flyways_Flyway-Agreements.aspx");
menu2.addItem("Migatory Shorebirds Journeys", "../page4593/FLYWAYS--_Migatory-Shorebirds-Journeys.aspx");
menu2.addItem("Threats", "../page4598/Flyways_Threats.aspx");
menu2.addItem("A Year In The Life Of Birds", "../page4594/FLYWAYS--_A-Year-In-The-Life-Of-Birds.aspx");
var submenu2 = menu2.addMenu(menu2.items[3]);
submenu2.addItem("Great Knot", "../page4738/Great-Knot.aspx");
submenu2.addItem("Waders", "../page4737/Waders.aspx");
var menu3 = ms.addMenu(document.getElementById("FRIENDS  "));
menu3.addItem("Research", "../page4600/Friends_Research.aspx");
menu3.addItem("Resources", "../page4601/FRIENDS--_Resources.aspx");
menu3.addItem("Shorebird Conservation ", "../page4602/Friends_Shorebird-Conservation.aspx");
menu3.addItem("Games to Play", "../page4605/FRIENDS--_Games-to-Play.aspx");
menu3.addItem("Have You Seen Any Shorebirds?", "../page4603/Friends_Have-You-Seen-Any-Shorebirds.aspx");
TransMenu.renderAll();
}

