// Afla prinderea la roata ta!
function executmarca()
    {
        //document.dums.getElementById("model").value="SELECTATI";
        
		  	var x=document.getElementById("marca")
  			//alert(x.value);
			//window.location="afla_prinderea.php?marca=".document.write(x.value)."";
			var aux='afla_prinderea.php?marca=';
			var locatie=aux.concat(x.value);
			window.location=locatie;
			//document.dums.submit();
    }
 function executmodel()
    {
		document.dums.submit();
	}