// (C) 2002 www.CodeLifter.com
// http://www.codelifter.com
// Free for all users, but leave in this header.

// ==============================
// Set the following variables...
// ==============================

// Set the slideshow speed (in milliseconds)
var SlideShowSpeed = 3000;

// Set the duration of crossfade (in seconds)
var CrossFadeDuration = 3;

var Picture = new Array(); // don't change this
var Caption = new Array(); // don't change this

// ESPECIFIQUE SUAS IMAGENS NOS NOMES ABAIXO
// Specify the image files...
// To add more images, just continue
// the pattern, adding to the array below.
// To use fewer images, remove lines
// starting at the end of the Picture array.
// Caution: The number of Pictures *must*
// equal the number of Captions!

Picture[1]  = 'imagens_clientes/01.jpg';
Picture[2]  = 'imagens_clientes/02.jpg';
Picture[3]  = 'imagens_clientes/03.jpg';
Picture[4]  = 'imagens_clientes/04.jpg';
Picture[5]  = 'imagens_clientes/05.jpg';
Picture[6]  = 'imagens_clientes/06.jpg';
Picture[7]  = 'imagens_clientes/07.jpg';
Picture[8]  = 'imagens_clientes/08.jpg';
Picture[9]  = 'imagens_clientes/09.jpg';
Picture[10]  = 'imagens_clientes/10.jpg';
Picture[11]  = 'imagens_clientes/11.jpg';
Picture[12]  = 'imagens_clientes/12.jpg';
Picture[13]  = 'imagens_clientes/13.jpg';
Picture[14]  = 'imagens_clientes/14.jpg';


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.all) document.images.PictureBox.filters.blendTrans.Play();
jss = jss + 1;
if (jss > (pss)) jss=1;
tss = setTimeout('runSlideShow()', SlideShowSpeed);
}





















// (C) 2002 www.CodeLifter.com
// http://www.codelifter.com
// Free for all users, but leave in this header.

// ==============================
// Set the following variables...
// ==============================

// Set the slideshow speed (in milliseconds)
var SlideShowSpeed2 = 4000;

// Set the duration of crossfade (in seconds)
var CrossFadeDuration2 = 3;

var Picture2 = new Array(); // don't change this
var Caption2 = new Array(); // don't change this

// ESPECIFIQUE SUAS IMAGENS NOS NOMES ABAIXO
// Specify the image files...
// To add more images, just continue
// the pattern, adding to the array below.
// To use fewer images, remove lines
// starting at the end of the Picture2 array.
// Caution: The number of Picture2s *must*
// equal the number of Captions!

Picture2[1]  = 'imagens_parceiros/09.jpg';
Picture2[2]  = 'imagens_parceiros/01.jpg';
Picture2[3]  = 'imagens_parceiros/02.jpg';
Picture2[4]  = 'imagens_parceiros/03.jpg';
Picture2[5]  = 'imagens_parceiros/09.jpg';
Picture2[6]  = 'imagens_parceiros/04.jpg';
Picture2[7]  = 'imagens_parceiros/05.jpg';
Picture2[8]  = 'imagens_parceiros/06.jpg';
Picture2[9]  = 'imagens_parceiros/09.jpg';
Picture2[10]  = 'imagens_parceiros/07.jpg';





var tss2;
var iss2;
var jss2 = 1;
var pss2 = Picture2.length-1;

var preLoad2 = new Array();
for (iss2 = 1; iss2 < pss2+1; iss2++){
preLoad2[iss2] = new Image();
preLoad2[iss2].src = Picture2[iss2];}

function runSlideShow2(){
if (document.all){
document.images.Picture2Box.style.filter="blendTrans(duration=2)";
document.images.Picture2Box.style.filter="blendTrans(duration=CrossFadeDuration2)";
document.images.Picture2Box.filters.blendTrans.Apply();}
document.images.Picture2Box.src = preLoad2[jss2].src;

if (document.all) document.images.Picture2Box.filters.blendTrans.Play();
jss2 = jss2 + 1;
if (jss2 > (pss2)) jss2=1;
tss2 = setTimeout('runSlideShow2()', SlideShowSpeed2);
}

























// (C) 2002 www.CodeLifter.com
// http://www.codelifter.com
// Free for all users, but leave in this header.

