

_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(menuStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#296488";
separatorsize="1";
padding=5;
fontsize="12px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="white";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=105;
left=133;
alwaysvisible=1;
followscroll="1";
orientation="horizontal";
aI("text=Home;url=/index.php;");
aI("text=Das Projekt;showmenu=Projekt;");
aI("text=Team;url=/seiten/team.php;");
aI("text=Bilder;showmenu=Bilder;");
aI("text=Wetter;showmenu=Wetter;");
aI("text=Kamera;showmenu=Cam;");
aI("text=SMS - Info;showmenu=Benachrichtigungssystem;");
aI("text=Gästebuch;url=/guestbook/guestbook.php;target=windowname;targetfeatures=width=640 height=540 left=10 top=10 scrollbars=yes");
}

with(milonic=new menuname("Bilder")){
style=menuStyle;
overflow="scroll";
aI("text=Projektentwicklung - Laborunterricht;url=/photogallery/thumbnails.php?album=1;target=windowname;targetfeatures=width=650 height=600 left=0 top=0 scrollbars=yes");
aI("text=Unterricht an der HTL Mössingerstraße;url=/photogallery/thumbnails.php?album=3;target=windowname;targetfeatures=width=650 height=600 left=0 top=0 scrollbars=yes");
aI("text=Testbilder der Wetterstationskamera;url=/photogallery/thumbnails.php?album=4;target=windowname;targetfeatures=width=650 height=600 left=0 top=0 scrollbars=yes");
aI("text=Zusammenbau- und 1. Probelauf der Station;url=/photogallery/thumbnails.php?album=5;target=windowname;targetfeatures=width=650 height=600 left=0 top=0 scrollbars=yes");
aI("text=Aufbau und Inbetriebnahme der Station;url=/photogallery/thumbnails.php?album=6;target=windowname;targetfeatures=width=650 height=600 left=0 top=0 scrollbars=yes");
}

with(milonic=new menuname("Projekt")){
style=menuStyle;
overflow="scroll";
aI("text=Projektbeschreibung;url=/seiten/beschreibung.php;");
aI("text=Technische Details;url=/seiten/t_details.php;");
aI("text=Projekt News - Archiv;url=/seiten/news.php;");
aI("text=Begleitmaterial;showmenu=Begleitmaterial;");
aI("text=Sponsoring;url=/seiten/sponsoring.php;");
}

with(milonic=new menuname("Begleitmaterial")){
style=menuStyle;
aI("text=Pflichtenheft;url=/seiten/pflichtenheft.php;");
aI("text=Demo - Ansagetext;url=/media/ansage.mp3;");
}

with(milonic=new menuname("Wetter")){
style=menuStyle;
overflow="scroll";
aI("text=Wetterdaten - Statistik;url=/wetter/frameset/start.htm;target=windowname;targetfeatures=width=700 height=480 left=10 top=10 scrollbars=yes");
}

with(milonic=new menuname("Benachrichtigungssystem")){
style=menuStyle;
aI("text=Beschreibung;url=/sms/info.php;");
aI("text=Benutzer - Login;url=/sms/login.php;target=windowname;targetfeatures=width=600 height=510 left=10 top=10 scrollbars=yes");
}

with(milonic=new menuname("Cam")){
style=menuStyle;
overflow="scroll";
aI("text=24 Stundenrückblick;url=/livebild/rueckblick.php;");
aI("text=Tages - Zeitrafferaufnahme;url=/livebild/zeitraffer.php;target=windowname;targetfeatures=width=640 height=540 left=10 top=10 scrollbars=no");

}

drawMenus();


