
/*
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=20            // 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="d33535";
oncolor="ffffff";
offbgcolor="000000";
offcolor="000000";
onsubimage="arrow.gif";
bgimage='blkblock.gif';borderwidth=1;
bordercolor="000000";
borderstyle="solid";
separatorcolor="ffffff";
separatorsize="3";
padding=5;
fontsize="80%";
fontstyle="bold";
fontfamily="VERDANA";
pagecolor="000000";
pagebgcolor="ffffff";
headercolor="ffffff";
headerbgcolor="ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=10)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=90;
left=270;
alwaysvisible=1;
orientation="horizontal";
aI("text=ABOUT JP;showmenu=about;");
aI("text=PRODUCTS;showmenu=products;");
aI("text=RIDERS;showmenu=riders;");
aI("text=GALLERY;url=/jp2/gallery.html;");
aI("text=DISTRIBUTORS;url=/jp2/dist.html;");
aI("text=SPONSORS;url=/jp2/sponsors.html;");
aI("text=CONTACT US;showmenu=contact;");
}

with(milonic=new menuname("about")){
style=menuStyle;
overflow="scroll";
aI("text=Company Profile;url=/jp2/profile.html;");
aI("text=Mission Statement;url=/jp2/mission.html;");
aI("text=Event Schedule;url=/jp2/schedule.html;");
aI("text=Testimonials;url=/jp2/quotes.html;");
aI("text=Contact us;url=/jp2/contact.html;");
aI("text=Return to homepage;url=/jp2/index.html;");

}


with(milonic=new menuname("products")){
style=menuStyle;
aI("text=Graphics;url=/jp2/graphics1.html");
aI("text=Factory Hardware;url=/jp2/factoryhardware.html");
aI("text=Custom Services;url=/jp2/customservices.html");
aI("text=Apparel;url=/jp2/apparel.html");
}

with(milonic=new menuname("riders")){
style=menuStyle;
aI("text=Rider Sponsorship;url=/jp2/ridersupport.html;");
aI("text=Freestyle;url=/jp2/freestyle.html;");
aI("text=MX;url=/jp2/mx.html;");
aI("text=SX;url=/jp2/sx.html;");
aI("text=Desert;url=/jp2/desert.html;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Contact Info;url=/jp2/contact.html;");
}

with(milonic=new menuname("dist")){
style=menuStyle;
aI("text=Find a Dealer;url=/findadealer.html");
}

drawMenus();

