function open_player(title,url){
	w=352;
	h=288;
	l=(screen.width-w)/2;
	t=(screen.height-h)/2-50;
	window.open("video/player.asp?title="+title+"&url="+url,"player","width="+w+",height="+h+",left="+l+",top="+t)
}