document.writeln('<script src="/de/funciones.js?ver=2"></script>');
document.writeln('<link rel="stylesheet" type="text/css" media="all" href="/admin/calendar/calendar-skins/aqua/theme.css" title="aqua" />');
document.writeln('<form id="formPresupuesto" name="formPresupuesto" action="http://www.marbesol.com/de/reserva.php" method="GET">');
document.writeln('<table width="300" height="250" border="0" cellpadding="0" cellspacing="0" background="/images/fondo_form_german_mini1.jpg" class="formulario">');
document.writeln('<tr>');
document.writeln('<td width="20">&nbsp;</td><td>');
document.writeln('<table border="0" cellpadding="2" cellspacing="2" class="formulario">');
document.writeln('<tr>');
document.writeln('<td colspan="3" height="22px">&nbsp;</td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td colspan="3">Abholung:</td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td colspan="3">');
document.writeln('<select id="combolugaresrecogida" name="lgr_rtr" onchange="ColocaLugar();"><option value="0">Ortsauswahl...</option><option selected="selected" value="5">Malaga Flughafen</option><option value="1">Marbella</option><option value="100">Málaga Übergabe im Hotel</option><option value="200">andere Ziele</option></select>');
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td colspan="3">Fahrzeug:</td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td colspan="3">');
document.writeln('<select id="combovehiculos" name="vhc" style="width:260px\;" onchange="DeshabilitaPresupuesto();"><option value="0" class="select_tg" style="background-color:#FFFFFF">Wählen Sie bitte ein Fahrzeug aus</option><option selected="selected" value="99">Alle Fahrzeuge</option><optgroup label="Kleinwagen" class="select_tg"></optgroup><option value="A">Ch. Matiz oder ähnlich</option><optgroup label="Mittelklassewagen" class="select_tg"></optgroup><option value="B">Kia Picanto, Ford Ka oder ähnlich</option><option value="C">S.Ibiza, F.Fiesta, O.Corsa oder ähnlich</option><option value="D">S.Cordoba, T.Corolla oder ähnlich</option><option value="E">F.Focus, S.Leon oder ähnlich</option><optgroup label="Executive" class="select_tg"></optgroup><option value="F">F.Mondeo, N.Primera oder ähnlich</option><option value="F1">Volkswagen Golf oder ähnlich</option><option value="F2">Mini Manual oder ähnlich</option><optgroup label="Familienwagen" class="select_tg"></optgroup><option value="Z">F.Tourneo Connect, O.Combo oder ähnlich</option><option value="G">F.Focus SW, O.Astra SW oder ähnlich</option><option value="H">S.Altea XL, O.Meriva, C.Picasso oder ähnlich</option><optgroup label="Minibusse"class="select_tg"></optgroup><option value="I">7 Sitzer S.Alhambra, F.Galaxy oder ähnlich</option><option value="I1">7 Sitzer O.Zafira oder ähnlich</option><option value="K">9 Sitzer N.Primastar, F.Transit oder ähnlich</option><optgroup label="Lieferwagen" class="select_tg"></optgroup><option value="Q">Ford Transit 135 T350 oder ähnlich</option><optgroup label="Automatikwagen" class="select_tg"></optgroup><option value="L">AUT. 7 Sitzer S.Alhambra oder ähnlich</option><option value="N">AUT. S.Ibiza, O.Corsa oder ähnlich</option><option value="O">AUT. F.Focus, S.Leon, R.Megane oder ähnlich</option><option value="P">AUT. Mercedes "A" oder ähnlich</option><optgroup label="4x4" class="select_tg"></optgroup><option value="D1">Suzuki Jimny or similar</option><optgroup label="Kabrio" class="select_tg"></optgroup><option value="P1">DESCAP. P.307, R.Megane, O.Astra oder ähnlich</option><option value="P2">Mini Cabrio Manual oder ähnlich</option><optgroup label="Luxusfahrzeuge" class="select_tg"></optgroup><option value="R">Audi A4, BMW 320 oder ähnlich</option><option value="R1">Mini Cooper Cabrio Automatico oder ähnlich</option><option value="S">AUT. Audi A4, BMW 320 oder ähnlich</option><option value="T2">Mercedes SLK 200 Cabrio oder ähnlich</option><option value="T">Audi A6, BMW 5 Series oder ähnlich</option><option value="T1">AUT. A4 Cabrio,Merc. CLK Cabrio,C70 Cabrio oder ähnlich</option><option value="U">AUT. Q7, A8, BMW X5, Merc.CLS oder ähnlich</option><option value="W">AUT. P.Cayenne, P.Carrera oder ähnlich</option></select>');
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td colspan="3">Abholtermin:</td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td colspan="5">');
document.writeln('<input type="hidden" name="day_rtr" onchange="DeshabilitaPresupuesto();" style="display:none" value="5" /><input type="hidden" name="msn_rtr" onchange="ColocaMes();" style="display:none" value="24145" /><input type="text" class="input-blanco" name="fecha_rtr" readonly="readonly" value="5 Februar 2012" onclick="blur(); HacerClickCalendario1();" style="height:18px; padding-left:3px;cursor:pointer;" /><input id="calendario1" name="calendario1"   class="boton_calendario" type="button"/> <script type="text/javascript">');
document.writeln('dia_ret=document.getElementsByName("day_rtr")[0].value;');
document.writeln('mes_ret=(document.getElementsByName("msn_rtr")[0].value)%12;');
document.writeln('anyo_ret=Math.floor((document.getElementsByName("msn_rtr")[0].value)/12);');
document.writeln('fecha_cal1=new Date(anyo_ret,mes_ret,dia_ret);');
document.writeln('Calendar.setup({');
document.writeln('inputField     :    "date_desde",      // id of the input field');
document.writeln('//        ifFormat       :    "%Y/%m/%d %H:%M",// format of the input field');
document.writeln('ifFormat       :    "%Y%m%d",// format of the input field');
document.writeln('showsTime      :    false,            // will display a time selector');
document.writeln('date		   :    fecha_cal1,');
document.writeln('button         :    "calendario1",   // trigger for the calendar (button ID)');
document.writeln('singleClick    :    "right",            // single-click mode');
document.writeln('step           :    1,                // show all years in drop-down boxes (instead of every other year as default)');
document.writeln('onUpdate       :    catcalc_rtr,');
document.writeln('electric		: false,');
document.writeln('dateStatusFunc : dateRange');
document.writeln('});');
document.writeln('</script><select name="hrm_rtr" onchange="DeshabilitaPresupuesto();"><option value="0000">00:00</option><option value="0030">00:30</option><option value="0100">01:00</option><option value="0130">01:30</option><option value="0200">02:00</option><option value="0230">02:30</option><option value="0300">03:00</option><option value="0330">03:30</option><option value="0400">04:00</option><option value="0430">04:30</option><option value="0500">05:00</option><option value="0530">05:30</option><option value="0600">06:00</option><option value="0630">06:30</option><option value="0700">07:00</option><option value="0730">07:30</option><option value="0800">08:00</option><option value="0830">08:30</option><option value="0900">09:00</option><option value="0930">09:30</option><option selected="selected" value="1000">10:00</option><option value="1030">10:30</option><option value="1100">11:00</option><option value="1130">11:30</option><option value="1200">12:00</option><option value="1230">12:30</option><option value="1300">13:00</option><option value="1330">13:30</option><option value="1400">14:00</option><option value="1430">14:30</option><option value="1500">15:00</option><option value="1530">15:30</option><option value="1600">16:00</option><option value="1630">16:30</option><option value="1700">17:00</option><option value="1730">17:30</option><option value="1800">18:00</option><option value="1830">18:30</option><option value="1900">19:00</option><option value="1930">19:30</option><option value="2000">20:00</option><option value="2030">20:30</option><option value="2100">21:00</option><option value="2130">21:30</option><option value="2200">22:00</option><option value="2230">22:30</option><option value="2300">23:00</option><option value="2330">23:30</option></select>');
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td colspan="5">Abgabetermin:</td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td colspan="5">');
document.writeln('<input type="hidden" name="day_ent" onchange="DeshabilitaPresupuesto();" style="display:none" value="12" /><input type="hidden" name="msn_ent" onchange="DeshabilitaPresupuesto();" style="display:none" value="24145" /><input type="text" class="input-blanco" name="fecha_ent" readonly="readonly" value="12 Februar 2012" onclick="blur(); HacerClickCalendario2();" style="height:18px; padding-left:3px; cursor:pointer;"  /><input id="calendario2"   class="boton_calendario" type="button"/>');
document.writeln('<script type="text/javascript">');
document.writeln('dia_ent=document.getElementsByName("day_ent")[0].value;');
document.writeln('mes_ent=(document.getElementsByName("msn_ent")[0].value)%12;');
document.writeln('anyo_ent=Math.floor((document.getElementsByName("msn_ent")[0].value)/12);');
document.writeln('fecha_cal2=new Date(anyo_ent,mes_ent,dia_ent);');
document.writeln('Calendar.setup({');
document.writeln('inputField     :    "date_desde",      // id of the input field');
document.writeln('//        ifFormat       :    "%Y/%m/%d %H:%M",// format of the input field');
document.writeln('ifFormat       :    "%Y%m%d",// format of the input field');
document.writeln('showsTime      :    false,            // will display a time selector');
document.writeln('date		   :    fecha_cal2,');
document.writeln('button         :    "calendario2",   // trigger for the calendar (button ID)');
document.writeln('singleClick    :    "right",            // single-click mode');
document.writeln('step           :    1,                // show all years in drop-down boxes (instead of every other year as default)');
document.writeln('onUpdate       :    catcalc_ent,');
document.writeln('electric		: false,');
document.writeln('dateStatusFunc : dateRange');
document.writeln('});');
document.writeln('</script><select name="hrm_ent" onchange="DeshabilitaPresupuesto();"><option value="0000">00:00</option><option value="0030">00:30</option><option value="0100">01:00</option><option value="0130">01:30</option><option value="0200">02:00</option><option value="0230">02:30</option><option value="0300">03:00</option><option value="0330">03:30</option><option value="0400">04:00</option><option value="0430">04:30</option><option value="0500">05:00</option><option value="0530">05:30</option><option value="0600">06:00</option><option value="0630">06:30</option><option value="0700">07:00</option><option value="0730">07:30</option><option value="0800">08:00</option><option value="0830">08:30</option><option value="0900">09:00</option><option value="0930">09:30</option><option selected="selected" value="1000">10:00</option><option value="1030">10:30</option><option value="1100">11:00</option><option value="1130">11:30</option><option value="1200">12:00</option><option value="1230">12:30</option><option value="1300">13:00</option><option value="1330">13:30</option><option value="1400">14:00</option><option value="1430">14:30</option><option value="1500">15:00</option><option value="1530">15:30</option><option value="1600">16:00</option><option value="1630">16:30</option><option value="1700">17:00</option><option value="1730">17:30</option><option value="1800">18:00</option><option value="1830">18:30</option><option value="1900">19:00</option><option value="1930">19:30</option><option value="2000">20:00</option><option value="2030">20:30</option><option value="2100">21:00</option><option value="2130">21:30</option><option value="2200">22:00</option><option value="2230">22:30</option><option value="2300">23:00</option><option value="2330">23:30</option></select>		</td>');
document.writeln('</tr>');
document.writeln('<tr><td></td>');
document.writeln('</tr><tr>');
document.writeln('<td width="63" colspan="1" align="left"><input class="login-boton-form" type="submit" value="Weiter"></td>');
document.writeln('</tr></table></td></tr><tr>');
document.writeln('<td colspan="5" height="10px">&nbsp;</td>');
document.writeln('</tr>');
document.writeln('</table>');
document.writeln('<table  width="300"><tr>');
document.writeln('<td colspan="5" height="20px">&nbsp;</td>');
document.writeln('</tr> </table></form>');

