_menuCloseDelay=500           // 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=50                // Follow scrolling Rate
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset
_scrollAmount=0               // Only needed for Netscape 4.x
_scrollDelay=10               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#888888";
oncolor="#000000";
offbgcolor="#789977";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=2;
separatorcolor="#000000";
separatorsize="2";
padding=2;
fontsize="10pt";
fontstyle="normal";
fontfamily="Tahoma, Arial, Verdana";
pagecolor="black";
pagebgcolor="#789977";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="0";


}


with(milonic=new menuname("about")){
style=menuStyle;
overflow="scroll";
itemwidth=137; 
align="center";
aI("text=What we do;url=whatwe.html;status=What We do;");
aI("text=Who we are;url=whowe.html;status=Who we are;");

}

with(milonic=new menuname("products")){
style=menuStyle;
itemwidth=137; 
align="center";
aI("text=Videos DVDs;url=videos.html;status=Videos;");
aI("text=Books;url=books.html;status=Books");
aI("text=Multimedia;url=multi.html;status=Multimedia");
}

with(milonic=new menuname("resources")){
style=menuStyle;
itemwidth=137; 
align="center";
aI("text=Case Studies;showmenu=case;status=Case Studies;");
}
with(milonic=new menuname("case")){
style=menuStyle; 
align="center";
aI("text=On Track Peer Mentoring Programme in Sandwell;url=casepeer.html;status=On Track Peer Mentoring Programme in Sandwell;");
aI("text=Harvest Mentoring Scheme;url=caseharvest.html;status=Harvest Mentoring Scheme;");

}

drawMenus();
