/* if (top.frames.length < 2) { document.location.href="http://www.wernerlau.com" } */
Txt = "Vielen Dank für Ihr Interesse.\n\n(c)by Diving Centers Werner Lau";
function now() { document.webcam.src = "http://www.wernerlau.de/MOBOTIX/alt.jpg"; }
  function click (e) {
  if (!e)
    e = window.event;
  if ((e.type && e.type == "contextmenu") || (e.button && e.button == 2) || (e.which && e.which == 3)) {
    if (window.opera)
      window.alert(Txt);
    return false;
  }
}
if (document.layers) document.captureEvents(Event.MOUSEDOWN); document.onmousedown = click; document.oncontextmenu = click;