// ==============================
// Set the following variables...
// ==============================

// Set the slideshow speed (in milliseconds)
var SlideShowSpeed3 = 3000;

// Set the duration of crossfade (in seconds)
var CrossFadeDuration3 = 3;

var Picture3 = new Array(); // don't change this
var Caption3 = new Array(); // don't change this

// ESPECIFIQUE SUAS IMAGENS NOS NOMES ABAIXO
// Specify the image files...
// To add more images, just continue
// the pattern, adding to the array below.
// To use fewer images, remove lines
// starting at the end of the Picture3 array.
// Caution: The number of Picture3s *must*
// equal the number of Captions!

Picture3[1]  = 'imagens_premios/01.jpg';
Picture3[2]  = 'imagens_premios/03.jpg';
Picture3[3]  = 'imagens_premios/04.jpg';
Picture3[4]  = 'imagens_premios/05.jpg';
Picture3[5]  = 'imagens_premios/06.jpg';
Picture3[6]  = 'imagens_premios/07.jpg';
Picture3[7]  = 'imagens_premios/08.jpg';
Picture3[8]  = 'imagens_premios/09.jpg';
Picture3[9]  = 'imagens_premios/10.jpg';





var tss3;
var iss3;
var jss3 = 1;
var pss3 = Picture3.length-1;

var preLoad3 = new Array();
for (iss3 = 1; iss3 < pss3+1; iss3++){
preLoad3[iss3] = new Image();
preLoad3[iss3].src = Picture3[iss3];}

function runSlideShow3(){
if (document.all){
document.images.Picture3Box.style.filter="blendTrans(duration=2)";
document.images.Picture3Box.style.filter="blendTrans(duration=CrossFadeDuration3)";
document.images.Picture3Box.filters.blendTrans.Apply();}
document.images.Picture3Box.src = preLoad3[jss3].src;

if (document.all) document.images.Picture3Box.filters.blendTrans.Play();
jss3 = jss3 + 1;
if (jss3 > (pss3)) jss3=1;
tss3 = setTimeout('runSlideShow3()', SlideShowSpeed3);
}





















// (C) 2002 www.CodeLifter.com
// http://www.codelifter.com
// Free for all users, but leave in this header.

// ==============================
// Set the following variables...
// ==============================

// Set the slideshow speed (in milliseconds)
var SlideShowSpeed4 = 4200;

// Set the duration of crossfade (in seconds)
var CrossFadeDuration4 = 4;

var Picture4 = new Array(); // don't change this
var Caption4 = new Array(); // don't change this

// ESPECIFIQUE SUAS IMAGENS NOS NOMES ABAIXO
// Specify the image files...
// To add more images, just continue
// the pattern, adding to the array below.
// To use fewer images, remove lines
// starting at the end of the Picture4 array.
// Caution: The number of Picture4s *must*
// equal the number of Captions!


Picture4[1]  = 'imagens_perguntas/01.jpg';
Picture4[2]  = 'imagens_perguntas/02.jpg';
Picture4[3]  = 'imagens_perguntas/03.jpg';
Picture4[4]  = 'imagens_perguntas/04.jpg';
Picture4[5]  = 'imagens_perguntas/05.jpg';
Picture4[6]  = 'imagens_perguntas/06.jpg';
Picture4[7]  = 'imagens_perguntas/07.jpg';
Picture4[8]  = 'imagens_perguntas/08.jpg';
Picture4[9]  = 'imagens_perguntas/09.jpg';
Picture4[10]  = 'imagens_perguntas/10.jpg';
Picture4[11]  = 'imagens_perguntas/11.jpg';
Picture4[12]  = 'imagens_perguntas/12.jpg';
Picture4[13]  = 'imagens_perguntas/13.jpg';
Picture4[14]  = 'imagens_perguntas/14.jpg';



var tss4;
var iss4;
var jss4 = 1;
var pss4 = Picture4.length-1;

var preLoad4 = new Array();
for (iss4 = 1; iss4 < pss4+1; iss4++){
preLoad4[iss4] = new Image();
preLoad4[iss4].src = Picture4[iss4];}

