


_menuCloseDelay=150           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=75            // 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(menuStyle=new mm_style()){
bordercolor="";
borderstyle="";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="70%";

fontweight='bold';
headerbgcolor="#000000";
headercolor="#999999";
offbgcolor="#999999";
offcolor="#000000";
onbgcolor="#999999";
oncolor="#ffffff";
onbold=0;
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90), Direction=135, Strength=3)";
padding=2;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="http://www.bluebadgermedia.co.uk/images/arrow.gif";
subimagepadding=0;
}


with(milonic=new menuname("corporateMenu")){
style=menuStyle;
margin=10;
aI("text=Case Study - Wildlife World;status=?;url=Business_Video_solutions_Bluebadger_media_corporate_casestudy.htm;");

}


with(milonic=new menuname("culturalMenu")){
style=menuStyle;
margin=10;
aI("text=Case Study - The Best of Camden Website;status=?;url=Business_Video_solutions_Bluebadger_media_cultural_casestudy_camden.htm;");

}



with(milonic=new menuname("educationalMenu")){
style=menuStyle;
margin=10;
aI("text=Case Study - Oriel College Oxford;status=?;url=Business_Video_solutions_Bluebadger_media_education_casestudy.htm;");

}


with(milonic=new menuname("case_study_home")){
style=menuStyle;
margin=10;
aI("text=Corporate Case Study;url=Business_Video_solutions_Bluebadger_media_corporate_casestudy.htm;");
aI("text=Cultural Case Study;url=Business_Video_solutions_Bluebadger_media_cultural_casestudy_camden.htm;");
aI("text=Education Case Study;url=Business_Video_solutions_Bluebadger_media_education_casestudy.htm;");

}

with(milonic=new menuname("gallery_home")){
style=menuStyle;
margin=10;
aI("text=Gallery 1;url=Business_Video_solutions_Bluebadger_media_gallery.htm;");
aI("text=Gallery 2;url=Business_Video_solutions_Bluebadger_media_gallery_02.htm;");
}





drawMenus();


