<!-- 

// =============================================================================
//      sammellust java script (c) 2003 by helmut essenschlaeger
// =============================================================================

function timeline(when){
 self.name="SammelLust";
 timewnd=window.open("../zeitachse/index"+when+".html","timewin","width=590,height=600,scrollbars=yes,resizable=no,menubar=no,toolbar=no,location=no,directories=no,status=no,copyhistory=no,left=0,top=0");
}

function showimage(when,w,h){
 ww=w+20;
 hh=h+30;
 picwnd=window.open(when+"d.html","picwin","width="+ww+",height="+hh+",scrollbars=no,resizable=no,menubar=no,toolbar=no,location=no,directories=no,status=no,copyhistory=no,left=0,top=0");
}

// -->

