
/*
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=0              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#990002";
oncolor="#ffffff";
offbgcolor="#336699";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize=1;
padding=4;
fontsize="12px";
fontstyle="normal";
fontfamily="Arial, Helvetica, sans-serif";
pagecolor="ffffff";
pagebgcolor="#00387B";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding=2;
}


with(milonic=new menuname("Program")){
style=menuStyle;
left=137;
top=-28;
aI("text=Message from the RCFL Director;url=index.cfm?fuseAction=Public.P_message;");
aI("text=Participating Agencies;url=index.cfm?fuseAction=Public.P_agencies;");
aI("text=MVRCFL Mission;url=index.cfm?fuseAction=Public.P_mission;");
aI("text=RCFL Location / Directions;url=index.cfm?fuseAction=Public.P_location;");
}

with(milonic=new menuname("Operations")){
style=menuStyle;
left=137;
top=-28;
aI("text=RCFL Services;url=index.cfm?fuseAction=Public.O_offerings;");
aI("text=Requesting Assistance;url=index.cfm?fuseAction=Public.O_request;");
aI("text=Shipping Digital Evidence;url=index.cfm?fuseAction=Public.O_submit;");
aI("text=Tips for Law Enforcement;url=index.cfm?fuseAction=Public.O_tips;");
aI("text=Examination Best Practices;url=index.cfm?fuseAction=Public.O_bestPractices;");
aI("text=Service Area;url=index.cfm?fuseAction=Public.P_servArea;");
}

with(milonic=new menuname("News")){
style=menuStyle;
left=137;
top=-28;
aI("text=Press Releases / News Articles;url=index.cfm?fuseAction=Public.N_articles;");
aI("text=Resources and Links;url=http://www.rcfl.gov/index.cfm?fuseAction=Public.R_resLinks;target=blank;");
aI("text=Glossary of Terms;url=index.cfm?fuseAction=Public.N_glossary;");
aI("text=Fact Sheets;url=index.cfm?fuseAction=Public.N_faqs;");
aI("text=MVRCFL Brochure;url=index.cfm?fuseAction=Public.N_brochures;");
aI("text=RCFL Annual Reports;url=index.cfm?fuseAction=Public.N_annual;");
aI("text=Media Inquiries;url=index.cfm?fuseAction=Public.N_media;");
}

with(milonic=new menuname("Training")){
style=menuStyle;
left=137;
top=-28;
aI("text=Course Descriptions;url=index.cfm?fuseAction=Public.T_courses;");
aI("text=On-Line Registration;url=index.cfm?fuseAction=Public.T_register;");
aI("text=RCFL Internships;url=http://www.rcfl.gov/index.cfm?fuseAction=Public.T_intern;target=blank;");
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=137;
top=-28;
aI("text=FBI Sponsored RCFLs;showmenu=FBI");
aI("text=National Program Office;url=http://rcfl.gov;target=blank;");
}

with(milonic=new menuname("FBI")){
style=menuStyle;
aI("text=Chicago RCFL;url=http://www.chicagorcfl.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=Orange County RCFL;url=http://www.ocrcfl.org;target=blank;");
aI("text=Philadelphia RCFL;url=http://www.phrcfl.org;target=blank;");
aI("text=Northwest RCFL;url=http://www.nwrcfl.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();

