// Öffnen des Fensters "printversion"
function openprint(tmpl,urlparam) {
  window.open('pop_print.asp?'+urlparam+'&tmpl='+tmpl,'printversion','resizable=yes,scrollbars=yes,toolbar=yes,status=yes,width=800,height=600');
}

// Öffnen des Fensters "sendmail"
function opensendmail(tmpl,urlparam) {
  window.open('pop_sendmail.asp?'+urlparam+'&tmpl='+tmpl,'sendmail','resizable=yes,scrollbars=yes,toolbar=yes,status=yes,width=800,height=600');
}
