_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(menuStyle=new mm_style()){
onbgcolor="#007394";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#000000";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=2;
fontsize="11";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="white";
pagebgcolor="#9C5231";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.2)";
}

with(milonic=new menuname("Services")){
style=menuStyle; top=-15; left=72;
overflow="scroll";
aI("text=Services Overview;url=services.php;");
aI("text=Asset Integrity Management;url=s_assetmgmt.php;");
aI("text=HSE Staff Resourcing;url=s_hse.php;");
aI("text=Human Factors/Ergonomics;url=humanfactors.php;");
aI("text=Industrial Fire Protection;url=s_ifp.php;");
aI("text=Investigations/Expert Witness;url=s_expert.php;");
aI("text=Management Systems;url=s_manage.php;");
aI("text=Offshore Services;url=s_ora.php;");
aI("text=Pipeline Integrity;url=s_pipe.php;");
aI("text=Process Safety;url=s_process.php;");
aI("text=PSM & RMP Audits;url=s_psm_rmp.php;");
aI("text=Responsible Care&reg;;url=s_rc.php;");
aI("text=Regulatory Assistance and Liaison;url=s_regulatory.php;");
aI("text=Reliability (RAM) Evaluations;url=s_ram.php;");
aI("text=Risk Assessment;url=s_risk.php;");
aI("text=Safety Management;url=s_safety.php;");
aI("text=Security Assessments and Plans;url=s_security.php;");
aI("text=Software;url=software.php;");
aI("text=Training;url=s_training.php;");
}

with(milonic=new menuname("Whatsnew")){
style=menuStyle; top=15; left=72;
aI("text=Press Releases;url=pr.php;");
aI("text=Regulatory Updates;url=regulatory_updates.php;");
aI("text=Latest CCPS Newsletter;url=newsletters.php;");
aI("text=Current Training Schedule;url=s_training.php;");
aI("text=Events - Trade Shows & Symposiums;url=events.php;");
}

with(milonic=new menuname("Infoservices")){
style=menuStyle; top=45; left=72;
aI("text=Regulatory Updates;url=regulatory_updates.php;");
aI("text=Helpful Links;url=link.php;");
aI("text=Subscribe to Free E-Newsletter;url=newsletters.php;");
aI("text=Free Stuff;url=freestuf.php;");
}

with(milonic=new menuname("RRSinfo")){
style=menuStyle; top=75; left=72;
aI("text=About RRS;url=about.php;");
aI("text=Contact RRS;url=contact.php;");
aI("text=Employment;url=employment.php;");
}

drawMenus();
