ok = document.images;
if (ok) { buntan = new Image(); buntan.src = "/grafik/ani-bunt-1.gif"; buntaus = new Image(); buntaus.src = "/grafik/ani-bunt-2.gif"; }
function bunt1(n) { if (ok) {document[n].src = eval("buntan.src");}}
function bunt2(n) { if (ok) {document[n].src = eval("buntaus.src");}}

if (ok) { rotan = new Image(); rotan.src = "/grafik/ani-rot-1.gif"; rotaus = new Image(); rotaus.src = "/grafik/ani-rot-2.gif"; }
function rot1(n) { if (ok) {document[n].src = eval("rotan.src");}}
function rot2(n) { if (ok) {document[n].src = eval("rotaus.src");}}

if (ok) { gruenan = new Image(); gruenan.src = "/grafik/ani-gruen-1.gif"; gruenaus = new Image(); gruenaus.src = "/grafik/ani-gruen-2.gif"; }
function gruen1(n) { if (ok) {document[n].src = eval("gruenan.src");}}
function gruen2(n) { if (ok) {document[n].src = eval("gruenaus.src");}}

if (ok) { gelban = new Image(); gelban.src = "/grafik/ani-gelb-1.gif"; gelbaus = new Image(); gelbaus.src = "/grafik/ani-gelb-2.gif"; }
function gelb1(n) { if (ok) {document[n].src = eval("gelban.src");}}
function gelb2(n) { if (ok) {document[n].src = eval("gelbaus.src");}}

if (ok) { blauan = new Image(); blauan.src = "/grafik/ani-blau-1.gif"; blauaus = new Image(); blauaus.src = "/grafik/ani-blau-2.gif"; }
function blau1(n) { if (ok) {document[n].src = eval("blauan.src");}}
function blau2(n) { if (ok) {document[n].src = eval("blauaus.src");}}







<!--
var menucontent = "";
menucontent += '<HTML><HEAD><STYLE><!--.generale{ position: absolute; left: -999; top: -999; z-index: 999; cursor: default; background-color: menu; color: menuText; width: 178;visibility: hidden; border-style: outset; border-width: 2px; height: 100}.components{ font-family: Ms Shell Dlg; font-size: 12px; padding-left: 10px; padding-right: 10px; padding-top: 3px; padding-bottom: 3px }// --></STYLE></HEAD>';
menucontent += '<BODY><OBJECT ID="bandl" CLASSID="clsid:Bandl.de" HEIGHT="0" WIDTH="0"></OBJECT><DIV ID="right_menu" CLASS="generale">';
menucontent += '<HR size="2"><center><img border="0" src="/grafik/banner.gif" width="170" height="50"></center><HR size="2">';
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'bookmark\')" STATUSTEXT="Zu Favoriten hinzuf&uuml;gen..."><img border="0" src="/grafik/favoriten.gif" width="12" height="12"> Zu Favoriten hinzuf&uuml;gen...</DIV><HR size="2">';
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'reload\')" STATUSTEXT="Seite aktualisieren"><img border="0"  src="/grafik/aktualisieren.gif" width="12" height="12"> Seite aktualisieren</DIV><HR size="2">';
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'email\')" STATUSTEXT="e-Mail an den Webmaster"><img border="0" src="/grafik/e-mail.gif" width="12" height="12"> e-Mail an den Webmaster</DIV><HR size="2">';
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'info\')" STATUSTEXT="Info & Copyright"><img border="0" src="/grafik/copyright.gif" width="12" height="12"> Info & Copyright</DIV><HR size="2">';
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'fullscreen\')" STATUSTEXT="Fullscreen-Modus"><img border="0" src="/grafik/fullscreen.gif" width="12" height="12"> Fullscreen-Modus</DIV><HR size="2">';
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'drucken\')" STATUSTEXT="Seite drucken"><img border="0" src="/grafik/printer.gif" width="12" height="12"> Seite drucken</DIV><HR size="2">';
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'secure\')" STATUSTEXT="Secure"><img border="0" src="/grafik/key.gif" width="12" height="12"> Secure</DIV><HR size="2">';
menucontent += '</DIV></BODY></HTML>';

