function openplayer()
				{

				mp3window = window.open("mp3player.html", "mp3player", "menubar=no,toolbar=no,directories=no,innerheight=195,innerwidth=310,width=310,height=195,resizable=no,scrollbars=no,dependent=no,alwaysraised=yes")
				mp3window.focus();
	}			