////change number of images below
var number_of_images=19
//change speed below (in seconds)
var speed=8
//Quantos passo por vez - de 1 em 1
var step=1
// De quantas em quantas imagens - de 1 em 1
var whichimage=1


function slideit(){
if (!document.images)
return
if (document.all)
slide.filters.blendTrans.apply()
document.images.slide.src=eval("image"+step+".src")
if (document.all)
slide.filters.blendTrans.play()
whichimage=step
if (step<number_of_images)
step++
else
step=1
if (document.all)
setTimeout("slideit()",speed*999+1000)
else
setTimeout("slideit()",speed*1000)
}
function slidelink(){
if (whichimage==1)
	window.location="creditos.asp";
else if (whichimage==2)
	window.location="creditos.asp";
else if (whichimage==3)
	window.location="creditos.asp";
else if (whichimage==4)
	window.location="creditos.asp";
else if (whichimage==5)
	window.location="creditos.asp";
else if (whichimage==6)
	window.location="creditos.asp";
else if (whichimage==7)
	window.location="creditos.asp";
else if (whichimage==8)
	window.location="creditos.asp";
else if (whichimage==9)
	window.location="creditos.asp";
else if (whichimage==10)
	window.location="creditos.asp";
else if (whichimage==11)
	window.location="creditos.asp";
else if (whichimage==12)
	window.location="creditos.asp";
else if (whichimage==13)
	window.location="creditos.asp";
else if (whichimage==14)
	window.location="creditos.asp";
else if (whichimage==15)
	window.location="creditos.asp";
else if (whichimage==16)
	window.location="creditos.asp";
else if (whichimage==17)
	window.location="creditos.asp";
else if (whichimage==18)
	window.location="creditos.asp";
else if (whichimage==19)
	window.location="creditos.asp";
}


function reapply(){
	setTimeout("slideit()",2000)
return true
}


window.onerror=reapply
var image1=new Image()
	image1.src="imgs/destaques/1.jpg"
var image2=new Image()
	image2.src="imgs/destaques/2.jpg"
var image3=new Image()
	image3.src="imgs/destaques/3.jpg"
var image4=new Image()
	image4.src="imgs/destaques/4.jpg"
var image5=new Image()
	image5.src="imgs/destaques/5.jpg"
var image6=new Image()
	image6.src="imgs/destaques/6.jpg"
var image7=new Image()
	image7.src="imgs/destaques/7.jpg"
var image8=new Image()
	image8.src="imgs/destaques/8.jpg"
var image9=new Image()
	image9.src="imgs/destaques/9.jpg"
var image10=new Image()
	image10.src="imgs/destaques/10.jpg"
var image11=new Image()
	image11.src="imgs/destaques/11.jpg"
var image12=new Image()
	image12.src="imgs/destaques/12.jpg"
var image13=new Image()
	image13.src="imgs/destaques/13.jpg"
var image14=new Image()
	image14.src="imgs/destaques/14.jpg"
var image15=new Image()
	image15.src="imgs/destaques/15.jpg"
var image16=new Image()
	image16.src="imgs/destaques/16.jpg"
var image17=new Image()
	image17.src="imgs/destaques/17.jpg"
var image18=new Image()
	image18.src="imgs/destaques/18.jpg"
var image19=new Image()
	image19.src="imgs/destaques/19.jpg"

