
/*
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=2            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#99CCCC";
oncolor="#000000";
offbgcolor="#0087B1";
offcolor="#ffffff";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize=1;
padding=4;
fontsize="75%";
fontstyle="normal";
fontfamily="Arial, Helvetica, sans-serif";
pagecolor="333333";
pagebgcolor="#FF9933";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding=2;
}


with(milonic=new menuname("Program")){
style=menuStyle;
left=160;
top=-24;
aI("text=Message from the Laboratory Director;url=DSP_P_message.cfm;");
aI("text=Participating Agencies;url=DSP_P_Agencies.cfm;");
aI("text=Service Area;url=DSP_O_serviceArea.cfm;");
//aI("text=Local Executive Board;url=DSP_P_leb;");
aI("text=Employment Opportunities;url=http://rcfl.gov/index.cfm?fuseAction=Public.P_employ;target=blank;");
aI("text=Internships;url=http://rcfl.gov/index.cfm?fuseAction=Public.top2intern;target=blank;");
}

with(milonic=new menuname("Operations")){
style=menuStyle;
left=160;
top=-24;
aI("text=RCFL Services;url=DSP_O_offerings.cfm;");
aI("text=Requesting Assistance;url=DSP_O_reqAssist.cfm;");
aI("text=Forms;url=DSP_O_forms.cfm;");
aI("text=Shipping Digital Evidence;url=DSP_O_shippingEvidence.cfm;");
aI("text=Tips for Law Enforcement;url=DSP_O_tips.cfm;");
aI("text=Cell Phone Kiosk;url=http://www.rcfl.gov/index.cfm?fuseAction=Public.P_CellKiosk;target=blank;");
}

with(milonic=new menuname("News")){
style=menuStyle;
left=160;
top=-24;
aI("text=News Articles/Press Releases;url=DSP_N_articles.cfm;");
aI("text=Resources and Links;url=http://www.rcfl.gov/index.cfm?fuseAction=Public.R_resLinks;target=blank;");
aI("text=Glossary of Terms;url=DSP_N_glossary.cfm;");
aI("text=Fact Sheets;url=DSP_N_factSheets.cfm;");
aI("text=Brochure;url=DSP_N_brochure.cfm;");
aI("text=NPO Annual Reports;url=DSP_N_annreports.cfm;");
aI("text=Media Inquiries;url=DSP_N_mediaInquiries.cfm;");
aI("text=Photo Gallery;url=DSP_N_photoGallery.cfm;");
}

with(milonic=new menuname("Training")){
style=menuStyle;
left=160;
top=-24;
aI("text=Courses;url=DSP_T_courses.cfm;");
aI("text=Continuing Education Series;url=http://www.rcfl.gov/index.cfm?fuseAction=Public.T_ContEd;target=blank;");
aI("text=On-line Registration;url=DSP_T_register.cfm;");
aI("text=RCFL Webinar;url=DSP_T_webinar.cfm;");
}

with(milonic=new menuname("Links")){
style=menuStyle;
left=160;
top=-24;
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.miamivalleyrcfl.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();


