

_menuCloseDelay=300           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100           // 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()){
align="center";
oncolor="#FFFFFF";
onbgcolor="#3366CC";
offcolor="#FFFFFF";
offbgcolor="#003399";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=2;
subimagepadding=2;
fontsize="65%";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="#ECEFF8";
pagebgcolor="#5578BC";
headercolor="#000000";
headerbgcolor="#FFFFFF";
subimage="/dts/osta/otm/noise/images/arrow.gif";
overfilter="Pixelate(duration=0.3);Alpha(opacity=100);Shadow(color='#CCCCCC', Direction=180, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=194;
left=22;
alwaysvisible=1;
orientation="horizontal";
aI("text=Noise and Health Effects;url=/dts/osta/otm/noise/health_effects/index.html;showmenu=healtheffects;itemwidth=211;");
aI("text=Standards;url=/dts/osta/otm/noise/standards.html;showmenu=standards;itemwidth=132;");
aI("text=Evaluation;url=/dts/osta/otm/noise/exposure/index.html;showmenu=evaluation;itemwidth=181;");
aI("text=Hearing Conservation Program;url=/dts/osta/otm/noise/hcp/index.html;showmenu=hcp;itemwidth=202;");
}

with(milonic=new menuname("healtheffects")){
style=menuStyle;
itemwidth=211;
aI("text=Physics of Sound;url=/dts/osta/otm/noise/health_effects/index.html#physics;");
aI("text=Anatomy and Physiology of the Ear;url=/dts/osta/otm/noise/health_effects/index.html#physiology;");
aI("text=Effects of Excessive Exposure;url=/dts/osta/otm/noise/health_effects/index.html#effects;");
aI("text=Ultrasonics;url=/dts/osta/otm/noise/health_effects/index.html#ultrasonics;");
}

with(milonic=new menuname("standards")){
style=menuStyle;
itemwidth=132;
aI("text=General Industry;url=/dts/osta/otm/noise/standards.html#general;");
aI("text=Construction Industry;url=/dts/osta/otm/noise/standards.html#construction;");
aI("text=Other Standards and Guidance;url=/dts/osta/otm/noise/standards.html#other;");
}

with(milonic=new menuname("evaluation")){
style=menuStyle;
itemwidth=181;
aI("text=Indications of a Problem;url=/dts/osta/otm/noise/exposure/index.html#indications;");
aI("text=Walkaround Survey;url=/dts/osta/otm/noise/exposure/index.html#walkaround;");
aI("text=Workshift Sampling;url=/dts/osta/otm/noise/exposure/index.html#workshift;");
aI("text=Instrumentation;url=/dts/osta/otm/noise/exposure/instrumentation.html;");
}

with(milonic=new menuname("hcp")){
style=menuStyle;
itemwidth=202;
aI("text=Monitoring Program;url=/dts/osta/otm/noise/hcp/index.html#monitoring;");
aI("text=Audiometric Testing Program;url=/dts/osta/otm/noise/hcp/audiometric_testing.html;");
aI("text=Hearing Protection Devices (HPDs);url=/dts/osta/otm/noise/hcp/index.html#hpd;");
aI("text=Employee Training and Education;url=/dts/osta/otm/noise/hcp/index.html#training;");
aI("text=Recordkeeping;url=/dts/osta/otm/noise/hcp/index.html#recordkeeping;");
}

drawMenus();

