function openwin(url) {
	window.open(url, "music", "width=230,height=50");
}
