


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#999999";
//onbgcolor="#4F8EB6";

oncolor="#ffffff";

//offbgcolor="#DCE9F0";
offbgcolor="#ffff99";

offcolor="#515151";


bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";

//pagebgcolor="#82B6D7";
pagebgcolor="#CCCCCC";

headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=10;
left=10;
alwaysvisible=1;
followscroll="1";
orientation="horizontal";
aI("text=Home;url=right.htm;status=Back To Home Page;");
aI("text=Who's Who;showmenu=Who;");
aI("text=Software;showmenu=Software;");
aI("text=Publications;url=references.htm;status=List of methods publications;");
aI("text=Machine Learning;url=machinelearning;");

//aI("text=FAQ;url=faq;status=FAQ;");
aI("text=FAQ;url=faq;status=FAQ;target=new;"); // new window

aI("text=Links;showmenu=Links;status=Some of our favorite sites;");
aI("text=Contact Us;url=contact.htm;status=Get Hold Of Us;");
}

with(milonic=new menuname("Who")){
style=menuStyle;
overflow="scroll";
aI("text=------> Current Team <------;url=us.htm#current;");
aI("text=Prof Mick Brammer;url=mick.htm;");
aI("text=Dr Sergi Costafreda;url=sergi.htm;");
aI("text=Dr Vincent Giampietro;url=vincent.htm;");
aI("text=Dr Sarah Lee;url=sarah.htm;");
aI("text=Mr Andre Marquand;url=andre.htm;");
aI("text=Dr Janaina Mourao-Miranda;url=janaina.htm;");
aI("text=Dr Jane Maryam Rondina;url=jane.htm;");
separatorcolor="#2D729D";
separatorsize="1";
aI("text=------> Absent Friends <------;url=us.htm#absent;");
aI("text=Dr Elena Antonova;url=elena.htm;");
aI("text=Dr Michel Bernanos Mesquita;url=michel.htm;");
aI("text=Mr Xavier Chitnis;url=xavier.htm;");
aI("text=Dr Christine Ecker;url=christine.htm;");
aI("text=Dr Mairéad MacSweeney;url=mairead.htm;");
aI("text=Dr Emanuelle Reynaud;url=emanuelle.htm;");
aI("text=Dr Marc Seal;url=marc.htm;");
aI("text=Dr Alexander Sumich;url=alex.htm;");
}

with(milonic=new menuname("Software")){
style=menuStyle;
aI("text=XBAM;url=xbam.htm;");
aI("text=ICC Toolbox;url=icc.htm;");
aI("text=PROBID Pattern Recognition Toolbox;url=probid.htm");
}

with(milonic=new menuname("Resources")){
style=menuStyle;
aI("text=Publications;url=references.htm;");
aI("text=Support;showmenu=Support");
}


with(milonic=new menuname("Extra")){
style=menuStyle;
aI("text=fMRI Experience 2004 - The pictures !!!;url=WebAlbums/vincentBrazil/index.html;target=_blank");
}


with(milonic=new menuname("Support")){
style=menuStyle;
aI("text=XBAM;showmenu=imageSupport;");
aI("text=Unix;showmenu=unixSupport;");
}


with(milonic=new menuname("unixSupport")){
style=menuStyle;
aI("text=Exceed (X Server);url=unixSupport.htm#exceed;");
aI("text=CygWin (X Server);url=unixSupport.htm#cygwin;");
aI("text=SSH (Secure Shell);url=unixSupport.htm#ssh;");
}

with(milonic=new menuname("imageSupport")){
style=menuStyle;
aI("text=XBAM Method;url=imageSupport.htm#method;");
aI("text=XBAM Output Files;url=imageSupport.htm#outfiles;");
aI("text=ABAM Manual;url=imageSupport.htm#abam;");
aI("text=Talairach Z Maps;url=imageSupport.htm#talz;");
}

with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=Close Collaborators;url=links.htm#collaboratorLinks;");
aI("text=Courses And Tutorials;url=links.htm#courseLinks;");
aI("text=Institute of Psychiatry;url=links.htm#iopLinks;");
aI("text=Software;url=links.htm#softwareLinks;");
}

drawMenus();

