// JavaScript Document
if (document.images) {
	var vtPhoto = new Array(30);
	vtPhoto[0] = new Image();
	vtPhoto[0].src = "images/caracteristicas/foto_principal.png";
	vtPhoto[1] = new Image();
	vtPhoto[1].src = "images/caracteristicas/paralamas.png";
	vtPhoto[2] = new Image();
	vtPhoto[2].src = "images/caracteristicas/largura_total.png";
	vtPhoto[3] = new Image();
	vtPhoto[3].src = "images/caracteristicas/freio_a_disco.png";
	vtPhoto[4] = new Image();
	vtPhoto[4].src = "images/caracteristicas/espelho_retrovisor.png";
	vtPhoto[5] = new Image();
	vtPhoto[5].src = "images/caracteristicas/distancia_total.png";
	vtPhoto[6] = new Image();
	vtPhoto[6].src = "images/caracteristicas/distancia_entre_pistas_rolagem.png";
	vtPhoto[7] = new Image();
	vtPhoto[7].src = "images/caracteristicas/distancia_entre_eixos.png";
	vtPhoto[8] = new Image();
	vtPhoto[8].src = "images/caracteristicas/distancia_solo.png";
	vtPhoto[9] = new Image();
	vtPhoto[9].src = "images/caracteristicas/bagageiro.png";
	vtPhoto[10] = new Image();
	vtPhoto[10].src = "images/caracteristicas/altura maxima.png";
	vtPhoto[11] = new Image();
	vtPhoto[11].src = "images/caracteristicas/ajuste_telescopico_dos_pedais.png";
	vtPhoto[12] = new Image();
	vtPhoto[12].src = "images/txtcaract.jpg";
	vtPhoto[13] = new Image();
	vtPhoto[13].src = "images/txtergo.jpg";
	vtPhoto[14] = new Image();
	vtPhoto[14].src = "images/caracteristicas/ergonomica.png";
	vtPhoto[15] = new Image();
	vtPhoto[15].src = "images/caracteristicas/roda_dianteira(construtivas).png";
	vtPhoto[16] = new Image();
	vtPhoto[16].src = "images/caracteristicas/roda_traseira(construtivas).png";
	vtPhoto[17] = new Image();
	vtPhoto[17].src = "images/caracteristicas/peso(construtivas).png";
	vtPhoto[18] = new Image();
	vtPhoto[18].src = "images/caracteristicas/banco_espaldar_alto.png";
	vtPhoto[19] = new Image();
	vtPhoto[19].src = "images/caracteristicas/angulo_banco(ergonomicas).png";
	vtPhoto[20] = new Image();
	vtPhoto[20].src = "images/caracteristicas/largura_banco (ergonomicas).png";
	vtPhoto[21] = new Image();
	vtPhoto[21].src = "images/caracteristicas/altura_assento.png";
	vtPhoto[22] = new Image();
	vtPhoto[22].src = "images/caracteristicas/altura_mov_central (ergonomicas).png";
	vtPhoto[23] = new Image();
	vtPhoto[23].src = "images/caracteristicas/range_medida_xseam.png";
	vtPhoto[24] = new Image();
	vtPhoto[24].src = "images/caracteristicas/regulagem_inclinacao_guidon(ergonomicas).png";
	vtPhoto[25] = new Image();
	vtPhoto[25].src = "images/caracteristicas/regulagem_abertura_bracos_guidon(ergonomicas).png";
	vtPhoto[26] = new Image();
	vtPhoto[26].src = "images/caracteristicas/limite_peso(ergonomicas).png";
	vtPhoto[27] = new Image();
	vtPhoto[27].src = "images/caracteristicas/foto_principal_ergonomicas.png";
	vtPhoto[28] = new Image();
	vtPhoto[28].src = "images/caracteristicas/circunferencia_curva.png";
	vtPhoto[29] = new Image();
	vtPhoto[29].src = "images/caracteristicas/barra_direcao.png";
	
	
}

function show_page(pageShow) {
	if (pageShow == 'ERGO') {
		show_menu_photo('txtCaracErgo', 13);
		toggleBox('DIVAviso', 0);
		document.getElementById('divAbaCaracErgo').innerHTML = document.getElementById('divAbaErgo').innerHTML;
		show_menu_photo('construtivaPrincipal',27);
		var auxContent = document.getElementById('DIVConstrutivas').innerHTML;
		document.getElementById('DIVConstrutivas').innerHTML = document.getElementById('DIVErgonomica').innerHTML;
		document.getElementById('DIVErgonomica').innerHTML = auxContent;		
		
		
	} else {
		show_menu_photo('txtCaracErgo', 12);
		toggleBox('DIVAviso', 1);
		document.getElementById('divAbaCaracErgo').innerHTML = document.getElementById('divAbaCarac').innerHTML;
		show_menu_photo('construtivaPrincipal',0);
		var auxContent = document.getElementById('DIVConstrutivas').innerHTML;
		document.getElementById('DIVConstrutivas').innerHTML = document.getElementById('DIVErgonomica').innerHTML;
		document.getElementById('DIVErgonomica').innerHTML = auxContent;		
		
	}
}