include_once ("lib/lib_interfaz_isern.php"); principio_pagina(); ?>
The conference takes place in Madrid, capital of Spain. Madrid is located at the crossroads between Europe, America and Africa. It has excellent connections by air with the main cities of the world.
Centuries of art and culture have endowed Madrid with museums, palaces and castles. Madrid has the greatest art collection in the world, with the Prado, Reina Sofía and Thyssen museums, as well as some 70 other museums, innumerable monuments and a wide and varied programme of concerts, ballet and opera.
Feel free to visit this website about Madrid tourism
/* ARRAY DE FOTOGRAFIAS para aņadir una foto simplemente aņade un elemento al array */ $fotos [0] ['path'] = "./fotos/location/Baile.jpg"; $fotos [0] ['desc'] = "Spanish Ballet"; $fotos [1] ['path'] = "./fotos/location/Barquillero.jpg"; $fotos [1] ['desc'] = "Barquillero"; $fotos [2] ['path'] = "./fotos/location/Calle_alcala.jpg"; $fotos [2] ['desc'] = "Alcala Street"; $fotos [3] ['path'] = "./fotos/location/Campo_del_moro.jpg"; $fotos [3] ['desc'] = "Campo del Moro"; $fotos [4] ['path'] = "./fotos/location/Casa_de_la_panaderia.jpg"; $fotos [4] ['desc'] = "Casa de la Panaderia"; $fotos [5] ['path'] = "./fotos/location/Casa_de_la_villa.jpg"; $fotos [5] ['desc'] = "Casa de la Villa"; $fotos [6] ['path'] = "./fotos/location/Catedral_de_la_almudena.jpg"; $fotos [6] ['desc'] = "La Almudena Cathedral"; $fotos [7] ['path'] = "./fotos/location/Chulapa.jpg"; $fotos [7] ['desc'] = "Chulapa"; $fotos [8] ['path'] = "./fotos/location/Goyescos.jpg"; $fotos [8] ['desc'] = "Goyescos"; $fotos [9] ['path'] = "./fotos/location/Jardines_sabatini.jpg"; $fotos [9] ['desc'] = "Royal Palace Garden"; $fotos [10] ['path'] = "./fotos/location/Lago.jpg"; $fotos [10] ['desc'] = "Lake at Casa de Campo"; $fotos [11] ['path'] = "./fotos/location/Palacio_de_cristal.jpg"; $fotos [11] ['desc'] = "Cristal Palace"; $fotos [12] ['path'] = "./fotos/location/Palacio_real.jpg"; $fotos [12] ['desc'] = "Royal Palace"; $fotos [13] ['path'] = "./fotos/location/Plaza_de_espana.jpg"; $fotos [13] ['desc'] = "Plaza de España"; $fotos [14] ['path'] = "./fotos/location/Plaza_de_oriente.jpg"; $fotos [14] ['desc'] = "Orient Square"; $fotos [15] ['path'] = "./fotos/location/Plaza_mayor.jpg"; $fotos [15] ['desc'] = "Plaza Mayor"; $fotos [16] ['path'] = "./fotos/location/Procesion.jpg"; $fotos [16] ['desc'] = "Easter Procession"; $fotos [17] ['path'] = "./fotos/location/Puente_toledo.jpg"; $fotos [17] ['desc'] = "Toledo's Bridge"; $fotos [18] ['path'] = "./fotos/location/Puerta_de_alcala.jpg"; $fotos [18] ['desc'] = "Puerta de Alcala"; $fotos [19] ['path'] = "./fotos/location/Retiro_1.jpg"; $fotos [19] ['desc'] = "Parque del Retiro"; $fotos [20] ['path'] = "./fotos/location/Retiro_2.jpg"; $fotos [20] ['desc'] = "Parque del Retiro (2)"; $fotos [21] ['path'] = "./fotos/location/Rosaleda.jpg"; $fotos [21] ['desc'] = "Rosaleda"; $fotos [22] ['path'] = "./fotos/location/Semana_santa.jpg"; $fotos [22] ['desc'] = "Easter"; $fotos [23] ['path'] = "./fotos/location/Taberna.jpg"; $fotos [23] ['desc'] = "Tavern"; $fotos [24] ['path'] = "./fotos/location/Terraza.jpg"; $fotos [24] ['desc'] = "Terrace"; $fotos [25] ['path'] = "./fotos/location/Torero.jpg"; $fotos [25] ['desc'] = "Bullfighter"; /* FIN DEL ARRAY DE FOTOGRAFIAS */ /* MOSTRANDO LA GALERIA */ if ( !isset($_GET ['actual']) || ( count($fotos) <= $_GET ['actual'] ) ) { $actual = 0; } else { $actual = $_GET ['actual']; } $elementos = count($fotos); echo "