

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // The time delay before menus open on mouse over
_subOffsetTop=4              // Sub menu top offset
_subOffsetLeft=4            // Sub menu left offset



with(windows98style=new mm_style()){
onbgcolor="#fFffB6";
oncolor="black";
offcolor="#ffffff";
offbgcolor="#FFFFCC";
bgimage="tile1.gif";
offcolor="#515151";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="2";
padding=2;
fontsize="75%";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=99);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=windows98style;
followscroll=1;
top=140;
left=20;
alwaysvisible=1;
//orientation="horizontal";
aI("text=HOME            ;url=index.html;status=Back To Home Page;");
aI("text=NEW PC's        ;url=NewPC.htm;");
aI("text=MUSIC           ;showmenu=MU;");
aI("text=DATA SECURITY   ;url=Backup.htm;");
aI("text=ELITE BOOKS     ;showmenu=eb;");
aI("text=LINKS           ;showmenu=INT;");
aI("text=Contact Us      ;url=contact.htm;");
}


with(milonic=new menuname("eb")){
style=windows98style;
overflow="scroll";
aI("text=Introduction;url=elite/Index.html;");
aI("text=Samples;url=elite/Sam1.htm;");
}

with(milonic=new menuname("ROT")){
style=windows98style;
overflow="scroll";
aI("text=Vale of Belvoir     ;url=http://www.rotary1220.org/vob/;");
aI("text=District 1220       ;url=http://www.rotary1220.org/02/index.asp;");
aI("text=RIBI                ;url=http://www.rotary-ribi.org/;");
aI("text=Rotary in China     ;url=http://www.rotary.org/support/clubs/provisional.html;");
}

with(milonic=new menuname("INT")){
style=windows98style;
overflow="scroll";
aI("text=USEFUL LINKS         ;url=interest.htm;");
aI("text=ROTARY INTERNATIONAL ;showmenu=ROT;");
}



with(milonic=new menuname("MU")){
style=windows98style;
overflow="scroll";
aI("text=The Pictures;url=/S-and-A.htm;");
}

with(milonic=new menuname("Pano")){
style=windows98style;
overflow="scroll";
aI("text=Cadborough Farm;url=webdes/pdr.htm;target=_blank;targetfeatures=width=800,height=400");
aI("text=Newbray House;url=webdes/granby.htm;target=_blank;targetfeatures=width=800,height=400");
aI("text=Rectory Court;url=webdes/rectory.htm;target=_blank;targetfeatures=width=800,height=400");
aI("text=Grange Hall;url=webdes/grangehall.htm;target=_blank;targetfeatures=width=800,height=400");
}

with(milonic=new menuname("Spec")){
style=windows98style;
overflow="scroll";
aI("text=Winter          ;url=webdes/snow.htm;");
aI("text=Autumn          ;url=webdes/autumn.htm;");
aI("text=Butterflies     ;url=webdes/butterflies.htm;");
}


drawMenus();

