function playsong(name,url) {
	open("../play.php?id="+url+"&song="+name,"play", "toolbar=no,menubar=no,width=510,height=520,resizable=no");
}
