fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#6666cc";
borderstyle="solid";
borderwidth=2;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffcc";
offcolor="#000000";
onbgcolor="#FFCC66";
oncolor="#000000";
outfilter="randomdissolve(duration=0.2)";
overfilter="Fade(duration=0.5);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=5)";
padding=3;
pagebgcolor="#6666cc";
pagecolor="black";
separatorcolor="#6666cc";
separatorsize=1;
}  


with(screenmenuStyle=new mm_style()){	  
styleid=2;
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#DCE9F0";
offcolor="#515151";
onbgcolor="#4F8EB6";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.1)";
overfilter="Fade(duration=0.1);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=5)";
padding=0;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#2D729D";
separatorsize=1;
}


with(milonic=new menuname("Brochure Menu")){
alwaysvisible=1;
left=40;
top=110;
orientation="verticle";
style=menuStyle; 
aI("align=center;separatorcolor=green;separatorsize=2;padding=6;text=sample<br/> print materials;type=header;");
aI("showmenu=brochure1;text=Company brochure&nbsp;&nbsp;&nbsp;&nbsp;;");
aI("showmenu=brochure2;text=Direct mail;");
aI("showmenu=brochure3;text=Product guide;");
aI("showmenu=brochure4;text=Trade show piece;");
aI("showmenu=brochure5;text=Fact sheet;");
aI("showmenu=brochure6;text=Newsletter;");
}

with(milonic=new menuname("brochure1")){	
left=355;
top=152;
style=screenmenuStyle;
aI("image=images/buckley_page1_small.jpg;");
}

with(milonic=new menuname("brochure2")){
left=355;
top=152;
style=screenmenuStyle;
aI("image=images/hp_freecd_small.jpg;");
}

with(milonic=new menuname("brochure3")){  
left=355;
top=152;
style=screenmenuStyle;
aI("image=images/hp_s2_ordguide1_small.jpg;");
}

with(milonic=new menuname("brochure4")){  
left=355;
top=152;
style=screenmenuStyle;
aI("image=images/hp_tradeshow_smp_small.jpg;");
}

with(milonic=new menuname("brochure5")){  
left=355;
top=152;
style=screenmenuStyle;
aI("image=images/hp_tradeshow_jw.jpg;");
}

with(milonic=new menuname("brochure6")){  
left=355;
top=152;
style=screenmenuStyle;
aI("image=images/news_tac_small.jpg;");
}

 

drawMenus();




