function SubmitDirecPostal() 
{
   	var calle = document.getElementById("form_circulacion").calle.value
   	var codcalle = document.getElementById("form_circulacion").calle.tag
   	if (codcalle != "")
	{
		var aux = calle.split(",");
		var optsel = document.getElementById("numero").selectedIndex;
		var numero = document.getElementById("numero").options[optsel].text;
		if (optsel==0){numero = "";}
		globals.flagCalles.value = "C";
		//globals.flagParking.value = "C";
		//globals.flagReservadoPMR.value = "C";
		//globals.flagReservadoBicis.value = "C";
		//globals.flagReservadoMotos.value = "C";
		//globals.flagCargaDescarga.value = "C";
		//globals.flagTaxi.value = "C";
		//globals.flagLineas.value = "C";
		//globals.flagParadas.value = "C";
		//globals.flagOtrosMedios.value = "C";
		globals.flagSentidos.value = "C";

		var mensa =  estado("");	
		location = "AytoMaqueta.asp?estado=I&xmin=" + globals.xmin.value + "&ymin=" + globals.ymin.value + "&xmax=" + globals.xmax.value + "&ymax=" + globals.ymax.value + "&prexmin=" + globals.xmin.value + "&preymin=" + globals.ymin.value + "&prexmax=" + globals.xmax.value + "&preymax=" + globals.ymax.value + "&xminINI=" + globals.xminINI.value + "&yminINI=" + globals.yminINI.value + "&xmaxINI=" + globals.xmaxINI.value + "&ymaxINI=" + globals.ymaxINI.value + "&LocCalle=" + aux[0] + "&LocVia=" + aux[1] + "&LocCodCalle=" + codcalle +  "&LocNumero=" + numero + mensa ;
	}
}
