Txt = "(c)2006 Ralf & Chris";
if(navigator.appName != "Netscape") document.onmousedown=click;
else document.onmousedown=click2;
function click2(abc) { if(abc.which==3) { alert (Txt); return false } return true}
function click() { if (event.button==2) alert(Txt); return }
HZ=document.layers;
if (HZ) {origWidth=innerWidth;origHeight=innerHeight;}
function reDo() {if (innerWidth!=origWidth || innerHeight!=origHeight) location.reload();}
if (HZ) onresize=reDo;
function show(x,y,h,o,s,b) {
document.all.d1.style.left=x-0;
document.all.d1.style.top=y-9;
document.all.d2.style.left=363;
document.all.d2.style.top=325;
document.all.d2.innerText="Hotel = "+h;
document.all.d4.style.left=363;
document.all.d4.style.top=344;
document.all.d4.innerText="Ortslage:  "+o;
document.all.d5.style.left=363;
document.all.d5.style.top=363;
document.all.d5.innerText="Abholung:  "+s;
document.all.d6.style.left=363;
document.all.d6.style.top=414;
document.all.d6.innerText="Bemerkung:  "+b;
}