function musicplayer() {
	newwindow=window.open('/flash/player.html','music','width=350,height=160,left=0,top=100,screenX=0,screenY=100,menubar=no,location=no');
	if (window.focus) {newwindow.focus()}
	return false;
}