function setOptions(chosen,selbox) {
 
selbox.options.length = 0;
if (chosen == " ") {
  selbox.options[selbox.options.length] = new Option('Selecione uma Cidade',' ');
setTimeout(setOptions(' ',document.myform.optthree),5);
  
}
/// BELO HORIZONTE - MG
if (chosen == "1") {
 onchange=location.href='http://belohorizonte.melhoreslocadoras.com.br';
}

/// BRASILIA - DF
if (chosen == "2") {
 onchange=location.href='http://brasilia.melhoreslocadoras.com.br';
}

/// CURITIBA - PR
if (chosen == "3") {
 onchange=location.href='http://curitiba.melhoreslocadoras.com.br';
}

/// FLORIANOPOLIS - SC
if (chosen == "4") {
 onchange=location.href='http://florianopolis.melhoreslocadoras.com.br';
}

/// FORTALEZA - CE
if (chosen == "5") {
 onchange=location.href='http://fortaleza.melhoreslocadoras.com.br';
}

/// JOAO PESSOA - PB
if (chosen == "6") {
 onchange=location.href='http://joaopessoa.melhoreslocadoras.com.br';
}

/// NATAL - RN
if (chosen == "7") {
 onchange=location.href='http://natal.melhoreslocadoras.com.br';
}

/// PORTO ALEGRE - RS
if (chosen == "8") {
 onchange=location.href='http://portoalegre.melhoreslocadoras.com.br';
}

/// RECIFE - PE
if (chosen == "9") {
 onchange=location.href='http://recife.melhoreslocadoras.com.br';
}

/// RIO DE JANEIRO - RJ
if (chosen == "10") {
 onchange=location.href='http://rio.melhoreslocadoras.com.br';
}

/// SALVADOR - BA
if (chosen == "11") {
 onchange=location.href='http://salvador.melhoreslocadoras.com.br';
}

/// SAO PAULO - SP
if (chosen == "12") {
 onchange=location.href='http://saopaulo.melhoreslocadoras.com.br';
}

/// VITORIA - ES
if (chosen == "13") {
 onchange=location.href='http://vitoria.melhoreslocadoras.com.br';
}

/// GOIANIA - GO
if (chosen == "14") {
 onchange=location.href='http://goiania.melhoreslocadoras.com.br';
}

/// MANAUS - AM
if (chosen == "15") {
 onchange=location.href='http://manaus.melhoreslocadoras.com.br';
}

/// BELEM - PA
if (chosen == "16") {
 onchange=location.href='http://belem.melhoreslocadoras.com.br';
}

/// SAO LUIS - MA
if (chosen == "17") {
 onchange=location.href='http://saoluis.melhoreslocadoras.com.br';
}

/// ARACRUZ - ES
if (chosen == "18") {
 onchange=location.href='http://aracruz.melhoreslocadoras.com.br';
}

/// BAIXO GUANDO - ES
if (chosen == "19") {
 onchange=location.href='http://baixoguandu.melhoreslocadoras.com.br';
}

/// CACHOEIRO - ES
if (chosen == "20") {
 onchange=location.href='http://cachoeiro.melhoreslocadoras.com.br';
}

/// COLATINA - ES
if (chosen == "21") {
 onchange=location.href='http://colatina.melhoreslocadoras.com.br';
}

/// LINHARES - ES
if (chosen == "22") {
 onchange=location.href='http://linhares.melhoreslocadoras.com.br';
}

/// SAO MATEUS - ES
if (chosen == "23") {
 onchange=location.href='http://saomateus.melhoreslocadoras.com.br';
}

/// GUARABIRA - PB
if (chosen == "24") {
 onchange=location.href='http://guarabira.melhoreslocadoras.com.br';
}

/// PORTO SEGURO - BA
if (chosen == "25") {
 onchange=location.href='http://portoseguro.melhoreslocadoras.com.br';
}

/// TERESINA - PI
if (chosen == "26") {
 onchange=location.href='http://teresina.melhoreslocadoras.com.br';
}

/// ILHEUS - BA
if (chosen == "27") {
 onchange=location.href='http://ilheus.melhoreslocadoras.com.br';
}

/// ITACARE - BA
if (chosen == "28") {
 onchange=location.href='http://itacare.melhoreslocadoras.com.br';
}

/// MUCURI - BA
if (chosen == "29") {
 onchange=location.href='http://mucuri.melhoreslocadoras.com.br';
}

/// SÃO JOÃO DEL REI - BA
if (chosen == "30") {
 onchange=location.href='http://saojoaodelrei.melhoreslocadoras.com.br';
}

/// MACEIO - AL
if (chosen == "31") {
 onchange=location.href='http://maceio.melhoreslocadoras.com.br';
}

/// CAXIAS DO SUL - RS
if (chosen == "32") {
 onchange=location.href='http://caxiasdosul.melhoreslocadoras.com.br';
}

/// GOIATUBA - GO
if (chosen == "33") {
 onchange=location.href='http://goiatuba.melhoreslocadoras.com.br';
}

/// ITUIUTABA - MG
if (chosen == "34") {
 onchange=location.href='http://ituiutaba.melhoreslocadoras.com.br';
}

/// ITUMBIARA - MG
if (chosen == "35") {
 onchange=location.href='http://itumbiara.melhoreslocadoras.com.br';
}

/// JUAZEIRO DO NORTE - CE
if (chosen == "36") {
 onchange=location.href='http://juazeirodonorte.melhoreslocadoras.com.br';
}

/// MOSSORO - RN
if (chosen == "37") {
 onchange=location.href='http://mossoro.melhoreslocadoras.com.br';
}

/// QUIRINOPOLIS - GO
if (chosen == "38") {
 onchange=location.href='http://quirinopolis.melhoreslocadoras.com.br';
}

/// RIO VERDE - GO
if (chosen == "39") {
 onchange=location.href='http://rioverde.melhoreslocadoras.com.br';
}

}
