


_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=40                // Follow scrolling Rate
_subOffsetTop=10              // 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(menuStyle1=new mm_style()){
onbgcolor="#FFCCFF";
oncolor="#FF6500";
offbgcolor="#EBEBEB";
offcolor="#000000";//515151
bordercolor="#000000";//296488
borderstyle="solid";
borderwidth=0;
itemwidth=143;
separatorcolor="#636563";
separatorsize="1";
padding=3;
fontsize="55%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#FF6600";
pagebgcolor="#EBEBEB";//82B6D7
headercolor="#000000";
headerbgcolor="#000000";
//subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="Fade(duration=0.1);Alpha(opacity=10);";
//outfilter="randomdissolve(duration=0.2)";
}

with(menuStyle2=new mm_style()){
onbgcolor="#99CCFF";
oncolor="#FF6500";
offbgcolor="#EBEBEB";
offcolor="#000000";//515151
bordercolor="#000000";//296488
borderstyle="solid";
borderwidth=0;
itemwidth=143;
separatorcolor="#636563";
separatorsize="1";
padding=3;
fontsize="55%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#FF6600";
pagebgcolor="#EBEBEB";//82B6D7
headercolor="#000000";
headerbgcolor="#000000";
//subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="Fade(duration=0.1);Alpha(opacity=10);";
//outfilter="randomdissolve(duration=0.2)";
}

with(menuStyle3=new mm_style()){
onbgcolor="#66FFCC";
oncolor="#FF6500";
offbgcolor="#EBEBEB";
offcolor="#000000";//515151
bordercolor="#000000";//296488
borderstyle="solid";
borderwidth=0;
itemwidth=143;
separatorcolor="#636563";
separatorsize="1";
padding=3;
fontsize="55%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#FF6600";
pagebgcolor="#EBEBEB";//82B6D7
headercolor="#000000";
headerbgcolor="#000000";
//subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="Fade(duration=0.1);Alpha(opacity=10);";
//outfilter="randomdissolve(duration=0.2)";
}

with(menuStyle4=new mm_style()){
onbgcolor="#FFCC66";
oncolor="#FF6500";
offbgcolor="#EBEBEB";
offcolor="#000000";//515151
bordercolor="#000000";//296488
borderstyle="solid";
borderwidth=0;
itemwidth=143;
separatorcolor="#636563";
separatorsize="1";
padding=3;
fontsize="55%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#FF6600";
pagebgcolor="#EBEBEB";//82B6D7
headercolor="#000000";
headerbgcolor="#000000";
//subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="Fade(duration=0.1);Alpha(opacity=10);";
//outfilter="randomdissolve(duration=0.2)";
}


with(milonic=new menuname("products")){
style=menuStyle1;
top=104;
left=277;
aI("text=insight reports;url=/products/insight.htm;");
aI("text=books;url=/products/books.htm;");
aI("text=business e-cards;url=/products/e-card.htm;");
aI("text=customer support;url=/products/customer.htm;");
}

with(milonic=new menuname("projects")){
style=menuStyle2;
top=104;
left=370;
aI("text=jiu valley;url=/projects/jiuvalley.htm;");
aI("text=being a minority;url=/projects/minority.htm;");
aI("text=phare;url=/projects/phare.htm;");
aI("text=world bank;url=/projects/worldbank.htm;");
aI("text=business breakfast;url=/projects/busbreakfast.htm;");
aI("text=eu opportunities;url=/projects/opportunities.htm;");
aI("text=appo;url=/projects/appo.htm;");
aI("text=lider project;url=/lider/;");
aI("text=public events;url=/projects/events.htm;");
aI("text=public utilities;url=/projects/utilities.htm;");
}

with(milonic=new menuname("public")){
style=menuStyle3;
top=104;
left=469;
aI("text=civil society;url=/public%20affairs/civilsoc/civilsoc.htm;");
aI("text=european affairs;url=/public%20affairs/EU/eu_affairs.htm;");
aI("text=governance;url=/public%20affairs/governance/governance.htm;");
aI("text=education;url=/public%20affairs/education/education.htm;");
}

with(milonic=new menuname("strategic")){
style=menuStyle4;
top=104;
left=588;
aI("text=corporate id;url=/strategic%20communication/corporate%20id/corporateid.htm;");
aI("text=public relation;url=/strategic%20communication/pr/pr.htm;");
aI("text=issues;url=/strategic%20communication/issues/issues.htm;");
aI("text=campaigns;url=/strategic%20communication/campaigns/campaigns1.htm;");
}

drawMenus();

