

_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 = 163; //size of the individual menus
}

horizStyle=new copyOf(vertStyle)
horizStyle.borderwidth=1
horizStyle.separatorpadding=0
horizStyle.onborder="";
horizStyle.separatorcolor = "#E5EDF4";
horizStyle.onbgcolor = "#00525C";
horizStyle.oncolor = "#ffffff";
horizStyle.offbgcolor = "#809DC9";
horizStyle.offcolor = "#333333";


with(milonic=new menuname("mainmenu2")){
//screenposition="top;center";
//menuwidth="100%";
//menualign="center";
style = horizStyle;
alwaysvisible = 1;
orientation="horizontal"
aI("text=Home;url=index.php;");
aI("text=Background;showmenu=background;");
aI("text=MarBEF QA;showmenu=framework;");
aI("text=Procedures;showmenu=procedures;");
aI("text=Contact;url=contact.php;");

}
	
	with(milonic=new menuname("background")){		
         style = vertStyle;
	 top="offset=2";
         margin=3;
         aI("text=The need for Quality Assurance;url=need.php");
         aI("text=Work Package Aims;url=aims.php");
         aI("text=Deliverables & Milestones;url=deliverables.php");
		 aI("text=Roles & Responsibilities;url=role.php");
		 aI("text=Quality Steering Group;url=steeringgroup.php");
		 aI("text=Quality Systems;url=systems.php");
		 aI("text=Links;url=links.php");		 
	}


	with(milonic=new menuname("framework")){		
	 style = vertStyle;
	 top="offset=2";
	 margin=3
	 	aI("text=MarBEF QA Framework;url=framework.php");
		aI("text=Quality Assurance Schemes;url=schemes.php");
		aI("text=Quality Assurance Groups;url=groups.php");
		aI("text=Quality Documents;url=docs.php");
		aI("text=Data Management;url=dm.php");
		aI("text=Responsive Mode Projects;url=rmp.php");
		aI("text=Advice on quality issues;url=advice.php");
		aI("text=Sharing best practice;url=bestpractice.php");
	}	
	

	with(milonic=new menuname("procedures")){
	 style = vertStyle;
	 top="offset=2";
	 margin=3
	 aI("text=About;url=procedures.php;");
	 aI("text=Database;url=db.php");
	}
	
	      with(milonic=new menuname("ermssources")){
	         style = vertStyle;
	         top="offset=0";
                 alwaysvisible = 0;
	         margin=3;
	         aI("text=Search;url=ermssources.php;");
	         aI("text=Add;url=ermssourceedit.php?add=1;");

	 }

	with(milonic=new menuname("distribution")){		
	 style = vertStyle;
	 top="offset=2";
	 margin=3;
	 aI("text=About;url=eurobis.php;");
	 aI("text=Search;url=eurobissearch.php");
	 aI("text=Providers;url=eurobisproviders.php");
	 aI("text=Help;url=eurobishelp.php");
	}	
	

drawMenus()

// Add this bit if you haven't finished building menus yet.
//clearTimeout(_mst)
//_mst=null
//_startM=1

