function openWin(win){
	window.open('player.php?ID='+win,'player','location=0,status=0,scrollbars=0,width=275,height=300');
}

