
/*
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="#6699cc";
oncolor="#ffffff";
offbgcolor="#cccccc";
offcolor="#032E5A";
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
separatorcolor="#999999";
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=3;
top=0;
aI("image=images/menu/P_Message.jpg;url=index.cfm?fuseAction=Public.rcfl_mess;");
aI("image=images/menu/P_History.jpg;url=index.cfm?fuseAction=Public.rcfl_hist;");
//aI("image=images/menu/P_RCFLSelection.jpg;url=index.cfm?fuseAction=Public.rcfl_select;");
aI("image=images/menu/P_P_Agencies.jpg;url=index.cfm?fuseAction=Public.rcfl_agency;");
aI("image=images/menu/P_LEB.jpg;url=index.cfm?fuseAction=Public.rcfl_leb;");
aI("image=images/menu/P_Location.jpg;url=index.cfm?fuseAction=Public.rcfl_direct;");
}

with(milonic=new menuname("operations")){
style=menuStyle;
left=10;
top=0;
aI("image=images/menu/P_ServiceArea.jpg;url=index.cfm?fuseAction=Public.op_service;");
aI("image=images/menu/P_Structure.jpg;url=index.cfm?fuseAction=Public.op_struct;");
}

with(milonic=new menuname("train")){
style=menuStyle;
left=10;
top=0;
aI("image=images/menu/T_Info.jpg;url=index.cfm?fuseAction=Public.train_train;");
aI("image=images/menu/T_DESC.jpg;url=index.cfm?fuseAction=Public.train_desc;");
aI("image=images/menu/T_REG.jpg;url=index.cfm?fuseAction=Public.train_sch;");
aI("image=images/menu/T_EVAL.jpg;url=http://extsurvey.bah.com/2way/2wTWM4/Link.html;target=blank;");
}

with(milonic=new menuname("news")){
style=menuStyle;
left=10;
top=0;
aI("image=images/menu/N_News.jpg;url=index.cfm?fuseAction=Public.news_news;");
aI("image=images/menu/N_RESOURCES.jpg;url=http://www.rcfl.gov/index.cfm?fuseAction=Public.R_resLinks;target=blank;");
aI("image=images/menu/N_Facts.jpg;url=index.cfm?fuseAction=Public.news_fact;");
aI("image=images/menu/N_AnnRept.jpg;url=index.cfm?fuseAction=Public.news_npo;");
aI("image=images/menu/N_Media.jpg;url=index.cfm?fuseAction=Public.news_media;");
//aI("image=images/menu/N_Photos.jpg;url=index.cfm?fuseAction=Public.news_photos;");
aI("image=images/menu/N_Speakers.jpg;url=http://www.rcfl.gov/index.cfm?fuseAction=Public.top3;target=blank;");
}

drawMenus();
