_scrollAmount=5                  // Only Used for Netscape 4 scrolling
_scrollDelay=10	                 // Only Used for Netscape 4 scrolling
_scrollUpImage=""     // Only Used for Netscape 4 scrolling
_scrollDownImage="" // Only Used for Netscape 4 scrolling


_menuCloseDelay=300              // The delay for menus to remain visible on mouse off
_menuOpenDelay=150               // The delay for opening menus on mouse over
_subOffsetTop=0;                 // Sub menu offset Top position
_subOffsetLeft=0;                // Sub menu offset Left position

Goverfilter = "Fade(duration=0);Shadow(color='#777777', Direction=135, Strength=3)"
Goutfilter = "randomdissolve(duration=0.4)"


with(vertStyle=new mm_style()){
        onbgcolor = "#00525c"; //color of the background when the mouse is ON the item
          oncolor = "#ffffff"; //color of the text when the mouse moves over a item
       offbgcolor = "#ffffff"; //color of the background when the mouse is NOT on the item
         offcolor = "#333333"; //color of the text when the mouse is NOT on the item
     visitedcolor = ""; // same as above, but visited
      bordercolor = "#999999";
      borderstyle = "solid";
   separatorcolor = "#dddddd";
    separatorsize = 1;
 separatorpadding = 1;
          padding = 3;
      borderwidth = 1;
         onborder = "1px solid #000000";
       overfilter = "";
        outfilter = "";
         fontsize = "9pt"; //size of all text inside the menu's
       fontweight = "bold";
       fontfamily = "Verdana,Arial,Helvetia";
      pagebgcolor = "#ECF4F9"; //color of the background when a menu-item is active
        pageimage = "";
        pagecolor = "#333333"; //color of the text when a menu-item is active
         subimage = "";
       onsubimage = "";
      headercolor = "#000000";
    headerbgcolor = "#000000";
     headerborder = "1px solid #000000";
        itemwidth = 150; //size of the individual menus
}

horizStyle=new copyOf(vertStyle)
horizStyle.borderwidth=0
horizStyle.separatorpadding=0
horizStyle.onborder="";
horizStyle.separatorcolor = "#BDCBD6";
horizStyle.onbgcolor = "#9c5d84";
horizStyle.oncolor = "#ffffff";
horizStyle.offbgcolor = "#333641";
horizStyle.offcolor = "#FFFFFF";


with(milonic=new menuname("mainmenu2")){
style = horizStyle;
alwaysvisible = 1;
orientation="horizontal"
aI("text=Introduction;url=index.php;title=Introduction;");
aI("text=Valencia Declaration;url=declaration.php;title=Declaration;");
//aI("text=Topics;url=topics.php;title=Topics;");
aI("text=Programme;url=programme.php;title=Topic;");
aI("text=Participants;url=participants.php;title=participants;");
//aI("text=Registration;url=registration.php;title=Registration;");
//aI("text=General Info;url=info.php;title=General Info;");
aI("text=Committee;url=committee.php;title=Committee;");
//aI("text=Contacts;url=contacts.php;title=Contacts;");
aI("text=Photos;url=photo_gallery.php;title=Photos;");
}


drawMenus()

// Add this bit if you haven't finished building menus yet.
//clearTimeout(_mst)
//_mst=null
//_startM=1