function comentarios(id)
{
  window.open("comentarios.php?id="+id,"comentarios","width=300,height=400, top=300, left=300, scrollbars=yes");
}
