function goto(form) { 

//var index=form.marca.selectedIndex;
var index2=form.marca.value;
//alert("teste"+index2);
if (form.marca.value != "0") {
location=index2;
	}
}
