function openWin(theURL) { //v2.0
  window.open(theURL,'popup','scrollbars=yes,width=480,height=590');
}

function openImprint(theURL) { //v2.0
  window.open(theURL,'','scrollbars=yes,width=530,height=400');
}
