// JavaScript Document
function wunschfahrzeug_post()
{
   var reg = document.formular;
   document.getElementById('dropdown').value = 1;
   reg.submit();
}