function runSlideShow4(){
if (document.all){
document.images.Picture4Box.style.filter="blendTrans(duration=2)";
document.images.Picture4Box.style.filter="blendTrans(duration=CrossFadeDuration4)";
document.images.Picture4Box.filters.blendTrans.Apply();}
document.images.Picture4Box.src = preLoad4[jss4].src;

if (document.all) document.images.Picture4Box.filters.blendTrans.Play();
jss4 = jss4 + 1;
if (jss4 > (pss4)) jss4=1;
tss4 = setTimeout('runSlideShow4()', SlideShowSpeed4);
}









// BANNER CENTRO
// http://www.codelifter.com
// Free for all users, but leave in this header.

// ==============================
// Set the following variables...
// ==============================

// Set the slideshow speed (in milliseconds)
var SlideShowSpeed5 = 16000;

// Set the duration of crossfade (in seconds)
var CrossFadeDuration5 = 3;

var Picture5 = new Array(); // don't change this
var Caption5 = new Array(); // don't change this

// ESPECIFIQUE SUAS IMAGENS NOS NOMES ABAIXO
// Specify the image files...
// To add more images, just continue
// the pattern, adding to the array below.
// To use fewer images, remove lines
// starting at the end of the Picture3 array.
// Caution: The number of Picture3s *must*
// equal the number of Captions!

Picture5[1]  = 'imagens_versiculos/01.jpg';
Picture5[2]  = 'imagens_versiculos/02.jpg';
Picture5[3]  = 'imagens_versiculos/03.jpg';
Picture5[4]  = 'imagens_versiculos/04.jpg';
Picture5[5]  = 'imagens_versiculos/05.jpg';


var tss5;
var iss5;
var jss5 = 1;
var pss5 = Picture5.length-1;

var preLoad5 = new Array();
for (iss5 = 1; iss5 < pss5+1; iss5++){
preLoad5[iss5] = new Image();
preLoad5[iss5].src = Picture5[iss5];}

function runSlideShow5(){
if (document.all){
document.images.Picture5Box.style.filter="blendTrans(duration=2)";
document.images.Picture5Box.style.filter="blendTrans(duration=CrossFadeDuration5)";
document.images.Picture5Box.filters.blendTrans.Apply();}
document.images.Picture5Box.src = preLoad5[jss5].src;

if (document.all) document.images.Picture5Box.filters.blendTrans.Play();
jss5 = jss5 + 1;
if (jss5 > (pss5)) jss5=1;
tss5 = setTimeout('runSlideShow5()', SlideShowSpeed5);
}












// BANNER CENTRO
// http://www.codelifter.com
// Free for all users, but leave in this header.

// ==============================
// Set the following variables...
// ==============================

// Set the slideshow speed (in milliseconds)
var SlideShowSpeed6 = 10000;

// Set the duration of crossfade (in seconds)
var CrossFadeDuration6 = 3;

var Picture6 = new Array(); // don't change this
var Caption6 = new Array(); // don't change this

// ESPECIFIQUE SUAS IMAGENS NOS NOMES ABAIXO
// Specify the image files...
// To add more images, just continue
// the pattern, adding to the array below.
// To use fewer images, remove lines
// starting at the end of the Picture3 array.
// Caution: The number of Picture3s *must*
// equal the number of Captions!

Picture6[1]  = 'imagens_missao/01.png';
Picture6[2]  = 'imagens_missao/02.png';
Picture6[3]  = 'imagens_missao/03.png';
Picture6[4]  = 'imagens_missao/04.png';



var tss6;
var iss6;
var jss6 = 1;
var pss6 = Picture6.length-1;

var preLoad5 = new Array();
for (iss6 = 1; iss6 < pss6+1; iss6++){
preLoad5[iss6] = new Image();
preLoad5[iss6].src = Picture6[iss6];}

function runSlideShow5(){
if (document.all){
document.images.Picture6Box.style.filter="blendTrans(duration=2)";
document.images.Picture6Box.style.filter="blendTrans(duration=CrossFadeDuration6)";
document.images.Picture6Box.filters.blendTrans.Apply();}
document.images.Picture6Box.src = preLoad5[jss6].src;

if (document.all) document.images.Picture6Box.filters.blendTrans.Play();
jss6 = jss6 + 1;
if (jss6 > (pss6)) jss6=1;
tss6 = setTimeout('runSlideShow5()', SlideShowSpeed6);
}

