Txt = "Linke Maustaste im Bild\nzum Vergrößern drücken !\n\n(c) by Astro ;-)";
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 }
function expand(pin){
x = 'bilder/'+(pin)+'.jpg';
PicWin = window.open(x,'ZOOM','width=720,height=496,left=5,top=5,resizable=yes');
PicWin.document.bgColor = 000000;
PicWin.focus(); }
function expandh(pin){
x = 'bilder/'+(pin)+'.jpg';
PicWin = window.open(x,'ZOOM','width=330,height=496,left=5,top=5,resizable=yes');
PicWin.document.bgColor = 000000;
PicWin.focus(); }