function openPopupRecomendar(id) {
	if(id)
		openCenteredWindowAlone('recomendar.php?id=' + id, '', 470, 525);
}

function openPopupRecomendarAmigo(id_lan) {
	if(id_lan)
		openCenteredWindowAlone('/' + id_lan + '/recomendar.php', '', 470, 525);
}