function openPopupRecomendar(id,url) {
	if (typeof url == "undefined") {
    	url = "";
  	}
	
	if(id) {

		openCenteredWindowAlone(url + 'recomendar.php?id=' + id, '', 470, 525);
	}

}



function openPopupRecomendarAmigo(id_lan) {

	if(id_lan)

		openCenteredWindowAlone('/' + id_lan + '/recomendar.php', '', 470, 525);

}
