
function commentSongs(id)
{
	window.open("comments.php?commentson=song&id="+id,'comments','toolbar=no,location=no,status=1,menubar=no,scrollbars=yes,resizable=no,width=650,height=650,top=0,left=0');
}
function commentVideos(id)
{
	window.open("commentsvideos.php?commentson=video&vId="+id,'comments','toolbar=no,location=no,status=1,menubar=no,scrollbars=yes,resizable=no,width=650,height=650,top=0,left=0');
}
function commentAlbums(id)
{
	window.open("commentsAlbums.php?id="+id,'comments','toolbar=no,location=no,status=1,menubar=no,scrollbars=yes,resizable=no,width=650,height=650,top=0,left=0');
}

function showVideo(mId,winname){
	prevWnd=window.open("flashgame.php?id="+mId+"&winname="+winname,"winname","width=550px,height=500px,scrollbars=yes,resizable=yes,status=1,top=0,left=0");
}


