function popup(id) {
	window.open('tracklist.php?id='+id, 'id','toolbar=0,scrollbars=1,left=100,top=100,statusbar=0,menubar=0,resizable=1,width=520,height=480')
}

function send(ref, name) {
	ftype = 'msc';
	var so = new SWFObject('player.swf','mpl','250','24','9');
	so.addParam('allowfullscreen','true');
	so.addParam('allowscriptaccess','always');
	thevar = 'mp3';
	so.addParam('wmode','opaque');
	so.addVariable('autostart','true');
	//so.addVariable('duration','33');
	so.addVariable('file',ftype+'/'+ref+'.'+thevar);
	so.addVariable('backcolor','eaeaea');
	so.addVariable('frontcolor','00');
	so.addVariable('lightcolor','999999');
	so.addVariable('screencolor','999999');
	so.write('mediaspace1');
	document.getElementById('playing').innerHTML = '<font style="color:black">** playing:</font> '+name+"<br>";
}
