function openEASYMICE(id)
{
newwinPlayer = window.open('http://customer.easymice.de/easymice.asp?kdnr=' + id, 'EASYMICE', 'WIDTH=610,HEIGHT=500,menubar=no,location=no,toolbar=no,scrollbars=no,screenX=100,screenY=100');
newwinPlayer.focus()
return false;
}

