function popup(song, album) {
	var href = 'lyrics.php5?song=' + encodeURI(song) + '&album=' + album;
	window.open(href, 'Lyrics', 'width=770,height=596,toolbar=0,scrollbars=1,resizable=1,status=0');
}