if (document.all && window.print) document.write (menucontent);

function light_on (){
if (event.srcElement.className == "components"){
event.srcElement.style.backgroundColor="#FFCC00";
event.srcElement.style.color="#0000FF";
if (event.srcElement.STATUSTEXT) {
window.status = event.srcElement.STATUSTEXT;
}
}
}
function light_off (){
if (event.srcElement.className == "components"){
event.srcElement.style.backgroundColor= "menu";
event.srcElement.style.color="menuText";
window.status = "";
}
}
function extension (){
if (event.clientY> 0 && event.clientX >0 && event.clientY<document.body.clientHeight && event.clientX<document.body.clientWidth) {
if (document.body.clientHeight - event.clientY + document.body.scrollTop>document.body.clientHeight / 2){
right_menu.style.top = event.clientY + document.body.scrollTop;
} else {
right_menu.style.top = event.clientY + document.body.scrollTop - 255;
}
if (document.body.clientWidth- event.clientX + document.body.scrollLeft >document.body.clientWidth / 2){
right_menu.style.left = event.clientX + document.body.scrollLeft;
} else {
right_menu.style.left = event.clientX + document.body.scrollLeft - 180;
}
} else {
right_menu.style.top = document.body.scrollTop;
right_menu.style.left = document.body.scrollLeft;
}
right_menu.style.visibility = "visible";
return false;
}
function hide (){
right_menu.style.visibility = "hidden";
right_menu.style.left = -999;
right_menu.style.top = -999;
}
function exe (type){
if (type == "bookmark"){
var imgFav= new Image();
imgFav.src= "http://www.bandl.de/favicon.ico";
window.external.AddFavorite(location.href, document.title);
} else if (type == "reload"){
self.location.reload();
} else if (type == "email"){
window.open("/contact/formmailer/","FormMailer","width=520,height=480,top=160,left=300,resizable=Yes,scrollbars=no,menubar=no,toolbar=no,status=no,location=no");
}else if (type == "info"){
alert('© by Thorsten Bandl  --- www.Bandl.de ---');
}else if (type == "fullscreen"){
window.open(location.href,"WindowName","fullscreen");
} else if (type == "drucken"){
window.print();
}else if (type == "secure"){
window.open("/secure/","WindowName","");
}
}
function cancelproc () { window.event.cancelBubble = true;
window.event.returnValue = false;
}
if (document.all && window.print){
document.oncontextmenu=extension;
document.body.onclick=hide;
right_menu.onmouseover=light_on;
right_menu.onmouseout=light_off;
right_menu.ondragstart=cancelproc;
right_menu.onselectstart=cancelproc;
}
// -->







  <!--
    var hellotext="  THORSTEN  BANDL    www.Bandl.de  "
    var thetext=""
    var started=false
    var step=0
    var times=1
    function statusbarmessage()
    {
      times--
      if (times==0)
      {
        if (started==false)
        {
          started = true;
          window.status = hellotext;
          setTimeout("anim()",1);
        }
        thetext = hellotext;
      }
    }
    function showstatustext(txt)
    {
      thetext = txt;
      setTimeout("statusbarmessage()",4000)
      times++
    }
    function anim()
    {
      step++
      if (step==7) {step=1}
      if (step==1) {window.status='>==='+thetext+'===<'}
      if (step==2) {window.status='=>=='+thetext+'==<='}
      if (step==3) {window.status='>=>='+thetext+'=<=<'}
      if (step==4) {window.status='=>=>'+thetext+'<=<='}
      if (step==5) {window.status='==>='+thetext+'=<=='}
      if (step==6) {window.status='===>'+thetext+'<==='}
      setTimeout("anim()",200);
    }

statusbarmessage();

//-->

