<!--
function discPopup( songID ) {
	var destination = "http://www.mikseri.net/player/player.php?newsession=1&type=1&parameter=" + songID;
	discPopup = window.open( destination, "Player", 'toolbar=0,location=0,scrollbars=0,width=' + 450 + ', height=' + 225 + ', resizable=0' );
	discPopup.focus();
}
-->