effect="Fade(duration=0.3);Alpha(style=0,opacity=85);Shadow(color='#999999', Direction=135, Strength=5)"

_menuCloseDelay=500;
_menuOpenDelay=150;
_scrollAmount=3;
_scrollDelay=20;
_followSpeed=5;
_followRate=40;
_subOffsetTop=10;
_subOffsetLeft=-2;

with(style1=new mm_style()){
offcolor="000000";
offbgcolor="#FFFFFF";
oncolor="#FF0000";
onbgcolor="#FFFFFF";
ondecoration="underline";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontsize=12;
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Arial";
padding=5;
separatoralign="center";
separatorcolor="#CCCCCC";
separatorpadding="3";
separatorheight="99%";
separatorwidth="99%";
separatorsize=1;
subimage="../menu/arrow.gif";
subimagepadding=4;
pagecolor="#CCCCCC";
pagebgcolor="white";
headercolor="#ffffff";
headerbgcolor="#000099";
}
with(milonic=new menuname("mainmenu")){
alwaysvisible=1;
orientation="horizontal";
top=100;
screenposition="center";
style=style1;
aI("text=Home;url=/default.htm")
aI("text=Download;url=/download.php")
aI("text=Products;showmenu=products")
aI("text=Services;showmenu=services")
aI("text=Corporate;url=/corporate.htm")
aI("text=Support;showmenu=support")
aI("text=Buy Now;url=/shop.htm")
}

with(milonic=new menuname("services")){
style=style1;
aI("text=Bespoke PDF development;url=/pdfdev.htm")
aI("text=Database development;url=/database.htm")
aI("text=PDF case studies;url=/casestudies.htm")
}

with(milonic=new menuname("products")){
style=style1;
aI("text=BatchPrintPDF;url=/batch.htm")
aI("text=pdfAssistant;url=/assistant.htm")
aI("text=Homer;url=/plug_ins.htm#homer")
aI("text=ShowMe;url=/plug_ins.htm#showme")
aI("text=Free stuff;showmenu=freestuff")
}

with(milonic=new menuname("freestuff")){
style=style1;
aI("text=PDF related VBA macros;url=/freestuff.htm")
aI("text=pdfmark/OLE examples;url=/automate.htm")
}

with(milonic=new menuname("support")){
style=style1;
aI("text=Brook House software;showmenu=bhsupport")
aI("text=Hints and Tips;url=/tips/hints_and_tips.htm")
aI("text=Pharmaceutical software;url=/pharma/default.htm")
}

with(milonic=new menuname("bhsupport")){
style=style1;
aI("text=General;url=/support.htm#general")
aI("text=BatchPrintPDF;url=/support.htm#batchprint")
aI("text=PDFAssistant;url=/support.htm#pdfassistant")
}

drawMenus();
