


_menuCloseDelay=300           // 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=0              // Sub menu top offset
_subOffsetLeft=0            // 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="#5f9baf";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#44484b";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#5f9baf";
separatorsize="1";
padding=5;
fontsize="10";
fontstyle="normal";
fontweight="bold";
fontfamily="'Trebuchet MS', Arial, Verdana, Tahoma";
pagecolor="#ffffff";
pagebgcolor="#5f9baf";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=80);Shadow(color='#777777', Direction=135, Strength=5)";
overfilter="Fade(duration=0.2);Alpha(opacity=80);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="Fade(duration=0.1)";
}


/*
with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=10;
left=10;
alwaysvisible=0;
orientation="vertical";
position="relative";
aI("text=WELCOME;url=http://www.milonic.co.uk/;status=Back To Home Page;");
aI("text=CAPABILITIES;showmenu=Samples;");
aI("text=FULFILLMENT;showmenu=Milonic;");
aI("text=JUST FOR CLIENTS;showmenu=Partners;");
aI("text=PRINTING TERMS;showmenu=Links;");
aI("text=NEWS;showmenu=My Milonic;");
aI("text=CONTACT US;showmenu=My Milonic;");
}
*/

with(milonic=new menuname("welcome")){
style=menuStyle;
overflow="scroll";
top=216;
left=62;
aI("text=our services;url=/welcome/ourservices.asp;");
aI("text=our work;url=/welcome/ourwork.asp;");
aI("text=location;url=/welcome/location.asp;");
}

with(milonic=new menuname("capabilities")){
style=menuStyle;
overflow="scroll";
top=216;
left=146;
aI("text=pre-press;url=/capabilities/prepress.asp;");
aI("text=press;url=/capabilities/press.asp;");
aI("text=iGen3;url=/capabilities/igen.asp;");
aI("text=finishing;url=/capabilities/finishing.asp;");
}

with(milonic=new menuname("fulfillment")){
style=menuStyle;
overflow="scroll";
top=216;
left=240;
aI("text=inventory mgmt;url=/fulfillment/inventory.asp;");
aI("text=pick & pack;url=/fulfillment/pickpack.asp;");
aI("text=storage;url=/fulfillment/storage.asp;");
aI("text=mail;url=/fulfillment/mail.asp;");
aI("text=shipping;url=/fulfillment/shipping.asp;");
}

with(milonic=new menuname("justforclients")){
style=menuStyle;
overflow="scroll";
top=216;
left=332;
aI("text=fulfillment;url=/clients/fulfillment.asp;");
aI("text=file transfer;url=/clients/filetransfer.asp;");
aI("text=remote proofing;url=http://insite.ambpress.com;");
aI("text=dielines;url=/clients/dielines.asp;");
aI("text=file prep;url=/clients/fileprep.asp;");
aI("text=helpful tips;url=/clients/helpfultips.asp;");
}

with(milonic=new menuname("printingterms")){
style=menuStyle;
overflow="scroll";
top=216;
left=452;
aI("text=pre-press;url=/terminology/prepressterms.asp;");
aI("text=printing;url=/terminology/printingterms.asp;");
}

with(milonic=new menuname("news")){
style=menuStyle;
overflow="scroll";
top=216;
left=560;
aI("text=press room;url=/news/index.asp;");
}

with(milonic=new menuname("contactus")){
style=menuStyle;
overflow="scroll";
top=216;
left=616;
aI("text=directory;url=/contactus/index.asp;");
aI("text=human resources;url=/contactus/hr.asp;");
}

drawMenus();

