


_menuCloseDelay=100           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=10               // Sub menu top offset
_subOffsetLeft=-5          // 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="#3E3E7B"; // Hintergrundfarbe bei Mousover
oncolor="#ffffff";   //Schriftfarbe bei Mausover
offbgcolor="#ffffff"; //Standard-Hintergrundfarbefarbe 
offcolor="#3E3E7B";  // Standard Schriftfarbe
bordercolor="#3E3E7B";
borderstyle="solid";
borderwidth=0;
separatorcolor="#e0e0e0";
separatorsize="3";
padding=3;
fontsize="80%";
fontstyle="normal";
fontfamily="Arial";
pagecolor="";
pagebgcolor="#f0f0f0";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="3";
overfilter="Fade(duration=0.3);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.4)";
}


with(milonic=new menuname("Fledermaeuse")){
style=menuStyle;
overflow="scroll";
aI("text=Allgemeine Information;url=http://www.licht-blick.at/FMP/follow_set_projekt.htm;onMouseOut='MM_swapImgRestore();onMouseOver='MM_swapImage('haupt','','bilder/ma_projekt.jpg','spacer','','bilder/Info_zu_projekt.jpg',1)");


aI("text=Faq´s;url=Häufig estellte Fragen;");
}

with(milonic=new menuname("")){
style=menuStyle;
borderwidth=1;
aI("image=bilder/Info_zu_projekt.jpg;");
}

with(milonic=new menuname("news")){
style=menuStyle;
aI("text=Deutsch;url=#;");
aI("text=English;showmenu=English;");
aI("text=Italiano;showmenu=Italiano;");
aI("text=Slovensk;showmenu=Slovensk;");
}

with(milonic=new menuname("Kffoe")){
style=menuStyle;
aI("text=Koordinationsstelle für Fledermausschutz und Forschung in Österreich ;url=http://www.irgendwas.com/;status=Kordinationsstelle;");
aI("text=Über uns;url=http://www.licht-blick.at/FMP/ueber_uns.htm;");
}

with(milonic=new menuname("English")){
style=menuStyle;
aI("text=Main Goals of the Project;url=#;");
aI("text=Contact in the different Regions;url=#;");
aI("text=News;url=#;");
aI("text=Download Area;url=#;");
aI("text=Workshop / Scientific meetings;url=#;");
aI("text=Activities, Dates, Events;url=#;");
aI("text=link;url=#;");
}

with(milonic=new menuname("Italiano")){
style=menuStyle;
aI("text=link in Italienisch;url=#;");
aI("text=link;url=#;");
aI("text=link;url=#;");
aI("text=link;url=#;");
aI("text=link;url=#;");
aI("text=link;url=#;");
aI("text=link;url=#;");
}

with(milonic=new menuname("Slovensk")){
style=menuStyle;
aI("text=link in Slowenisch;url=#;");
aI("text=link;url=#;");
aI("text=link;url=#;");
aI("text=link;url=#;");
aI("text=link;url=#;");
aI("text=link;url=#;");
aI("text=link;url=#;");
}
with(milonic=new menuname("Termine")){
style=menuStyle;
aI("text=Kärnten;url=#;");
aI("text=Salzburg;url=#;");
aI("text=Tirol;url=#;");
aI("text=Vorarlberg;url=#;");
aI("text=Nachbarländer;url=#;");
}
with(milonic=new menuname("Literatur")){
style=menuStyle;
aI("text=Buchtipps;url=#;");
aI("text=Publikationen;url=#;");
aI("text=Downloadbereich;showmenu=Download;");
}
with(milonic=new menuname("Kontakte")){
style=menuStyle;
aI("text=Kontakt 1;url=#;");
aI("text=Kontakt 2;url=#;");

}
with(milonic=new menuname("Download")){
style=menuStyle;
aI("text=Erhebungsbögen;url=#;");
aI("text=Zeitschrift KOPFÜBER -Bat Journal Austria-;url=#");
aI("text=Fledermausfolder Salzburg;url=#;");
}

drawMenus();


