// (C) 2003 by CodeLifter.com Author: etLux
// Free for all users, but leave in this header.

var SlideShowSpeed = 3000;
var CrossFadeDuration = 2;

var Picture = new Array();
var Caption = new Array();
var showHot = false;

Picture[1]  = 'jan/1_chateau.jpg';
Picture[2]  = 'jan/2_chateau.jpg';
Picture[3]  = 'jan/3_chateau.jpg';
Picture[4]  = 'jan/4_chateau.jpg';
Picture[5]  = 'jan/5_clochertors.jpg';
Picture[6]  = 'jan/6_colonnelouis.jpg';
Picture[7]  = 'jan/7_chapelle-Lycee.jpg';
Picture[8]  = 'jan/8_jardin-Plantes.jpg';
Picture[9]  = 'jan/8_jardin-plantes2.jpg';
Picture[10]  = 'jan/9_musee-Beaux-Arts.jpg';
Picture[11]  = 'jan/10_Quartier-Bouffay.jpg';
Picture[12]  = 'jan/11_Cathedrale.jpg';
Picture[13]  = 'jan/12_Cathedrale.jpg';
Picture[14]  = 'jan/13_Cathedrale.jpg';
Picture[15]  = 'jan/14_Cathedrale.jpg';
Picture[16]  = 'jan/15_place-de-la-psalette.jpg';
Picture[17]  = 'jan/16_bords-erdre-Ile-Versail.jpg';
Picture[18]  = 'jan/17_Journees-de-L Erdre.jpg';
Picture[19]  = 'jan/18_bat-nantais.jpg';
Picture[20]  = 'jan/19_Voile-sur-l Erdre.jpg';
Picture[21]  = 'jan/20_Theatre-Graslin.jpg';
Picture[22]  = 'jan/21_Port-Grue-Titan-Trentemo.jpg';
Picture[23]  = 'jan/23_St_Nicolas.jpg';
Picture[24]  = 'jan/24_Musee-Dobree.jpg';
Picture[25]  = 'jan/25_Bords-de-Loire.jpg';
Picture[26]  = 'jan/26_Trentemoult.jpg';
Picture[27]  = 'jan/27_Zenith-Nantes.jpg';
Picture[28]  = 'jan/28_Folles-Journees-Cite-des.jpg';
Picture[29]  = 'jan/29_Tour-Lu.jpg';
Picture[30]  = 'jan/30_Interieur-Tour-Lu.jpg';
Picture[31]  = 'jan/31_Vieille-affiche-LU.jpg';
Picture[32]  = 'jan/32_Hammam-Lieu-Unique1.jpg';
Picture[33]  = 'jan/33_Hammam-Lieu-Unique-2.jpg';
Picture[34]  = 'jan/34_Bar-Lieu-Unique-.jpg';
Picture[35]  = 'jan/35_Ile-Feydeau-1.jpg';
Picture[36]  = 'jan/36_Balcons-Ile-Feydau.jpg';
Picture[37]  = 'jan/37_Balcons-Ile-Feydeau-2.jpg';
Picture[38]  = 'jan/38_Cour-ovale-Feydeau.jpg';
Picture[39]  = 'jan/39_Passage-pommeraye1.jpg';
Picture[40]  = 'jan/40_Pommeraye-2.jpg';
Picture[41]  = 'jan/41_Pommeraye3.jpg';
Picture[42]  = 'jan/42_Pommeraye4.jpg';
Picture[43]  = 'jan/43_Port.jpg';
Picture[44]  = 'jan/44_Elephant.jpg';
Picture[45]  = 'jan/45_fin-visite.jpg';
Picture[46]  = 'jan/hotel-nantes-chateau.jpg';



Caption[1]  = "Le château";
Caption[2]  = "Le château";
Caption[3]  = "Le château";
Caption[4]  = "Le château";
Caption[5]  = "Clôcher-Tors<br>Maison des Compagnons";
Caption[6]  = "Colonne Louis XVI";
Caption[7]  = "La Chapelle du Lycée Clémenceau";
Caption[8]  = "Le Jardin des Plantes";
Caption[9]  = "Serre du Jardin des Plantes";
Caption[10]  = "Musee des Beaux Arts";
Caption[11]  = "Quartier Bouffay<br>centre historique";
Caption[12]  = "La Cathédrale";
Caption[13]  = "La Cathédrale";
Caption[14]  = "La Cathédrale";
Caption[15]  = "La Cathédrale";
Caption[16]  = "Place de la Psalette";
Caption[17]  = "Les bords de l'Erdre<br>Ile Versailles";
Caption[18]  = "Journées de L'Erdre ";
Caption[19]  = "Bateaux Nantais";
Caption[20]  = "Voile sur l'Erdre";
Caption[21]  = "Théatre Graslin";
Caption[22]  = "Grue Titan";
Caption[23]  = "St_Nicolas";
Caption[24]  = "Musée-Dobrée";
Caption[25]  = "Bords de Loire";
Caption[26]  = "Trentemoult";
Caption[27]  = "Zenith Nantes";
Caption[28]  = "Folles Journées<br>Cite des Congrés";
Caption[29]  = "Tour Lu";
Caption[30]  = "Interieur Tour Lu";
Caption[31]  = "Vieille affiche LU";
Caption[32]  = "Hammam Lieu Unique";
Caption[33]  = "Hammam Lieu Unique";
Caption[34]  = "Bar Lieu Unique";
Caption[35]  = "Ile Feydeau";
Caption[36]  = "Balcons Ile Feydau";
Caption[37]  = "Balcons Ile Feydeau";
Caption[38]  = "Cour Ovale Ile Feydeau";
Caption[39]  = "Passage Pommeraye";
Caption[40]  = "Passage Pommeraye";
Caption[41]  = "Passage Pommeraye";
Caption[42]  = "Passage Pommeraye";
Caption[43]  = "Le port";
Caption[44]  = "L'Eléphant Géant de Nantes";
Caption[45]  = "L'Hôtel de la Gare<br>vous souhaite un agréable séjour à NANTES";
Caption[46]  = "Découvrez le Chateau des Ducs de Bretagne";

 

var tss;
var iss;
var jss = 0;
var pss = Picture.length-1;

var preLoad = new Array();
for (iss = 1; iss < pss+1; iss++){
preLoad[iss] = new Image();
preLoad[iss].src = Picture[iss];}

function control(how){
if (showHot){
if (how=="H") jss = 1;
if (how=="F") jss = jss + 1;
if (how=="B") jss = jss - 1;
if (jss > (pss)) jss=1;
if (jss < 1) jss = pss;
if (document.all){
document.images.PictureBox.style.filter="blendTrans(duration=2)";
document.images.PictureBox.style.filter="blendTrans(duration=CrossFadeDuration)";
document.images.PictureBox.filters.blendTrans.Apply();}
document.images.PictureBox.src = preLoad[jss].src;
if (document.getElementById) document.getElementById("CaptionBox").innerHTML= Caption[jss];
if (document.all) document.images.PictureBox.filters.blendTrans.Play();
}}
