function impressum()
  {
    fenster=window.open("pages/impressum.html","","width=370,height=370,resizeable=yes");

  }

function impressum1()
  {
    fenster=window.open("../pages/impressum.html","","width=370,height=370,resizeable=yes");

  }




function right(evnt)
{
if (navigator.appName.toUpperCase().match(/NETSCAPE/) != null) {
if (evnt.which >= 2){
alert("(c) 2004-2009 by Beratung-Aloe-Vera");
return false;
}
}
else
if (event.button>=2)
alert("(c) 2004-2009 by Beratung-Aloe-Vera");
}
document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;


window.onerror=null;
