var index=new Array(0,0,0,0,0);
var id=new Array(0,0,0,0,0);
var speed=new Array(5000,5000,5000,5000,5000);
var idioma;
var menuagencia;
var url;
var play=false;


function prerender(idioma) {
  if(!play) {
	play = true;
	document.imgSlide.src = "App_Imagens/slideshow-stop.gif";
	init("imovel_detalhe",idioma);
  } else {
	play = false;
	document.imgSlide.src = "App_Imagens/slideshow-play.gif"
	clearTimeout(id[3]);
  }
}
function init(type, idioma, server) {
  this.idioma = idioma;
  this.server = server;
  url = "";
  switch(type) {
    case "agencias_slide":
	  playAgencias_Slide();
	  break;
	case "empreendimentos_destaque":
	  playEmpreendimentos_Destaque();
	  break;
	case "imoveis_destaque":
	  playImoveis_Destaque();
	  menuagencia=false;
	  break;
	case "imovel_detalhe":
	  playImovel_Detalhe();
	  break;
	case "agencia_destaques":
	  playImoveis_Destaque();
	  menuagencia=true;
	  break;
	case "agencia_detalhe":
	  playAgencia_Detalhe();
	  menuagencia=false;
	  break;
  }
}
function playAgencias_Slide() {
  if(document.all) {
	document.getElementById("imgFotoA").style.filter="blendTrans(duration=2)";
	document.getElementById("imgFotoA").style.filter="blendTrans(duration=crossFadeDuration)";
	document.getElementById("imgFotoA").filters.blendTrans.Apply();
  }
  document.getElementById("imgFotoA").src = agImagem[index[0]].src;
  document.getElementById("imgFotoA").width = agImagem[index[0]].width;
  document.getElementById("imgFotoA").height = agImagem[index[0]].height;
  // Apresenta o nome da agência
  document.getElementById("lbNomeCasA").innerHtml = agNomeCas[index[0]];
  document.getElementById("lbNomeA").innerText = agNome[index[0]];
  document.getElementById("hlLink1A").href = "agencia.aspx?idag="+agID[index[0]]+"&hl="+idioma;
  document.getElementById("hlLink2A").href = "agencia.aspx?idag="+agID[index[0]]+"&hl="+idioma;
  if(document.all){
	document.getElementById("imgFotoA").filters.blendTrans.Play();
  }
  index[0]++;
  if(index[0] > (agID.length-1)) index[0]=0;
  id[0] = setTimeout('playAgencias_Slide()', speed[0]);
}

function playImoveis_Destaque() {
  if(document.all) {
	document.getElementById("imgFotoD").style.filter="blendTrans(duration=2)";
	document.getElementById("imgFotoD").style.filter="blendTrans(duration=crossFadeDuration)";
	document.getElementById("imgFotoD").filters.blendTrans.Apply();
  }
  document.getElementById("imgFotoD").src = destImagem[index[2]].src;
  document.getElementById("imgFotoD").width = destImagem[index[2]].width;
  document.getElementById("imgFotoD").height = destImagem[index[2]].height
  // Apresenta a informação do imóvel em destaque
  document.getElementById("lbTipoD").innerText = destTipo[index[2]];
  document.getElementById("lbFinalidadeD").innerText = destFinalidade[index[2]];
  document.getElementById("lbLocalizacaoD").innerText = destLocalizacao[index[2]];
  document.getElementById("lbDescricaoD").innerText = destDescricao[index[2]];
  url = "imovel.aspx?id="+destID[index[2]]+"&hl="+idioma;
  if(menuagencia) url += "&idag="+idAgencia
  document.getElementById("hlLink1D").href = url
  document.getElementById("hlLink2D").href = url
  document.getElementById("hlLink3D").href = url
  if(document.all){
	document.getElementById("imgFotoD").filters.blendTrans.Play();
  }
  index[2]++;
  if(index[2] > (destID.length-1)) index[2]=0;
  id[2] = setTimeout('playImoveis_Destaque()', speed[2]);
}

function playEmpreendimentos_Destaque() {
  if(document.all) {
	document.getElementById("imgFotoE").style.filter="blendTrans(duration=2)";
	document.getElementById("imgFotoE").style.filter="blendTrans(duration=crossFadeDuration)";
	document.getElementById("imgFotoE").filters.blendTrans.Apply();
  }
  document.getElementById("imgFotoE").src = empImagem[index[1]].src;
  document.getElementById("imgFotoE").width = empImagem[index[1]].width;
  document.getElementById("imgFotoE").height = empImagem[index[1]].height
  // Apresenta a informação do empreendimento
  document.getElementById("lbNomeE").innerText = empNome[index[1]];
  document.getElementById("lbConcelhoE").innerText = empConcelho[index[1]];
  document.getElementById("lbFreguesiaE").innerText = empFreguesia[index[1]];
  document.getElementById("hlLink1E").href = "empreendimento.aspx?id="+empID[index[1]]+"&hl="+idioma;
  document.getElementById("hlLink2E").href = "empreendimento.aspx?id="+empID[index[1]]+"&hl="+idioma;
  document.getElementById("hlLink3E").href = "empreendimento.aspx?id="+empID[index[1]]+"&hl="+idioma;
  if(document.all){
	document.getElementById("imgFotoE").filters.blendTrans.Play();
  }
  index[1]++;
  if(index[1] > (empID.length-1)) index[1]=0;
  id[1] = setTimeout('playEmpreendimentos_Destaque()', speed[1]);
}
function playImovel_Detalhe() {
  if(document.all) { 
	parent.document.getElementById("imgDetalhe").style.filter="blendTrans(duration=2)";
	parent.document.getElementById("imgDetalhe").style.filter="blendTrans(duration=crossFadeDuration)";
	parent.document.getElementById("imgDetalhe").filters.blendTrans.Apply();
  }
  parent.document.getElementById("imgDetalhe").src = plImagem[index[3]].src
  if(document.all){
	parent.document.getElementById("imgDetalhe").filters.blendTrans.Play();
  }
  index[3]++;
  if(index[3] > (imImagem.length-1)) index[3]=0;
  id[3] = setTimeout('playImovel_Detalhe()', speed[3]);
}
function playAgencia_Detalhe() {
  if(document.all) {
	document.frmCashouse.imgDetalhe.style.filter="blendTrans(duration=2)";
	document.frmCashouse.imgDetalhe.style.filter="blendTrans(duration=crossFadeDuration)";
	document.frmCashouse.imgDetalhe.filters.blendTrans.Apply();
  }
  document.frmCashouse.imgDetalhe.src = "thumbnail.aspx?fn="+agImagem[index[4]]+"&mw=320&mh=240";
  if(document.all){
	document.frmCashouse.imgDetalhe.filters.blendTrans.Play();
  }
  index[4]++;
  if(index[4] > (agImagem.length-1)) index[4]=0;
  id[4] = setTimeout('playAgencia_Detalhe()', speed[4]);
}