//-------------------------
// TABLA AUTORES
//
//
//-------------------------
// require("../cgi-bin/funciones.inc");
// global $desdeLetra, $hastaLetra, $tipoAutor, $pais
// abcAutores( $desdeLetra, $hastaLetra, $tipoAutor, $pais )
// require funciones.inc
global $_REQUEST;
abcAutores( $_REQUEST["desdeLetra"],$_REQUEST["hastaLetra"],
$_REQUEST["tipoAutor"] , $_REQUEST["pais"] );
?>