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("About Us").className = "hover"; };
menu1.ondeactivate = function() { document.getElementById("About Us").className = ""; };
menu2.onactivate = function() { document.getElementById("What's On").className = "hover"; };
menu2.ondeactivate = function() { document.getElementById("What's On").className = ""; };
document.getElementById("News").onmouseover = function() {ms.hideCurrent();this.className = "hover";}
document.getElementById("News").onmouseout = function() { this.className = ""; }
menu4.onactivate = function() { document.getElementById("Wine Regions").className = "hover"; };
menu4.ondeactivate = function() { document.getElementById("Wine Regions").className = ""; };
menu5.onactivate = function() { document.getElementById("Resource Centre").className = "hover"; };
menu5.ondeactivate = function() { document.getElementById("Resource Centre").className = ""; };
document.getElementById("Contact Us").onmouseover = function() {ms.hideCurrent();this.className = "hover";}
document.getElementById("Contact Us").onmouseout = function() { this.className = ""; }
}}
TransMenu.backgroundColor = "#740624";
TransMenu.dingbatOn = "";
TransMenu.dingbatOff = "";
TransMenu.dingbatSize = 14;
TransMenu.menuPadding = 0;
TransMenu.itemPadding = 4;
TransMenu.shadowSize = 2;
TransMenu.shadowOffset = 2;
TransMenu.shadowColor = "white";
TransMenu.hideDelay = 1000;
TransMenu.slideTime = 400;
TransMenu.subpad_x = 3;
TransMenu.subpad_y = 3;
if (TransMenu.isSupported()) {
var ms = new TransMenuSet(TransMenu.direction.down, 0, 0, TransMenu.reference.bottomLeft);
var menu1 = ms.addMenu(document.getElementById("About Us"));
menu1.addItem("Our Team", "http://www.annandalecellars.com.au/templates/annandale_content.aspx?pageID=415");
menu1.addItem("Careers", "http://www.annandalecellars.com.au/templates/annandale_content.aspx?pageID=416");
menu1.addItem("Awards", "http://www.annandalecellars.com.au/templates/annandale_content.aspx?pageID=417");
menu1.addItem("FAQs", "http://www.annandalecellars.com.au/templates/annandale_content.aspx?pageID=418");
var menu2 = ms.addMenu(document.getElementById("What's On"));
menu2.addItem("Events List", "http://www.annandalecellars.com.au/templates/annandale_content.aspx?pageID=419");
menu2.addItem("Wine Education Course", "http://www.annandalecellars.com.au/templates/annandale_content.aspx?pageID=420");
var submenu0 = menu2.addMenu(menu2.items[1]);
submenu0.addItem("Enquiry Form", "http://www.annandalecellars.com.au/templates/annandale_content.aspx?pageID=421");
var menu4 = ms.addMenu(document.getElementById("Wine Regions"));
menu4.addItem("Australia / New Zealand", "http://www.annandalecellars.com.au/templates/annandale_content.aspx?pageID=436");
menu4.addItem("Africa", "http://www.annandalecellars.com.au/templates/annandale_content.aspx?pageID=422");
menu4.addItem("Asia", "http://www.annandalecellars.com.au/templates/annandale_content.aspx?pageID=423");
menu4.addItem("Europe", "http://www.annandalecellars.com.au/templates/annandale_content.aspx?pageID=437");
menu4.addItem("North America", "http://www.annandalecellars.com.au/templates/annandale_content.aspx?pageID=438");
menu4.addItem("South America", "http://www.annandalecellars.com.au/templates/annandale_content.aspx?pageID=439");
var menu5 = ms.addMenu(document.getElementById("Resource Centre"));
menu5.addItem("Useful Links", "http://www.annandalecellars.com.au/templates/annandale_content.aspx?pageID=424");
menu5.addItem("Hints & Tips", "http://www.annandalecellars.com.au/templates/annandale_content.aspx?pageID=425");
menu5.addItem("Wine Travels", "http://www.annandalecellars.com.au/templates/annandale_content.aspx?pageID=426");
menu5.addItem("Wineries", "http://www.annandalecellars.com.au/templates/annandale_content.aspx?pageID=427");
TransMenu.renderAll();
}
