
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay=500            // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=-3            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#7CA1D2";
oncolor="#000000";
offbgcolor="#DCDCFF";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
fontweight="bold";
pagecolor="black";
pagebgcolor="#94B9D4";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=3)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=180;
left=10;
alwaysvisible=1;
overflow="scroll";
aI("text=Startseite;url=index.htm;");
aI("text=Das Projekt;showmenu=projekt;");
aI("text=Die Partner;url=partner.htm;");
aI("text=SeelbachTV - Live;url=sendung_aktuell.htm;");
aI("text=Sendetermine;url=termine.htm;");
aI("text=Archiv;url=archiv.htm;");
aI("text=Streaming-Know-how;showmenu=streaming;");
aI("text=Kommentare/Fragen;url=kontakt.htm;");
aI("text=Impressum;url=impressum.htm;");
}

with(milonic=new menuname("projekt")){
style=menuStyle;
overflow="scroll";
aI("text=Idee und Konzept;url=idee_und_konzept.htm;");
aI("text=Unsere Motivation;url=motivation.htm;");
aI("text=Pressestimmen;url=presse.htm;");
}


with(milonic=new menuname("streaming")){
style=menuStyle;
overflow="scroll";
aI("text=Was ist Streaming;url=streaming.htm;");
aI("text=Benötigte Ausstattung;url=ausstattung.htm;");
}

drawMenus();

