
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out

_menuOpenDelay=150            // The time delay before menus open on mouse over

_followSpeed=5                // Follow scrolling speed

_followRate=40                // Follow scrolling Rate

_subOffsetTop=10              // Sub menu top offset

_subOffsetLeft=-10            // Sub menu left offset

_scrollAmount=3               // Only needed for Netscape 4.x

_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){

onbgcolor="#bbbbbb";

oncolor="#000000";

offbgcolor="#ff9900";

offcolor="#ffffff";

bordercolor="#ffffff";

borderstyle="solid";

borderwidth=1;

fontweight="normal";

fontsize="11";

separatorcolor="#ffffff";

separatorsize="1";

padding=3;

fontfamily="Verdana, Tahoma, Arial";

pagecolor="White";

pagebgcolor="#ffcc00";

headercolor="#000000";

headerbgcolor="#ffffff";

image="";

imageposition="left";
}



with(submenuStyle=new mm_style()){

onbgcolor="#DCE9F0";

oncolor="#000000";

offbgcolor="#0066CC";

offcolor="#ffffff";

bordercolor="#2996FF";

borderstyle="solid";

borderwidth=1;

fontweight="normal";

separatorcolor="#2996FF";

separatorsize="1";

padding=5;
fontfamily="Verdana, Tahoma, Arial";

pagecolor="black";

pagebgcolor="#82B6D7";

headercolor="#000000";

headerbgcolor="#ffffff";


/*
fontstyle="normal";

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=185;
left=0;

screenposition="left";
alwaysvisible=1;

orientation="vertical";

aI("text=About Burwood Library;status=About Burwood Library;url=about.html");

aI("text=Catalogue;url=http://swft.blib.sirsidynix.net.au;target=_blank;status=Catalogue");

aI("text=Children's and Young Adult Services;status=Children's and Young Adult Services;url=children.html");

aI("text=Community Information Directory;status=Community Information Directory;url=http://www.datadiction.com.au/bin/dd.dll/lincs?srch&MBR=BWD;target=blank");

aI("text=Electronic Resources;url=onlinedbs.html;status=Electronic Databases");

aI("text=Genealogy and Local History;url=genealogy.html;status=Genealogy and Local History");

aI("text=Home Library Service;status=Home Library Service;url=homelib.html");

aI("text=Hours and Location;url=hours.html;status=Hours and Location");
aI("text=HSC Resources;url=hsc.html;status=HSC Resources");

aI("text=Inter-Library Lending;url=interlibrary.html;status=Inter-Library Lending");
aI("text=Lending Services;url=lending.html;status=Lending Services");
aI("text=Reference & Information Services;url=reference.html;status=Reference & Information Services");

aI("text=Research Links;status=Research Links;url=research.html");

aI("text=School Projects for Students;status=School Projects for Students;url=schoolproj.html");

aI("text=Technology Access;url=techaccess.html;status=Technology Access");

aI("text=What's On at Burwood Library;url= events.html;status=What's On at Burwood Library");
}



drawMenus();