if (top.frames.length < 2) top.location.href = 'http://www.Autohaus-Lis.de';

function hidestatus(){
window.status='Autohaus Lis | SUBARU | 88441 Reute/Biberach'
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=hidestatus
document.onmouseout=hidestatus

function right(e) {
         if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2))
         {
         fenstercamoeffnen();
         return false;
         }
       else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3))
       {
       alert("Design by Mohr");



       return false;
       }

return true;
}

document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;

function fenstercamoeffnen() {
alert("Design by Mohr");
return
}



hover =
  (((navigator.appName == "Netscape") &&
  (parseInt(navigator.appVersion) >= 3 )) ||
  ((navigator.appName == "Microsoft Internet Explorer") &&
  (parseInt(navigator.appVersion) >= 4 )));
  function preload(img)
  {
    var a=new Image(); a.src=img; return a;
  }
