_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

myurl0="http://localhost/sts/webseite/";
myurl1="http://server/sts/webseite/";
myurl2="http://192.168.115.100/sts/webseite/";

if(document.URL.toLowerCase().indexOf('http://localhost') == 0){
URL = myurl0;
}

else if(document.URL.toLowerCase().indexOf('http://server') == 0){
URL = myurl1;
}

else if(document.URL.toLowerCase().indexOf('http://192.168.115.100') == 0){
URL = myurl2;
}

else{
URL="http://www.knippschild.net/";  //url wo die Präsenz im Web liegt
}


with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Trebuchet MS, Verdana, Tahoma, Arial";
fontsize="85%";
fontstyle="normal";
headerbgcolor="";
headercolor="";
offbgcolor="";
offcolor="#FFFFFF"; //FONT COLOR OFF
onbgcolor="";
oncolor="#FFFFFF"; //FONT COLOR ON
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=10;
pagebgcolor="";
pagecolor="";
separatorcolor="#FFFFFF";
separatorsize=1;
subimage="";
subimagepadding=0;
}

with(xyz=new menuname("Main Menu")){
alwaysvisible=1;
left=490;
orientation="horizontal";
style=menuStyle;
top=130;

aI("showmenu=home;text=home;url=index.php4;");
aI("showmenu=mandanten;text=mandanten;");
aI("showmenu=leistungen;text=leistungen;");
aI("showmenu=informationen;text=infobereich;");
aI("showmenu=kanzlei;text=die kanzlei;");
}

with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Trebuchet MS, Verdana, Tahoma, Arial";
fontsize="80%";
fontstyle="normal";
headerbgcolor="";
headercolor="";
offbgcolor="eeeeee";
offcolor="#000000";
onbgcolor="#ddffdd";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=6;
pagebgcolor="";
pagecolor="black";
separatorcolor="#FFFFFF";
separatorsize=2;
subimage="";
subimagepadding=0;
}

with(xyz=new menuname("mandanten")){
style=menuStyle;
aI("text=downloads;url=template_content.php4?contentGroup=6_1_0;");
aI("text=login;url=intern/index.php4?contentGroup=6_1_0;");
}

with(xyz=new menuname("leistungen")){
style=menuStyle;
aI("text=steuerliche gestaltungsberatung;url=template_content.php4?contentGroup=3_1_0;");
aI("text=steuererklärung, buchführung und jahresabschluß;url=template_content.php4?contentGroup=3_2_0;");
aI("text=steuerrechtsdurchsetzung;url=template_content.php4?contentGroup=3_3_0;");
aI("text=unternehmensberatung;url=template_content.php4?contentGroup=3_4_0;");
aI("text=gesetzliche und freiwillige prüfungen;url=template_content.php4?contentGroup=3_5_0;");
}

with(xyz=new menuname("informationen")){
style=menuStyle;
aI("text=nachrichten;url=template_list.php4?contentGroup=0_0_0;");
aI("text=urteile;url=template_list.php4?contentGroup=2_2_0;");
aI("text=termine;url=template_content.php4?contentGroup=4_1_0;");
aI("text=rundschreiben;url=template_list_rundschreiben.php4?contentGroup=4_2_0;");
aI("text=lexika;url=steuerlex/index8.php4;target=_blank;");
}

with(xyz=new menuname("kanzlei")){
style=menuStyle;
aI("text=der steuerberater;url=template_content.php4?contentGroup=5_1_0;");
aI("text=das team;url=template_content.php4?contentGroup=5_2_0;");
aI("text=mitgliedschaften;url=template_content.php4?contentGroup=5_3_0;");
aI("text=der weg zu uns;url=anfahrt.php4?contentGroup=5_4_0;");
aI("text=profil;url=template_content.php4?contentGroup=5_5_0;");
aI("text=impressum;url=template_content.php4?contentGroup=9_0_0;");
}

drawMenus();