
/*
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=2            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#3399CC";
oncolor="#ffffff";
offbgcolor="#cccccc";
offcolor="#666666";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize=1;
padding=4;
fontsize="75%";
fontstyle="normal";
fontfamily="Arial, Helvetica, sans-serif";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding=2;
}


with(milonic=new menuname("Program")){
style=menuStyle;
left=185;
top=-27;
aI("text=Message from the RCFL Director;url=index.cfm?fuseAction=Public.program_message;");
aI("text=Participating Agencies;url=index.cfm?fuseAction=Public.program_partAgencies;");
aI("text=Service Area;url=index.cfm?fuseAction=Public.program_serviceArea;");
aI("text=Local Executive Board;url=index.cfm?fuseAction=Public.program_LEB;");
aI("text=RCFL Locations;url=index.cfm?fuseAction=Public.program_locations;");
}

with(milonic=new menuname("Operations")){
style=menuStyle;
left=185;
top=-27;
aI("text=Services;url=index.cfm?fuseAction=Public.operations_services;");
aI("text=Requesting RCFL Assistance;url=index.cfm?fuseAction=Public.operations_requestAssist;");
//aI("text=Forms;url=index.cfm?fuseAction=Public.operations_forms;");
aI("text=Shipping Digital Evidence;url=index.cfm?fuseAction=Public.operations_shipEvid;");
aI("text=Tips for Law Enforcement;url=index.cfm?fuseAction=Public.operations_tips;");
aI("text=Best Practices;url=index.cfm?fuseAction=Public.operations_bestPractices;");
}

with(milonic=new menuname("News")){
style=menuStyle;
left=185;
top=-27;
aI("text=News Articles/Press Releases;url=index.cfm?fuseAction=Public.news_articles;");
aI("text=Resources and Links;url=http://www.rcfl.gov/index.cfm?fuseAction=Public.R_resLinks;target=_blank;");
aI("text=Fact Sheets;url=index.cfm?fuseAction=Public.news_factsheets;");
aI("text=Media Inquiries;url=index.cfm?fuseAction=Public.news_media;");
aI("text=NPO Annual Report;url=index.cfm?fuseAction=Public.news_annual;");
aI("text=Photo Gallery;url=index.cfm?fuseAction=Public.news_photos;");
aI("text=Speakers Bureau;url=http://www.rcfl.gov/index.cfm?fuseAction=Public.top3;target=blank;");
}

with(milonic=new menuname("Training")){
style=menuStyle;
left=185;
top=-27;
aI("text=Course Descriptions;url=index.cfm?fuseAction=Public.training_course;");
aI("text=Training Registration;url=index.cfm?fuseAction=Public.training_Schedule;");
aI("text=Continuing Education Series;url=http://www.rcfl.gov/index.cfm?fuseAction=Public.T_ContEd;target=blank;");
}

with(milonic=new menuname("Links")){
style=menuStyle;
left=185;
top=-27;
aI("text=FBI Sponsored;showmenu=FBI");
aI("text=National RCFL;url=http://rcfl.gov;target=blank;");
}

with(milonic=new menuname("FBI")){
style=menuStyle;
aI("text=Chicago RCFL;url=http://www.cgrcfl.org;target=blank;");
aI("text=Greater Houston RCFL;url=http://www.ghrcfl.org;target=blank;");
aI("text=Heart of America RCFL;url=http://www.harcfl.org;target=blank;");
aI("text=Intermountain West RCFL;url=http://www.iwrcfl.org;target=blank;");
aI("text=Kentucky RCFL;url=http://www.krcfl.org;target=blank;");
aI("text=Miami Valley RCFL;url=http://www.mvrcfl.org;target=blank;");
aI("text=New Jersey RCFL;url=http://www.njrcfl.org;target=blank;");
aI("text=New Mexico RCFL;url=http://www.nmrcfl.org;target=blank;");
aI("text=North Texas RCFL;url=http://www.ntrcfl.org;target=blank;");
aI("text=Northwest RCFL;url=http://www.nwrcfl.org;target=blank;");
aI("text=Orange County RCFL;url=http://www.ocrcfl.org;target=blank;");
aI("text=Philadelphia RCFL;url=http://www.phrcfl.org;target=blank;");
aI("text=Rocky Mountain RCFL;url=http://www.rmrcfl.org;target=blank;");
aI("text=San Diego RCFL;url=http://www.sdrcfl.org;target=blank;");
aI("text=Silicon Valley RCFL;url=http://www.svrcfl.org;target=blank;");
aI("text=Western New York RCFL;url=http://www.wnyrcfl.org;target=blank;");
}

drawMenus();

