function dominoPlayer (page) {
	popUp = window.open('http://www.dominorecordco.com/site/'+page,'console','width=365,height=440,status=no,toolbar=no,menubar=no,scrollbars=auto,resizable=no,top=80,left=275');
	popUp.focus();
}

function showSleeve(width,height,url) {
	popUp = window.open('imagepopup.php?u='+url+'&h='+height+'&w='+width,'dummy','width='+width+',height='+height+',status=no,toolbar=no,menubar=no,scrollbars=no,resizable=no,top=80,left=275');
	popUp.focus();
}

function openLyrics(id) {
	popUp = window.open('/lyrics.php?id='+id,'dummy','width=600,height=650,status=no,toolbar=no,menubar=no,scrollbars=1,resizable=no,top=80,left=275');
	popUp.focus();
}