﻿// Carrega valor no menu	
 function carregaValores() {
 	if(document.getElementById('f_tipo').value == 'Locação'){
		document.getElementById('f_faixa').options.length=1;
		document.getElementById('f_faixa').options[0] = new Option("Informe faixa valor"); document.getElementById('f_faixa').options[0].value = "Informe faixa valor";
		document.getElementById('f_faixa').options[1] = new Option("R$ 201 a R$ 400"); document.getElementById('f_faixa').options[1].value = "R$ 201 a R$ 400";
		document.getElementById('f_faixa').options[2] = new Option("R$ 401 a R$ 500"); document.getElementById('f_faixa').options[2].value = "R$ 401 a R$ 500";
		document.getElementById('f_faixa').options[3] = new Option("R$ 501 a R$ 600"); document.getElementById('f_faixa').options[3].value = "R$ 501 a R$ 600";
		document.getElementById('f_faixa').options[4] = new Option("R$ 601 a R$ 700"); document.getElementById('f_faixa').options[4].value = "R$ 601 a R$ 700";
		document.getElementById('f_faixa').options[5] = new Option("R$ 701 a R$ 800"); document.getElementById('f_faixa').options[5].value = "R$ 701 a R$ 800";
		document.getElementById('f_faixa').options[6] = new Option("R$ 801 a R$ 900"); document.getElementById('f_faixa').options[6].value = "R$ 801 a R$ 900";
		document.getElementById('f_faixa').options[7] = new Option("R$ 901 a R$ 1.000"); document.getElementById('f_faixa').options[7].value = "R$ 901 a R$ 1.000";
		document.getElementById('f_faixa').options[8] = new Option("R$ 1.001 a R$ 1.300"); document.getElementById('f_faixa').options[8].value = "R$ 1.001 a R$ 1.300";
		document.getElementById('f_faixa').options[9] = new Option("R$ 1.301 a R$ 1.600"); document.getElementById('f_faixa').options[9].value = "R$ 1.301 a R$ 1.600";
		document.getElementById('f_faixa').options[10] = new Option("R$ 1.601 a R$ 1.900"); document.getElementById('f_faixa').options[10].value = "R$ 1.601 a R$ 1.900";
		document.getElementById('f_faixa').options[11] = new Option("R$ 1.901 a R$ 2.200"); document.getElementById('f_faixa').options[11].value = "R$ 1.901 a R$ 2.200";
		document.getElementById('f_faixa').options[12] = new Option("R$ 2.501 a Sem Limite"); document.getElementById('f_faixa').options[12].value = "R$ 2.501 a Sem Limite";
		
		
 	} else if(document.getElementById('f_tipo').value == 'Venda'){
		document.getElementById('f_faixa').options.length=1;
		document.getElementById('f_faixa').options[0] = new Option("Informe faixa valor"); document.getElementById('f_faixa').options[0].value = "Informe faixa valor";
		document.getElementById('f_faixa').options[1] = new Option("R$ 10.001 a R$ 30.000"); document.getElementById('f_faixa').options[1].value = "R$ 10.001 a R$ 30.000";
		document.getElementById('f_faixa').options[2] = new Option("R$ 30.001 a R$ 60.000"); document.getElementById('f_faixa').options[2].value = "R$ 30.001 a R$ 60.000";
		document.getElementById('f_faixa').options[3] = new Option("R$ 60.001 a R$ 90.000"); document.getElementById('f_faixa').options[3].value = "R$ 60.001 a R$ 90.000";
		document.getElementById('f_faixa').options[4] = new Option("R$ 90.001 a R$ 120.000"); document.getElementById('f_faixa').options[4].value = "R$ 90.001 a R$ 120.000";
		document.getElementById('f_faixa').options[5] = new Option("R$ 120.001 a R$ 150.000"); document.getElementById('f_faixa').options[5].value = "R$ 120.001 a R$ 150.000";
		document.getElementById('f_faixa').options[6] = new Option("R$ 150.001 a R$ 180.000"); document.getElementById('f_faixa').options[6].value = "R$ 150.001 a R$ 180.000";
		document.getElementById('f_faixa').options[7] = new Option("R$ 180.001 a R$ 210.000"); document.getElementById('f_faixa').options[7].value = "R$ 180.001 a R$ 210.000";
		document.getElementById('f_faixa').options[8] = new Option("R$ 210.001 a R$ 250.000"); document.getElementById('f_faixa').options[8].value = "R$ 210.001 a R$ 250.000";
		document.getElementById('f_faixa').options[9] = new Option("R$ 250.001 a R$ 300.000"); document.getElementById('f_faixa').options[9].value = "R$ 250.001 a R$ 300.000";
		document.getElementById('f_faixa').options[10] = new Option("R$ 300.001 a R$ 350.000"); document.getElementById('f_faixa').options[10].value = "R$ 300.001 a R$ 350.000";
		document.getElementById('f_faixa').options[11] = new Option("R$ 350.001 a R$ 400.000"); document.getElementById('f_faixa').options[11].value = "R$ 350.001 a R$ 400.000";
		document.getElementById('f_faixa').options[12] = new Option("R$ 400.001 a R$ 450.000"); document.getElementById('f_faixa').options[12].value = "R$ 400.001 a R$ 450.000";
		document.getElementById('f_faixa').options[13] = new Option("R$ 450.001 a R$ 500.000"); document.getElementById('f_faixa').options[13].value = "R$ 450.001 a R$ 500.000";
		document.getElementById('f_faixa').options[14] = new Option("R$ 500.001 a R$ 700.000"); document.getElementById('f_faixa').options[14].value = "R$ 500.001 a R$ 700.000";
		document.getElementById('f_faixa').options[15] = new Option("R$ 700.001 a Sem Limite"); document.getElementById('f_faixa').options[15].value = "R$ 700.001 a Sem Limite";
	
	} else {
	
	document.getElementById('f_faixa').options.length=1;
	document.getElementById('f_faixa').options[0] = new Option("Informe o Tipo"); document.getElementById('f_faixa').options[0].value = "Informe faixa valor";
	
	} 
	
	 }
