


_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=50                // Follow scrolling Rate
_subOffsetTop=5               // 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="#001E51";
oncolor="#ffffff";
offbgcolor="#9696A5";
offcolor="#ffffff";
bordercolor="#9696A5";
borderstyle="solid";
borderwidth=1;
separatorcolor="#9696A5";
separatorsize="1";
padding=5;
fontsize="10";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#9696A5";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="";
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("Sculptures")){
style=menuStyle;
aI("text=<img src=image-library/square.gif border=0>Bronze Sculpture;url=cat-page.php?CPID=2;");
aI("text=<img src=image-library/square.gif border=0>Landscape Forms;url=cat-page.php?CPID=1;");
aI("text=<img src=image-library/square.gif border=0>Fountains & Garden Sculptures;url=cat-page.php?CPID=3;");
aI("text=<img src=image-library/square.gif border=0>Installations & Conceptual Work;url=cat-page.php?CPID=4;");
}


drawMenus();


