<!-- 

// =============================================================================
//  mts-hanning java script (c) 2007 by leonore golling
// =============================================================================

function zoom(what,w,h){
 ww=w+20;
 hh=h+30;
 zoomwnd=window.open(what+".html","zoomwin","width="+ww+",height="+hh+",scrollbars=no,resizable=no,menubar=no,toolbar=no,location=no,directories=no,status=no,copyhistory=no,left=0,top=0");
}

function donothing(){}

// -->
