﻿function betreut_stundenlohn_all(zanox_tracking_host,zanox_tracking_param)
{

document.writeln("         <script type=\"text/javascript\" src=\"http://banner.betreutblog.de/Suchen/Formulare/MRKT365/val.js\"></script>  ");
document.writeln("         <script type=\"text/javascript\"> ");
document.writeln("     	function calculator_show(kategorie){ ");
document.writeln("     	document.getElementById(\"layer1\").style.display='none'; ");
document.writeln("     	document.getElementById(\"anz_BABYSITTER\").style.display='none'; ");
document.writeln("     	document.getElementById(\"anz_PET_CARE\").style.display='none'; ");
document.writeln("     	document.getElementById(\"anz_SENIOR_CARE\").style.display='none'; ");
document.writeln("     	document.getElementById(\"anz_TUTOR\").style.display='none'; ");
document.writeln("     	document.getElementById(\"anz_HOME_HELP\").style.display='none'; ");
document.writeln("     	if(kategorie!='HOME_HELP'){ ");
document.writeln("     		document.getElementById(\"layer1\").style.display='block'; ");
document.writeln("     	}  ");
document.writeln("     	document.getElementById(\"anz_\"+kategorie).style.display='block'; ");
document.writeln("     	} ");
document.writeln("         </script> ");


document.writeln(" <form action=\"" + zanox_tracking_host + "\"method=\"GET\" target=\"_blank\" onSubmit=\"return checkForm();\" style=\"font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;font-size:13px\"> ");
document.writeln("<INPUT TYPE=\"HIDDEN\" NAME=\"" + zanox_tracking_param + "\" VALUE=\"http://www.betreut.de/stundenlohn-rechner?\">");
document.writeln(" 	<div Style=\"background-image:url(http://banner.betreutblog.de/stundenlohn-rechner/gif/rechner_all.gif);background-repeat:no-repeat;width:484px;height:312px;text-align:center;\"> ");
document.writeln(" 		<input type=\"image\" name=\"calculate\" style=\"width:484px;height:312px;\" src=\"http://www.betreutblog.de/banner/img/trans.gif\" /> ");
document.writeln(" 		<input type=\"hidden\" name=\"pid\" value=\"<?= $_REQUEST['PID']?>\" /> ");
document.writeln("    <label for=\"userType\" style=\"position: relative;left:-59px; top: -219px; height:24px; width: 155px;\">Betreuer in der Kategorie:</label> ");
document.writeln("     <select name=\"userType\"  id=\"userType\" style=\"position: relative;left:-217px; top: -197px; height:24px; width: 155px;\" onChange=\"calculator_show(this.value)\"> ");
document.writeln(" 		<option value=\"BABYSITTER\">Kinderbetreuung</option> ");
document.writeln(" 		<option value=\"PET_CARE\">Tierbetreuung</option> ");
document.writeln(" 		<option value=\"HOME_HELP\">Haushalt & Garten</option> ");
document.writeln("         <option value=\"TUTOR\">Nachhilfe</option> ");
document.writeln("         <option value=\"SENIOR_CARE\">Seniorenbetreuung</option> ");
        
document.writeln(" 	</select> ");
document.writeln("     <div  id=\"layer1\" style=\"display:block;position: relative;left:28px; top: -181px; height:24px; width: 180px;text-align:left\"> ");
document.writeln("     <label id=\"anz_BABYSITTER\" for=\"number\" style=\"display:block;height:24px; width: 155px;\">Anzahl der Kinder:</label> ");
document.writeln("     <label id=\"anz_PET_CARE\" for=\"number\" style=\"display:none;height:24px; width: 155px;\">Anzahl der Tiere:</label> ");
 document.writeln("    <label id=\"anz_TUTOR\" for=\"number\" style=\"display:none;height:24px; width: 174px;\">Anzahl der Nachhilfeschüler: </label> ");
document.writeln("      <label id=\"anz_SENIOR_CARE\" for=\"number\" style=\"display:none;height:24px; width: 155px;\">Erfahrung in Jahren:</label> ");
document.writeln("     <select name=\"number\" id=\"number1\" style=\"height:24px; width: 155px;margin-top:7px\"> ");
document.writeln(" 		<option value=\"1\">1</option> ");
document.writeln(" 		<option value=\"2\">2</option> ");
document.writeln(" 		<option value=\"3\">3</option> ");
document.writeln("         <option value=\"4\">4</option> ");
document.writeln("         <option value=\"5\">5</option> ");
document.writeln("         <option value=\"6\">6</option> ");
document.writeln("         <option value=\"7\">7</option> ");
document.writeln("         <option value=\"8\">8</option> ");
document.writeln("         <option value=\"9\">9</option> ");
document.writeln("         <option value=\"10\">10+</option> ");
document.writeln(" 	</select> ");
document.writeln("     </div> ");
    
document.writeln("      <div id=\"anz_HOME_HELP\" style=\"display:none;position: relative;left:28px; top: -181px; height:24px; width: 180px;text-align:left\"> ");
document.writeln("     <label for=\"number\" style=\"height:24px; width: 155px;\">Art der Arbeit:</label> ");
document.writeln("     <select name=\"nr_homehelp\" id=\"number5\" style=\"height:24px; width: 155px;margin-top:7px\"> ");
document.writeln(" 		<option value=\"1\">Einfache Arbeit</option> ");
document.writeln(" 		<option value=\"2\">Intensive Arbeit</option> ");
		
document.writeln(" 	</select> ");
document.writeln("     </div> ");
document.writeln("     <label for=\"zip\" style=\"position: relative;left:-95px; top: -146px; height:24px; width: 155px;\">Für den PLZ-Bereich:</label> ");
document.writeln("     <input type=\"text\" id=\"zip\" name=\"zip\" maxlength=\"5\" size=\"10\" style=\"position: relative;left:-222px; top: -121px; height:24px; width: 110px;color:#999999;\" value=\"PLZ\" onFocus=\"return delForm();\" /> ");
   
document.writeln("     <input type=\"hidden\" name=\"_sourcePage\" value=\"/WEB-INF/jsp/pages/calculator.jsp\" /> ");
document.writeln("   </div> ");
document.writeln(" </form> ");
}