<!--
var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'Lyrics','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,height=320,width=320,left=50,top=20');
	if (window.focus) {newwindow.focus()}
}
//-->