/* js funktionen fuer alle bereiche - v1.0
**************************************************/



/* popup window
**************************************************/
function zoompic(w,h,getstr) {
  w += 50;
  h += 90;
  mypop = window.open("tools/zoom.html?"+getstr, "myinfo1","resizable=yes,status=no,scrollbars=yes,toolbar=no,menubar=no,location=no,width=101,height=101,left=0,top=0");
  window.setTimeout("window.mypop.resizeTo("+(w)+","+(h)+")",250);
  mypop? window.mypop.focus(): false;
}



