﻿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()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="125%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ff3300";
offcolor="#ffcc33";
onbgcolor="#ff3300";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#ff3300";
pagecolor="#ffcc33";
separatorcolor="#999999";
separatorsize=0;
subimage="http://www.schulen-sennwald.ch/behoerde/wb/media/Homepage/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
top=60
left=20;
orientation="vertical";
style=menuStyle;
aI("text=Verwaltung;url=http://www.schulen-sennwald.ch/behoerde/wb;");
aI("showmenu=Schuleinheiten;text=Schulen;");
}

with(milonic=new menuname("Schuleinheiten")){
overflow="scroll";
style=menuStyle;
aI("text=Primarschule Frümsen;url=http://www.schulen-sennwald.ch/fruemsen/wb;");
aI("text=Primarschule Haag;url=http://www.schulen-sennwald.ch/haag/wb;");
aI("text=Primarschule Salez;url=http://www.schulen-sennwald.ch/salez/wb;");
aI("text=Primarschule Sax;url=http://www.schulen-sennwald.ch/sax/wb;");
aI("text=Primarschule Sennwald;url=http://www.schulen-sennwald.ch/sennwald/wb;");
aI("text=Oberstufenzentrum Türggenau;url=http://www.schulen-sennwald.ch/oberstufe/wb;");
}

drawMenus();

