


_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_01=new mm_style()){
onbgcolor="#F1DFC7";
oncolor="#506170";
offbgcolor="#F1DFC7";
offcolor="#506170";
bordercolor="#ffffff";
borderstyle="none";
borderwidth=1;
separatorcolor="#F1DFC7";
separatorsize="10";
padding=5;
fontsize="11px";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial";
//pagecolor="black";
//pagebgcolor="#82B6D7";
//headercolor="#000000";
//headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="1";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle=new mm_style()){
onbgcolor="#E8CAA2";
oncolor="#63788B";
offbgcolor="#F1DFC7";
offcolor="#63788B";
bordercolor="#FFFFF8";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=3;
fontsize="11px";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial";
//pagecolor="black";
//pagebgcolor="#82B6D7";
//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("Services")){
style=menuStyle;
}

with(milonic=new menuname("People")){
style=menuStyle;
aI("text= &nbsp;Team Overview &nbsp; &nbsp;;url=people.htm;");
aI("text= &nbsp;Stuart McInnes &nbsp; &nbsp;;url=stuart_mcinnes.htm;");
aI("text= &nbsp;Alan Loughray &nbsp; &nbsp;;url=alan_loughray.htm;");
}

with(milonic=new menuname("About_us")){
style=menuStyle;

}

with(milonic=new menuname("Downloads")){
style=menuStyle;
aI("text= &nbsp;Download-01 &nbsp; &nbsp;;url=/download_01.htm;");
aI("text= &nbsp;Download-02 &nbsp; &nbsp;;url=/download_02.htm;");
aI("text= &nbsp;Download-03 &nbsp; &nbsp;;url=/download_03.htm;");
}

with(milonic=new menuname("About_jersey")){
style=menuStyle;

}



drawMenus();

