/* Call the Oldimer Trophy game */

function StartTrophy(wohin,w,h) {
  ZurichRemote = window.open(wohin,'ZurichFenster','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width='+w+',height='+h);
  ZurichRemote.moveTo(10,10);
  ZurichRemote.focus();
}

