//if (top.frames.length < 2) { document.location.href="http://www.wernerlau.com." }
//Txt = "Vielen Dank für Ihr Interesse.\n\n(c) by Astro ;-)";
//  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;

function expand(pin){
x = '../../picg/'+(pin)+'.jpg';
PicWin = window.open(x, "pic", "width=830, height=550, scrollbars=yes, resizable=yes");
PicWin.focus(); 
}

function expand2(pin){
x = '../../gal/'+(pin)+'.jpg';
PicWin = window.open(x, "pic", "width=830, height=550, scrollbars=yes, resizable=yes");
PicWin.focus(); 
}

function expand3(pin){
x = (pin)+'.jpg';
PicWin = window.open(x, "pic", "width=830, height=550, scrollbars=yes, resizable=yes");
PicWin.focus(); 
}
