var newwindow;
function music(url)
{
	newwindow=window.open(url,'name','height=800,width=600,left=0,
  top=0,resizable=yes,scrollbars=yes,toolbar=yes,status=yes');
	if (window.focus) {newwindow.focus()}
}
