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("Logo Menu")){
alwaysvisible=1;
left=40;
top=110;
orientation="verticle";
style=menuStyle; 
aI("align=center;separatorcolor=green;separatorsize=2;padding=6;text=sample logos by staff <br> designer Laurie Simko;type=header;url=http://www.simkoeyedesign.com;target=identity;targetfeatures=width=800,height=600,scrollbars,resizable,location=yes");
aI("showmenu=logo1;text=Broadview logo;");
aI("showmenu=logo2;text=High Impact logo;");
aI("showmenu=logo3;text=HP product branding;");
aI("showmenu=logo4;text=Mass Aqua logo;");
aI("showmenu=logo5;text=Acteon logo;");
aI("showmenu=logo6;text=Picot logo;");
}

with(milonic=new menuname("logo1")){	
left=235;
top=230;
style=screenmenuStyle;
aI("image=images/logo-broadview.jpg;");
}

with(milonic=new menuname("logo2")){
left=285;
top=230;
style=screenmenuStyle;
aI("image=images/logo-himpactcom.jpg;");
}

with(milonic=new menuname("logo3")){  
left=265;
top=230;
style=screenmenuStyle;
aI("image=images/logo-hp-branding.jpg;");
}

with(milonic=new menuname("logo4")){  
left=280;
top=230;
style=screenmenuStyle;
aI("image=images/logo-massaqua.jpg;");
}

with(milonic=new menuname("logo5")){  
left=300;
top=230;
style=screenmenuStyle;
aI("image=images/logo-acteon.jpg;");
}

with(milonic=new menuname("logo6")){  
left=285;
top=230;
style=screenmenuStyle;
aI("image=images/logo-picot.jpg;");
}

 

drawMenus();




