function play(file, name) 
{
	adres = "player.php?t="+file+"&n="+name;
	var noweOkno = window.open(adres, 'pop', 'width=400,height=300,toolbar=no,location=no,status=yes,menubar=no,scrollbars=no,resizable=no,top=300,left=300') 
} 

function lyrics(id) 
{
	adres = "lyrics.php?id="+id;
	var noweOkno = window.open(adres, 'pop2', 'width=500,height=600,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,top=0,left=0') 
}
function archive(lang) 
{
	adres = "archive.php?lang="+lang;
	var noweOkno = window.open(adres, 'pop2', 'width=700,height=600,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,top=0,left=0') 
}  