function Player(CD1,CD2,Name,No) 
{ 
ACD1=CD1; ACD2=CD2; AName=Name; ANo=No;
myWnd = window.open('http://www.move-ya.de/belsonic/indexCD.php?Playlist1='+ACD1+'&Playlist2='+ACD2+'&Name='+AName+'&No='+ANo,'','height=470,width=310,menubar=0,resizable=0,scrollbars=no,status=0,titlebar=0,toolbar=0,left=100,top=0'); }
