fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

var path = "http://fourthglobalconference.nrn.org.np/";
//var path = "http://serverweb/ftpclients/nrnconference/";

with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana";
fontsize="13px/16px";
fontstyle="normal";
headerbgcolor="#FFFFFF";
headercolor="#000000";
offbgcolor="#47729d";
offcolor="#FFFFFF";
onbgcolor="#314860";
oncolor="#FFFFFF";
outfilter="Fade(duration=0.3);Alpha(opacity=0);Shadow(color=#eeeeee', Direction=135, Strength=2)";
overfilter="Fade(duration=0.3);Alpha(opacity=100);Shadow(color=#eeeeee', Direction=135, Strength=2)";
padding="6";
pagebgcolor="0082c0";
pagecolor="#FFFFFF";
separatorcolor="#FFFFFF";
separatorsize=1;
subimage=path+"images/menuarrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("menu1")){
overflow="scroll";
style=menuStyle;
top=-27;
left=200;
aI("text=High Level Organizing committee;url="+path+"committee/high-level-organizing-committee.php;");
aI("text=Fourth NRN Global Conference Organizing Committee;url="+path+"committee/index.php;");
aI("text=Constitution Amendment Suggestion Sub-Committee;url="+path+"committee/constitution.php;");
aI("text=Finance Sub-Committee;url="+path+"committee/finance.php;");
aI("text=Sub-Committee on NRN General Assembly;url="+path+"committee/general.php;");
aI("text=Publication (Tourist Information Handbook) Sub-Committee;url="+path+"committee/publication.php;");
}



with(milonic=new menuname("menu2")){
overflow="scroll";
style=menuStyle;
top=6;
left=131;
aI("text=Registration Information;url="+path+"registration/info.php;");
aI("text=Registration for NRN;url="+path+"registration/;");
aI("text=Registration for Resident Nepali;url="+path+"registration-nepali/;");
}



drawMenus();