Ver originalfunction funcion(cual) {if (cual == 1) {<?php include("xxx/xxx/texto1.php"); ?>} else {<?php include("xxx/xxx/texto2.php"); ?>}}