function trimTopPassedSongs()
{
	try{
	document.getElementById("tblMainTopPassed").style.display = 'inline';
	}catch(err){}
	ControlText('spnTPSSongTitle',0,10,125);
	ControlText('spnTPSArtist',0,10,130);
}