///// JavaScript Navigation for slide /////
function nextPage(pagina) {
	gotoUrl( pagina );
}
function imagenesPage(){
	gotoUrl( imagenesPageUrl );
}