if (TransMenu.isSupported()) { var ms = new TransMenuSet(TransMenu.direction.down, 0,1, TransMenu.reference.bottomLeft); // Add coaching to Menu var coaching = ms.addMenu(document.getElementById("coaching")); coaching.addItem("AFC Education ", "/AFCEducation", "0"); coaching.addItem("Coach Education", "/education", "0"); coaching.addItem("Coaching Library", "/coaching-library", "0"); coaching.addItem("FFA Football Development Plan", "/Pat", "0"); coaching.addItem("The Community Scheme", "/community-scheme", "0"); coaching.addItem("News", "/coaching-news", "0"); coaching.addItem("Small Sided Football", "/Development", "0"); coaching.addItem("Squirts Program", "/squirts", "0"); coaching.addItem("School of Excellence", "/thomson", "0"); coaching.addItem("Centre of Excellence", "/rep-program", "0"); coaching.addItem("GCC Futsal Association", "/candd-futsal", "0"); // Add clubs to Menu var clubs = ms.addMenu(document.getElementById("clubs")); clubs.addItem("Find a Club", "/find-a-club", "0"); clubs.addItem("Club and Football Links", "/club-links", "0"); clubs.addItem("Club Strips", "/club-strips", "0"); clubs.addItem("Magazine", "/Magazine", "0"); clubs.addItem("Soccer Clipart", "/Clipart", "0"); clubs.addItem("Affiliated Members", "/affiliated-members", "0"); // Add about to Menu var about = ms.addMenu(document.getElementById("about")); about.addItem("Results & Awards", "/awards", "0"); about.addItem("Contact Us", "/contact", "0"); about.addItem("Executive Board & Staff", "/executive-board", "0"); // Add referees-corner to Menu var refereescorner = ms.addMenu(document.getElementById("refereescorner")); refereescorner.addItem("Referee Login", "/referee", "0"); refereescorner.addItem("Official Forms", "/rules", "0"); refereescorner.addItem("Referees Courses", "/referee-courses", "0"); refereescorner.addItem("Referee Gear", "/refereegear", "0"); // Add gc-rep-program to Menu var gcrepprogram = ms.addMenu(document.getElementById("gcrepprogram")); gcrepprogram.addItem("Rebel Sport JPL - Fixtures", "/juniorpremierleague", "0"); gcrepprogram.addItem("Rebel Sport JPL - Results & Table", "/general", "0"); gcrepprogram.addItem("U12 Girls", "/thirteengirls", "0"); gcrepprogram.addItem("U12 Boys", "/twelve", "0"); gcrepprogram.addItem("U13 Boys", "/thirteen", "0"); gcrepprogram.addItem("U14 Girls", "/fourteengirls", "0"); gcrepprogram.addItem("U14 Boys", "/fourteen", "0"); gcrepprogram.addItem("U15 Boys", "/fifteen", "0"); gcrepprogram.addItem("U16 Girls", "/sixteengirls", "0"); gcrepprogram.addItem("Up-to-date Info", "/gcs-rep-program", "0"); gcrepprogram.addItem("State Events 2010", "/stateevents", "0"); gcrepprogram.addItem("U11 Next Step Zonal League", "/nextstepprogram", "0"); gcrepprogram.addItem("Acceleration Australia", "/accelerationaus", "0"); gcrepprogram.addItem("Physiologic Physiotherapy", "/physiologic", "0"); function init73() { if (TransMenu.isSupported()) { TransMenu.initialize(); } } TransMenu.spacerGif = "/images/spacers/x.gif"; TransMenu.sub_indicator = true; TransMenu.menuPadding = 0; TransMenu.itemPadding = 0; TransMenu.shadowSize = 0; TransMenu.shadowOffset = 3; TransMenu.shadowColor = "#888"; TransMenu.hideDelay = 600; TransMenu.slideTime = 300; TransMenu.modid = 73; TransMenu.selecthack = 1; TransMenu.renderAll(); if (typeof window.addEventListener != "undefined") { window.addEventListener( "load", init73, false ); } else if (typeof window.attachEvent != "undefined") { window.attachEvent( "onload", init73 ); } else { if (window.onload != null) { var oldOnload = window.onload; window.onload = function ( e ) { oldOnload( e ); init73(); } } else { window.onload = init73(); } } }