

function openListen() {
	window.open("/music/beta/player.html",'LOOSIEMUSIC','width=300,height=330')
}

function OpenComments (c) {
    window.open(c,'comments', 'width=480,height=480,scrollbars=yes,status=yes,resizable=yes');
}
 
function showForm() {  
	friendForm.style.display = (friendForm.style.display=='block')?'none':'block';
}
 