
window.onload = function() {
  if(document.location.search.indexOf('drucken') > -1) {
    window.print();
  }
}

function popup(sr, x, y) {
  var win = window.open(sr.replace('_t', ''), 'assetone', 'width='+x+',height='+y+',scrollbars=1');
  win.document.write('<html><title>Asset One</title><body style="margin:0;padding:0"><img src="'+sr.replace('_t', '')+'" onclick="window.close()" style="cursor:pointer"/></body></html>');
  return false;
}

function htmlpopup(u, x, y) {
  var win = window.open(u, 'assetone', 'width='+x+',height='+y+',scrollbars=1');
  return false;
}
