
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/



_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out

_menuOpenDelay=150            // The time delay before menus open on mouse over

_subOffsetTop=10              // Sub menu top offset

_subOffsetLeft=-10            // Sub menu left offset




with(menuStyle=new mm_style()){


onbgcolor="#ff9900";

oncolor="#ffffff";

offbgcolor="#6633cc";

offcolor="#ffffff";

bordercolor="#996633";

borderstyle="solid";

borderwidth=1;

separatorcolor="#996633";

separatorsize="1";

padding=4;

fontsize="75%";

fontstyle="normal";

fontfamily="Verdana, Tahoma, Arial";

pagecolor="black";

pagebgcolor="#ffff00";

headercolor="#000000";

headerbgcolor="#ffffff";

subimage="/js/arrow.gif";

subimagepadding="2";

overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#ff9900', Direction=135, Strength=5)";

outfilter="randomdissolve(duration=0.3)";

}



// main menu was here, now in table cell in menu.inc



with(milonic=new menuname("About")){

style=menuStyle;
overflow="scroll";
aI("text=About Bike North;url=/organisation/;");
aI("text=Organisational Structure;url=/organisation/exec.php;");

}



with(milonic=new menuname("Advocacy")){

style=menuStyle;
overflow="scroll";

aI("text=Objectives and Principles;url=/advocacy/;");
aI("text=Take Action;url=/advocacy/action.php;");
aI("text=Local Gov't Areas;showmenu=lga;");
aI("text=Special Projects;showmenu=sp;");


}


with(milonic=new menuname("lga")){
style=menuStyle;

aI("text=Hornsby;url=/advocacy/lga.php?council=Hornsby;");
aI("text=Hunters Hill;url=/advocacy/lga.php?council=Hunters%20Hill;");
aI("text=Ku-ring-gai;url=/advocacy/lga.php?council=Ku-ring-gai;");
aI("text=Ryde;url=/advocacy/lga.php?council=Ryde;");
aI("text=Willoughby;url=/advocacy/lga.php?council=Willoughby;");
aI("text=North Syndey;url=/advocacy/lga.php?council=North%20Sydney;");
aI("text=Mosman;url=/advocacy/lga.php?council=Mosman;");

}

with(milonic=new menuname("sp")){

style=menuStyle;
aI("text=Lane Cove Tunnel;url=/advocacy/lanecovetunnel/lanecovetunnel.php;");
aI("text=Rail Trail;url=/railtrail/;");
}

with(milonic=new menuname("projects")){

style=menuStyle;

aI("text=Lane Cove Tunnel;url=/advocacy/lanecovetunnel.html;");
aI("text=Rail Trail;url=/railtrail/;");
aI("text=Link-Up;url=/advocacy/linkup/;");

}


with(milonic=new menuname("Cycling")){

style=menuStyle;
aI("text=Getting Started;url=/cycling/;");
aI("text=Our Rides;showmenu=Our Rides;");
aI("text=Commuting;showmenu=Commuting;");
aI("text=Skills;showmenu=skills;");
aI("text=Bike Bits;showmenu=bits;");
aI("text=Weather;url=/cycling/weather.php;");

    }


with(milonic=new menuname("skills")){

style=menuStyle;
aI("text=Climbing;url=/cycling/skills/climbing.php;");
aI("text=Descending;url=/cycling/skills/descending.php;");
aI("text=Starting and Stopping;url=/cycling/skills/index.php;");
aI("text=Locking your bike;url=/cycling/skills/locking.php;");
aI("text=Roundabouts;url=/cycling/skills/roundabouts.php;");
aI("text=Dealing with motorists;url=/cycling/skills/motorists.php;");
aI("text=Night cycling;url=/cycling/skills/nightriding.php;");

}


with(milonic=new menuname("Commuting")){

style=menuStyle;
aI("text=Link-Up;url=/cycling/commuting/;");

}


with(milonic=new menuname("bits")){

style=menuStyle;
aI("text=Buying a bike pt1;url=/cycling/bikebits/bikebuy1.php;");
aI("text=Buying a bike pt2;url=/cycling/bikebits/bikebuy2.php;");
aI("text=Shopping by bike;url=/cycling/bikebits/shopping.php;");
aI("text=magic roundabout;url=/cycling/bikebits/magicroundabout.php;");
aI("text=Are you a true cyclist?;url=/cycling/bikebits/index.php;");
aI("text=Bike Lights [PDF];url=/cycling/bikebits/lights.pdf;");
aI("text=Magpies;url=/cycling/bikebits/magpies.php;");
}



with(milonic=new menuname("Our Rides")){

style=menuStyle;
aI("text=About Our Rides;url=/cycling/rides/;");
aI("text=Calendar;url=/cycling/rides/calendar.php;");
aI("text=BNSW Push On Rides;url=http://www.shirelife.com/pushon/porc_index.html;");
aI("text=Ride Grades;url=/cycling/rides/grades.php;");
aI("text=Search The Rides Database;url=/admin/rideseditor.php;");
aI("text=REE Calulator;url=/cycling/rides/reecalc.php;");
aI("text=Ride Protocols [PDF];url=/cycling/rides/RideProtocols_2-8.pdf;");
aI("text=Ride Participants' Guide [PDF];url=/cycling/rides/bn_ride_participants.pdf;");
aI("text=Ride Leaders and Rides;url=/cycling/rides/leaders_info.php;");

}


with(milonic=new menuname("Membership")){

style=menuStyle;
aI("text=About member Services;url=/memberspublic/;");
aI("text=Email Lists;url=/memberspublic/emaillists.php;");
aI("text=ChainMail;url=/memberspublic/chainmail.php;");
aI("text=Bike North Clothing;url=/memberspublic/clothing10th.php;");
aI("text=Membership Form [PDF];url=/memberspublic/membership.pdf;");
aI("text=Photo Gallery;url=/gallery/;");
aI("text=Exec Meeting Minutes;url=/membersexclusive/minutes/;");
aI("text=5 speed challenge;url=/memberspublic/fivespeedchallenge.php;");


}






drawMenus();




