
/*
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

Shadow(color='#000000', Direction=135, Strength=0)   

*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay=750           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=1            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#FF0000";
oncolor="#FFFFFF";
offbgcolor="#FFFFFF";
offcolor="#000000";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="#FF0000";
separatorsize="1";
separatorheight="24";
padding=2;
fontsize="9px";
fontstyle="2";
fontfamily="Verdana, Arial, Helvetica";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding="0";
overfilter="inset(duration=0.00); Alpha(opacity=100);";
outfilter="inset(duration=0.00)";
}

with(menuStyle_2=new mm_style()){
onbgcolor="#C0C0C0";
oncolor="#FF0000";
offbgcolor="#C0C0C0";
offcolor="#000000";
bordercolor="#C0C0C0";
borderstyle="";
borderwidth=4;
separatorcolor="#C0C0C0";
separatorsize="4";
separatorheight="10";
padding=4;
fontsize="10px";
fontstyle="1";
fontfamily="Verdana, Arial, Helvetica";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding="0";
overfilter="inset(duration=0.00); Alpha(opacity=80);";
outfilter="inset(duration=0.00)";
}

with(milonic=new menuname("Main Menu")){
top=111;
style=menuStyle;
alwaysvisible=1;
orientation="horizontal";
aI("text=&nbsp&nbsp;MEASUREMENT &&nbsp<br>&nbsp ANALYSIS&nbsp&nbsp;url=/MA.html;");
aI("text=&nbsp&nbsp;ADVERTISING&nbsp<br>&nbsp AGENCIES&nbsp&nbsp;url=/agency.html;showmenu=agency;");
aI("text=&nbsp&nbsp;BUSINESS&nbsp<br>&nbsp INTELLIGENCE&nbsp&nbsp;url=/business_intelligence.html;showmenu=business_intelligence;");
aI("text=&nbsp&nbsp;ADVERTISING&nbsp<br>&nbsp DESIGN&nbsp&nbsp;url=/design.html;showmenu=design;");
aI("text=&nbsp&nbsp;TYM© IS&nbsp<br>&nbsp DIFFERENT&nbsp&nbsp;url=/tym_dif.html;showmenu=tym_dif;");
aI("text=&nbsp&nbsp;TYM©&nbsp<br>&nbsp PORTAL&nbsp&nbsp;url=/tym_portal.html;showmenu=tym_portal;");
}

with(milonic=new menuname("metrics")){
style=menuStyle_2;
top=130;
overflow="scroll";
aI("text=Measurement & Analysis;url=/MA.html;");
//aI("text=Measurement & Analysis;url=/MA.html;");
}

with(milonic=new menuname("business_intelligence")){
style=menuStyle;
//aI("text=ASP Scripting;url=/technologies.html;");
}

with(milonic=new menuname("design")){
style=menuStyle;
//aI("text=Oil Company;url=/case_study_1.html;");
}

with(milonic=new menuname("agency")){
style=menuStyle;
//aI("text=Oil Company;url=/case_study_1.html;");
}

with(milonic=new menuname("tym_dif")){
style=menuStyle;
//aI("text=Oil Company;url=/case_study_1.html;");
}

with(milonic=new menuname("tym_portal")){
style=menuStyle;
//aI("text=Oil Company;url=/case_study_1.html;");
}

drawMenus();

