function openPlayer(url) {
	window.open(url, "remote", "toolbar=no,menubar=no,resizable=no,width=320,height=280,left=100,top=100")
}
