function play(url){
	var nsplayer = window.open(url,'nsplayer',
	'width=400,height=350');
	nsplayer.focus();
}