<!--
/*
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=25; // 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="black";
menuIsStatic="yes";
menuWidth=150; // Must be a multiple of 10! no quotes!!
hdrFontFamily="arial, sans serif";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="#66CCFF";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Arial";
linkFontSize="1";
linkBGColor="#fffff0";
linkOverBGColor="#D7EBFF";
linkTarget="_top";
linkAlign="left";
barBGColor="red";
barFontFamily="arial, sans serif";
barFontSize="4";
barFontColor="#ffffff";
barVAlign="center";
barWidth=15; // no quotes!!

startMenu("MENU", "M E N U")
addItem(" Home ", "start.asp?&NOCACHE=" + new Date, "main");
addItem(" Atleten", "atleet1.htm?&NOCACHE=" + new Date, "main");
addItem(" Agenda", "agenda.htm?&NOCACHE=" + new Date, "main");
addHdr("Begeleiding");
addItem(" Trainingen", "training.htm?&NOCACHE=" + new Date, "main");
addItem(" Wie is wie", "begeleiding.htm?&NOCACHE=" + new Date, "main");
addItem(" Brochure", "brochure.htm?&NOCACHE=" + new Date, "main");
addHdr("Resultaten");
addItem(" Archief", "./Uitslagen/Archief.htm?&NOCACHE=" + new Date, "main");
addItem(" Ranglijsten", "./Uitslagen/Ranglijsten.htm?&NOCACHE=" + new Date, "main");
addHdr("Organisatie");
addItem(" Bestuur", "bestuur.htm?&NOCACHE=" + new Date, "main");
addItem(" Partners", "partners.htm?&NOCACHE=" + new Date, "main");
addItem(" Sponsoring", "sponsoring.htm?&NOCACHE=" + new Date, "main");
addHdr("Diversen");
addItem(" Nieuws", "./Nieuws/Nieuws.htm?&NOCACHE=" + new Date, "main");
addItem(" Foto's en Films", "fotoboek.htm?&NOCACHE=" + new Date, "main");
addItem(" Service", "service.htm?&NOCACHE=" + new Date, "main");
addHdr("Sponsors");
addItem(" Adidas", "http://www.adidas.nl/", "_blank");
addItem(" Athletic Point", "http://www.athletic.nl/point/", "_blank");
addItem(" Pieters Advocaten", "http://www.pietersadvocaten.nl", "_blank");
addItem(" Run2Day Veenendaal", "http://www.run2day.nl/veenendaal", "_blank");
addItem(" Sport Utrecht", "http://www.sportutrecht.nl", "_blank");
addItem(" Mol coatings", "http://www.mol-coatings.com", "_blank");
addItem(" Terlouw", "http://www.terlouwenzn.nl/", "_blank");
addItem(" FreeRunner", "free_runner_tekst.htm?&NOCACHE=" + new Date, "main");
addItem(" Vrienden van URT", "vriendenURT.htm?&NOCACHE=" + new Date, "main");
addItem(" Universiteit", "overtraining.htm?&NOCACHE=" + new Date, "main");
addItem(" Gemeente Utrecht Sport", "http://www.utrecht.nl/sport", "_blank");
endMenu()

//-->