
// (C) 2002 www.CodeLifter.com
// http://www.codelifter.com
// Free for all users, but leave in this header.


var SlideShowSpeed = 5000;

var CrossFadeDuration = 2;

var Picture = new Array(); // don't change this
var Caption = new Array(); // don't change this


Picture[1]  = 'start/tulum.jpg';
Picture[2]  = 'start/veracruz.jpg';
Picture[3]  = 'start/Strand-Cancun.jpg';
Picture[4]  = 'start/san-juan-del-sur.jpg';
Picture[5]  = 'start/Sonnenpyramide.jpg';
Picture[6]  = 'start/Strassenszene.jpg';
Picture[7]  = 'start/san-blas-2.jpg';
Picture[8]  = 'start/Tempel-b.jpg';
Picture[9] = 'start/roatan-blick.jpg';
Picture[10]  = 'start/vallarta.jpg';
Picture[11]  = 'start/wale.jpg';
Picture[12]  = 'start/palenque-2.jpg';
Picture[13]  = 'start/Kratersee.jpg';
Picture[14]  = 'start/Kapuzineraffe.jpg';
Picture[15]  = 'start/granada.jpg';
Picture[16]  = 'start/panama-kanal.jpg';
Picture[17]  = 'start/palenque.jpg';
Picture[18]  = 'start/Atitlan-See.jpg';
Picture[19]  = 'start/Blick-caracol.jpg';
Picture[20]  = 'start/drake-2.jpg';
Picture[21]  = 'start/merida.jpg';
Picture[22]  = 'start/antigua.jpg';
Picture[23]  = 'start/chichi.jpg';
Picture[24]  = 'start/riviera-maya.jpg';
Picture[25]  = 'start/tikal.jpg';
Picture[26]  = 'start/chiapas.jpg';
Picture[27]  = 'start/santa-rosa-de-copan.jpg';
Picture[28]  = 'start/uvita.jpg';
Picture[29]  = 'start/celaque.jpg';
Picture[30]  = 'start/eddie-serrano.jpg';
Picture[31]  = 'start/panama-city.jpg';
Picture[32]  = 'start/Sinforosa.jpg';
Picture[33]  = 'start/Castillo.jpg';
Picture[34]  = 'start/san-blas.jpg';

Caption[1]  = "";

// =====================================
// Do not edit anything below this line!
// =====================================

var tss;
var iss;
var jss = 1;
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 runSlideShow(){
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();
jss = jss + 1;
if (jss > (pss)) jss=1;
tss = setTimeout('runSlideShow()', SlideShowSpeed);
}

var tss; running=false;
function start()
{
        if(!running)
        {
                runSlideShow();
                running=true;
        }
}

function kill()
{
        running=false

        if(tss)clearTimeout(tss);
}





// (C) 2002 www.CodeLifter.com
// http://www.codelifter.com
// Free for all users, but leave in this header.


var SlideShowSpeed2 = 4000;

var CrossFadeDuration2 = 3;

var Picture2 = new Array(); // don't change this
var Caption2 = new Array(); // don't change this


Picture[1]  = 'start/baja-4.jpg';
Picture[2]  = 'start/alamos-1.jpg';
Picture[3]  = 'start/drake-1.jpg';
Picture[4]  = 'start/Lagunita.jpg';
Picture[5]  = 'start/Caracol-2.jpg';
Picture[6]  = 'start/alamos-3.jpg';
Picture[7]  = 'start/baja-3.jpg';
Picture[8]  = 'start/cesiak.jpg';
Picture[9] = 'start/Atitlan3.jpg';
Picture[10]  = 'start/alamos-2.jpg';
Picture[11]  = 'start/baja-1.jpg';
Picture[12]  = 'start/camp.jpg';
Picture[13]  = 'start/zacatecas.jpg';
Picture[14]  = 'start/mexico.jpg';
Picture[15] = 'start/pazifik.jpg';
Picture[16]  = 'start/Patio.jpg';
Picture[17] = 'start/hacienda-3.jpg';
Picture[18]  = 'start/drake.jpg';
Picture[19] = 'start/CSJ-Dining.jpg';
Picture[20]  = 'start/Beach.jpg';
Picture[21]  = 'start/Blick.jpg';
Picture[22]  = 'start/Barkeper.jpg';
Picture[23]  = 'start/dolphin.jpg';
Picture[24]  = 'start/bad.jpg';
Picture[25]  = 'start/palmetto.jpg';
Picture[26]  = 'start/marquesa.jpg';
Picture[27]  = 'start/hotelito.jpg';
Picture[28]  = 'start/karibik.jpg';
Picture[29]  = 'start/hacienda-1.jpg';
Picture[30]  = 'start/guatemala-1.jpg';
Picture[31] = 'start/Caracol.jpg';
Picture[32]  = 'start/blancaneaux.jpg';
Picture[33]  = 'start/B&B-1.jpg';
Picture[34]  = 'start/Atitlan.jpg';

Caption[1]  = "";

// =====================================
// Do not edit anything below this line!
// =====================================

var tss2;
var iss2;
var jss2 = 1;
var pss2 = Picture.length-1;

var preLoad2 = new Array();
for (iss2 = 1; iss2 < pss2+1; iss2++){
preLoad2[iss2] = new Image();
preLoad2[iss2].src = Picture[iss2];}

function runSlideShow2(){
if (document.all){
document.images.PictureBox2.style.filter="blendTrans(duration=3)";
document.images.PictureBox2.style.filter="blendTrans(duration=CrossFadeDuration2)";
document.images.PictureBox2.filters.blendTrans.Apply();}
document.images.PictureBox2.src = preLoad2[jss2].src;
if (document.getElementById) document.getElementById("CaptionBox2").innerHTML= Caption2[jss2];
if (document.all) document.images.PictureBox2.filters.blendTrans.Play();
jss2 = jss2 + 1;
if (jss2 > (pss2)) jss2=1;
tss2 = setTimeout('runSlideShow2()', SlideShowSpeed2);
}

var tss2; running=false;
function start2()
{
        if(!running)
        {
                runSlideShow2();
                running=true;
        }
}

function kill2()
{
        running=false

        if(tss2)clearTimeout(tss2);
}