<!--
/*
Copyright © MaXimuS 2000-2001, All Rights Reserved.
Site: http://www.absolutegb.com/maximus
E-mail: maximus@nsimail.com
Version: 6.3 (NS6 compatibility + NS4 x-axis scroll bar fix)
*/
// Permission granted to SimplytheBest.net to feature script in its 
// DHTML script collection at http://simplythebest.net/info/dhtml_scripts.html

YOffset=15; // no quotes!!
staticYOffset=20; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#DC143C";
menuIsStatic="yes";
menuWidth=150; // Must be a multiple of 10! no quotes!!
hdrFontFamily="arial";
hdrFontSize="2";
hdrFontColor="#ffffff";
hdrBGColor="#8B0000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="1";
linkFontFamily="arial";
linkFontSize="1";
linkBGColor="#ffffff";
linkOverBGColor="#DC143C";
linkTarget="_top";
linkAlign="Left";
barBGColor="#8B0000";
barFontFamily="arial";
barFontSize="2";
barFontColor="#ffffff";
barVAlign="center";
barWidth=15; // no quotes!!

startMenu("www.cliftonvillefc.net", "NAVIGATION")
addItem("Homepage", "http://www.cliftonvillefc.net/welcome", "");
addHdr("CLUB INFO");
addItem("Directory", "http://www.cliftonvillefc.net/directory", "");
addItem("Code of Conduct", "http://www.cliftonvillefc.net/codeofconduct", "");
addItem("Spectator Safety Policy", "http://www.cliftonvillefc.net/spectatorsafety", "");
addItem("Stadium", "http://www.cliftonvillefc.net/solitude", "");
addItem("Football Development Centre", "http://www.cliftonvillefc.net/fdc", "");
addItem("Commercial Opportunities", "http://www.cliftonvillefc.net/commercial", "");
addItem("The Reds Shop", "http://www.theredsshop.net", "");
addItem("The Red Eye", "http://www.cliftonvillefc.net/theredeye", "");
addHdr("HISTORY");
addItem("Club Honours", "http://www.cliftonvillefc.net/honours", "");
addItem("1879-2010", "http://www.cliftonvillefc.net/history", "");
addItem("Europe", "http://www.cliftonvillefc.net/europe", "");
addHdr("FIRST TEAM");
addItem("Profiles", "http://www.cliftonvillefc.net/profiles", "");
addItem("Fixtures", "http://www.cliftonvillefc.net/fixtures", "");
addHdr("NEWS");
addItem("Latest", "http://www.cliftonvillefc.net/latestnews", "");
addItem("Archive", "http://www.cliftonvillefc.net/archivenews", "");
addHdr("FIXTURES");
addItem("First Team", "http://www.cliftonvillefc.net/fixtures", "");
addItem("Olympic", "http://www.cliftonvillefc.net/olympicfixtures", "");
addItem("Strollers", "http://www.cliftonvillefc.net/strollersfixtures", "");
addItem("Ladies", "http://www.cliftonvillefc.net/ladies", "");
addHdr("TICKETING");
addItem("Ticket Info", "http://www.cliftonvillefc.net/tickets", "");
addHdr("SUPPORTERS");
addItem("The 200 Club", "http://www.cliftonvillefc.net/200club", "");
addItem("Friends of Cliftonville", "http://www.cliftonvillefc.net/friendsofcliftonville", "");
addItem("Shirt Sponsorship", "http://www.cliftonvillefc.net/shirtsponsorship", "");
addItem("Matchday Mascots", "http://www.cliftonvillefc.net/mascots", "");
addHdr("CONTACT");
addItem("Contact Details", "http://www.cliftonvillefc.net/contact", "");
endMenu()

//-->