function player(url)
{
	window.open(url, "player",'top=100,left=100,height=230,width=355,location=no,resizable=no,scrollbars=no,status=no'); 

}
