fixMozillaZIndex=false; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=10;
_subOffsetTop=2;
_subOffsetLeft=0;


with(submenuStyle=new mm_style()){
bordercolor="#bbddff";
borderstyle="solid";
borderwidth=1;
fontfamily=" verdana";
fontsize="12px";
fontstyle="";
fontweight="";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#2b72b9";
offcolor="#FFFFFF";
onbgcolor="#dceeff";
//onborder="1px dotted #7CB5E8";
oncolor="#0b5aa9";
outfilter="randomdissolve(duration=0.5)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#2b72b9', Direction=150, Strength=10)";
padding=2;
separatorcolor="#bedfff";
separatorsize=1;
subimagepadding=1;
pagebgcolor="#2b72b9";
pagecolor="#FFFFFF";
subimagepadding=2;
}

with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#40780F";
borderstyle="solid";
borderwidth=0;
fontfamily="verdana";
fontsize="11px";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgimage="url=../images/nav_bg.jpg";
offcolor="#FFFFFF";
onbgimage="url=../images/nav_bg.jpg";
oncolor="#bedfff";
//outfilter="randomdissolve(duration=0.3)";
padding=2;
pagecolor="#9bc8f5";
subimagepadding=4;

}


with(milonic=new menuname("about_us")){
margin=5;
menuwidth=150;
style=submenuStyle;
aI("text=GHRD Network;url=about_us.aspx;");
aI("text=Mission &amp; Objectives;url=mission.aspx;");
aI("text=NCUI/VAMNICOM;url=ncui_vamnicom.aspx;");
aI("text=ICA HRD Committee;url=ica_hrd_committee.aspx;");
aI("text=ICA HRD Members;url=ica_hrd_members.aspx;");
}

with(milonic=new menuname("study_material")){
margin=5;
menuwidth=130;
style=submenuStyle;
aI("text=Articles/Papers;url=study_material.aspx?catg=Articles/Papers;");
aI("text=Case Studies;url=study_material.aspx?catg=Case Studies;");
aI("text=Research Papers;url=study_material.aspx?catg=Research Papers;");
aI("text=Others;url=study_material.aspx?catg=Others;");
}

with(milonic=new menuname("training_program")){
margin=5;
menuwidth=130;
style=submenuStyle;
aI("text=Long Duration;url=training_program.aspx?sort={0109-0130-0097-0128-0161-0192-0225-0256-0289-0320-0353-0384-0417-0448-0481-0512-0545-0576-0609-0640};");
aI("text=Short Duration;url=training_program.aspx?sort={0116-0130-0097-0128-0161-0192-0225-0256-0289-0320-0353-0384-0417-0448-0481-0512-0545-0576-0609-0640};");
}

with(milonic=new menuname("members")){
margin=5;
menuwidth=170;
style=submenuStyle;
aI("text=Organization Members;url=organization_members.aspx;");
aI("text=Expert Members;url=expert_members.aspx;");
}


drawMenus();
<!--

//Disable right click script III- By Renigade (renigade@mediaone.net)
//For full source code, visit http://www.dynamicdrive.com

var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")
// --> 

