
_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=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset

with(menuStyle=new mm_style()){
onbgcolor="white";
oncolor="black";
offbgcolor="#898989";
offcolor="white";
bordercolor="black";
borderstyle="solid";
borderwidth=1;
separatorcolor="black";
separatorsize="1";
padding=5;
fontsize="100%";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="white";
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("Home")){
style=menuStyle;
screenposition="center";
top=45;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=http://www.the-wrights.co.uk;status=Back To Home Page;");
aI("text=Photos;url=/photos.php;");
aI("text=Business;url=http://www.m2n.co.uk;");
aI("text=Home cinema;showmenu=HomeCinema;");
aI("text=Playing music;url=/BigChill/index.html;");
aI("text=Contact me;url=mailto:stuart.wright@blueyonder.co.uk;");
}

with(milonic=new menuname("HomeCinema")){
style=menuStyle;
overflow="scroll";
aI("text=Introduction;url=/homecinema1.php;");
aI("text=Planning;url=/picturehouse1.php;");
aI("text=Construction;url=/picturehouse2.php;");
aI("text=Decoration;url=/picturehouse3.php;");
aI("text=Installation;url=/picturehouse4.php;");
aI("text=Controlling the system;url=/picturehouse5.php;");
aI("text=Furniture;url=/picturehouse6.php;");
aI("text=Audio calibration;url=/picturehouse7.php;");
aI("text=Environmental control;url=/picturehouse8.php;");
aI("text=Kit list and contributors;url=/picturehouse_contributors.php;");
aI("text=Debriefing;url=/picturehouse_debriefing.php;");
}

drawMenus();


