
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(AllImagesStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
padding=3;
fontstyle="normal";
fontweight="normal";
}


with(menuStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#0079c2";
offbgcolor="#0079c2";
offcolor="#ffffff";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=5;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#0079c2";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
outfilter="Fade(duration=0.2);Alpha(opacity=100);";
}



with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=240;
left=10;
alwaysvisible=1;
orientation="horizontal";
position="relative";

aI("image=btn_right.gif;overimage=btn_right-over.gif;showmenu=right;url=right.asp;");
aI("showmenu=data;url=data_overview.asp;image=btn_data.gif;overimage=btn_data-over.gif;");
aI("showmenu=market;url=marketing_overview.asp;image=btn_market.gif;overimage=btn_market-over.gif;");
aI("showmenu=digital;url=digital_overview.asp;image=btn_digital.gif;overimage=btn_digital-over.gif;");
aI("showmenu=commercial;url=commercial_overview.asp;image=btn_commercial.gif;overimage=btn_commercial-over.gif;");
aI("url=mailing.asp;image=btn_mailing.gif;overimage=btn_mailing-over.gif;");
aI("url=binding.asp;image=btn_binding.gif;overimage=btn_binding-over.gif;");
aI("url=resources.asp;image=btn_resources.gif;overimage=btn_resources-over.gif;");
aI("url=careers.asp;image=btn_careers.gif;overimage=btn_careers-over.gif;");
aI("url=contact.asp;image=btn_contact.gif;overimage=btn_contact-over.gif;");
}


with(milonic=new menuname("right")){
style=menuStyle;
aI("text=Team;url=team.asp;");
aI("text=History;url=history.asp;");
aI("text=Mission;url=mission.asp;");
aI("text=Mojo;url=mojo.asp;");
aI("text=News;url=press.asp;");

}

with(milonic=new menuname("data")){
style=menuStyle;
aI("text=List Rental;url=list_rental.asp;");
aI("text=Customer Profiling;url=customer_profiling.asp;");
aI("text=Data Modeling;url=data_modeling.asp;");
aI("text=Database Design and Development;url=database_design.asp;");
aI("text=Database Management;url=database_management.asp;");
aI("text=Digital Asset Management;url=digital_asset.asp;");
aI("text=Testing and Tracking;url=testing.asp;");
aI("text=Campaign Management;url=campaign_management.asp;");
aI("text=Back-end Analysis;url=analysis.asp;");
aI("text=Security;url=security.asp;");

}


with(milonic=new menuname("market")){
style=menuStyle;
aI("text=Database Marketing;url=database_market.asp;");
aI("text=Digital Marketing;url=digital_market.asp;");
aI("text=Web-based Solutions;url=web_market.asp;");
aI("text=Media Solutions;url=media_market.asp;");
}


with(milonic=new menuname("digital")){
style=menuStyle;
aI("text=Static, Short-run Printing;url=static.asp;");
aI("text=Versioning;url=versioning.asp;");
aI("text=Personalized Printing;url=personalized.asp;");
aI("text=Customized Printing;url=customized.asp;");
aI("text=Transactional Printing;url=transactional.asp;");
aI("text=Variable Data Printing;url=variable_data.asp;");

}

with(milonic=new menuname("commercial")){
style=menuStyle;
aI("text=Preflight;url=comm-preflight.asp;");
aI("text=Prepress;url=comm-prepress.asp;");
aI("text=Digital Platesetter;url=comm-creo.asp;");
aI("text=10-Color Press;url=comm-10color.asp;");
aI("text=CoCure™;url=comm-cocure.asp;");

}
drawMenus();

