function clean_cookingResult() {document.cookingCalculator.resultOunce.value=0;document.cookingCalculator.resultPound.value=0;document.cookingCalculator.resultGram.value=0;document.cookingCalculator.resultTeaspoonUS.value=0;document.cookingCalculator.resultTeaspoonUK.value=0;document.cookingCalculator.resultDessertspoonUK.value=0;document.cookingCalculator.resultTablespoonUS.value=0;document.cookingCalculator.resultTablespoonUK.value=0;document.cookingCalculator.resultCupUS.value=0;document.cookingCalculator.resultCupUK.value=0;document.cookingCalculator.resultOunceUS.value=0;document.cookingCalculator.resultOunceUK.value=0;document.cookingCalculator.resultMilliliter.value=0;document.cookingCalculator.resultLiter.value=0;document.cookingCalculator.resultPintDry.value=0;document.cookingCalculator.resultQuartDry.value=0;document.cookingCalculator.resultGallonDry.value=0;document.cookingCalculator.resultPintLiquid.value=0;document.cookingCalculator.resultQuartLiquid.value=0;document.cookingCalculator.resultGallonLiquid.value=0;document.cookingCalculator.resultPintUK.value=0;document.cookingCalculator.resultQuartUK.value=0;document.cookingCalculator.resultGallonUK.value=0;} 
function makeControlFields() {document.write("<input type=text value=0 name=cooking size=9 maxlength=9 onkeypress=clean_cookingResult()>&nbsp;");document.write("<select name=scaleField size=1 onchange=clean_cookingResult()>");document.write("<option value=1>Teaspoon US</option>");document.write("<option value=2>Tablespoon US</option>");document.write("<option value=3>Cup US</option>");document.write("<option value=4>Teaspoon UK</option>");document.write("<option value=5>Dessertspoon UK</option>");document.write("<option value=6>Tablespoon UK</option>");document.write("<option value=7>Cup UK</option>");document.write("<option value=8>Ounce US</option>");document.write("<option value=9>Ounce UK</option>");document.write("<option value=10>Milliliter</option>");document.write("<option value=11>Liter</option>");document.write("<option value=12>Pint dry</option>");document.write("<option value=13>Pint liquid</option>");document.write("<option value=14>Pint UK</option>");document.write("<option value=15>Quart dry</option>");document.write("<option value=16>Quart liquid</option>");document.write("<option value=17>Quart UK</option>");document.write("<option value=18>Gallon dry</option>");document.write("<option value=19>Gallon liquid</option>");document.write("<option value=20>Gallon UK</option>");document.write("</select>&nbsp;");document.write("<select name=foodStuffVolume size=1 onchange=clean_cookingResult()>");document.write("<option value=1>Almond kernel</option>");document.write("<option value=2>Buckwheat</option>");document.write("<option value=3>Butter</option>");document.write("<option value=4>Cheese, grated</option>");document.write("<option value=5>Cocoa powder</option>");document.write("<option value=6>Coffee ground</option>");document.write("<option value=7>Corn flakes</option>");document.write("<option value=8>Cinnamon ground</option>");document.write("<option value=9>Cream</option>");document.write("<option value=10>Egg powder</option>");document.write("<option value=11>Fine-ground barley</option>");document.write("<option value=12>Flour, all purpose</option>");document.write("<option value=13>Flour, corn</option>");document.write("<option value=14>Flour, potato</option>");document.write("<option value=15>Flour, wheat</option>");document.write("<option value=16>Gelatin powder</option>");document.write("<option value=17>Groundnut kernel</option>");document.write("<option value=18>Honey</option>");document.write("<option value=19>Huzelnut kernel</option>");document.write("<option value=20>Kidney bean</option>");document.write("<option value=21>Lemon acid</option>");document.write("<option value=22>Lentil</option>");document.write("<option value=23>Liqueur</option>");document.write("<option value=24>Margarine</option>");document.write("<option value=25>Mayonnaise</option>");document.write("<option value=26>Milk</option>");document.write("<option value=27>Milk powder</option>");document.write("<option value=28>Millet</option>");document.write("<option value=29>Oat flakes</option>");document.write("<option value=30>Oat meal</option>");document.write("<option value=31>Oil, olive</option>");document.write("<option value=32>Oil, vegetable </option>");document.write("<option value=33>Parsley, fresh, chopped</option>");document.write("<option value=34>Pearl barley</option>");document.write("<option value=35>Peas</option>");document.write("<option value=36>Pepper ground</option>");document.write("<option value=37>Poppyseed</option>");document.write("<option value=38>Raisin</option>");document.write("<option value=39>Rice</option>");document.write("<option value=40>Sago</option>");document.write("<option value=41>Salt</option>");document.write("<option value=42>Semolina</option>");document.write("<option value=43>Soda</option>");document.write("<option value=44>Sugar granulated</option>");document.write("<option value=45>Sugar powder</option>");document.write("<option value=46>Vinegar</option>");document.write("<option value=47>Water</option>");document.write("<option value=48>Wheat flakes</option>");document.write("<option value=49>Yeast, bakers, dry</option>");document.write("</select>&nbsp;&nbsp;&nbsp;&nbsp;");
document.write("<br /><input class=\"button\" type=button value=\"Calculate\" onClick=\"cookingConvert(cooking.value, scaleField.options[scaleField.selectedIndex].value, foodStuffVolume.options[foodStuffVolume.selectedIndex].value)\">");document.write("<br><br><br><br>");document.write("OR");document.write("<br>");document.write("<input type=text value=0 name=cookingWeight size=9 maxlength=9 onkeypress=clean_cookingResult()>&nbsp;");document.write("<select name=scaleFieldWeight size=1 onchange=clean_cookingResult()>");document.write("<option value=1>Ounce</option>");document.write("<option value=2>Pound</option>");document.write("<option value=3>Gram</option>");document.write("<option value=4>Kilogram</option>");document.write("</select>&nbsp;&nbsp;&nbsp;");document.write("<select name=foodStuffWeight size=1 onchange=clean_cookingResult()>");document.write("<option value=1>Almond kernel</option>");document.write("<option value=2>Buckwheat</option>");document.write("<option value=3>Butter</option>");document.write("<option value=4>Cheese, grated</option>");document.write("<option value=5>Cocoa powder</option>");document.write("<option value=6>Coffee ground</option>");document.write("<option value=7>Corn flakes</option>");document.write("<option value=8>Cinnamon ground</option>");document.write("<option value=9>Cream</option>");document.write("<option value=10>Egg powder</option>");document.write("<option value=11>Fine-ground barley</option>");document.write("<option value=12>Flour, all purpose</option>");document.write("<option value=13>Flour, corn</option>");document.write("<option value=14>Flour, potato</option>");document.write("<option value=15>Flour, wheat</option>");document.write("<option value=16>Gelatin powder</option>");document.write("<option value=17>Groundnut kernel</option>");document.write("<option value=18>Honey</option>");document.write("<option value=19>Huzelnut kernel</option>");document.write("<option value=20>Kidney bean</option>");document.write("<option value=21>Lemon acid</option>");document.write("<option value=22>Lentil</option>");document.write("<option value=23>Liqueur</option>");document.write("<option value=24>Margarine</option>");document.write("<option value=25>Mayonnaise</option>");document.write("<option value=26>Milk</option>");document.write("<option value=27>Milk powder</option>");document.write("<option value=28>Millet</option>");document.write("<option value=29>Oat flakes</option>");document.write("<option value=30>Oat meal</option>");document.write("<option value=31>Oil, olive</option>");document.write("<option value=32>Oil, vegetable </option>");document.write("<option value=33>Parsley, fresh, chopped</option>");document.write("<option value=34>Pearl barley</option>");document.write("<option value=35>Peas</option>");document.write("<option value=36>Pepper ground</option>");document.write("<option value=37>Poppyseed</option>");document.write("<option value=38>Raisin</option>");document.write("<option value=39>Rice</option>");document.write("<option value=40>Sago</option>");document.write("<option value=41>Salt</option>");document.write("<option value=42>Semolina</option>");document.write("<option value=43>Soda</option>");document.write("<option value=44>Sugar granulated</option>");document.write("<option value=45>Sugar powder</option>");document.write("<option value=46>Vinegar</option>");document.write("<option value=47>Water</option>");document.write("<option value=48>Wheat flakes</option>");document.write("<option value=49>Yeast, bakers, dry</option>");document.write("</select>&nbsp;&nbsp;&nbsp;&nbsp;");
document.write("<br /><input class=\"button\" type=button value=\"Calculate\" onClick=\"cookingWeightConvert(cookingWeight.value, scaleFieldWeight.options[scaleFieldWeight.selectedIndex].value, foodStuffWeight.options[foodStuffWeight.selectedIndex].value)\">");document.write("<br>");document.write("<br>");} 
function makeResultFields() {document.write("<input type=text name=resultOunce style=\"text-align:right\" size=12 maxlength=12 readonly> Ounce (wght)<br />");document.write("<input type=text name=resultPound          style=\"text-align:right\" size=12 maxlength=12 readonly> Pound<br />");document.write("<input type=text name=resultGram           style=\"text-align:right\" size=12 maxlength=12 readonly> Gram<br /><br />");document.write("<input type=text name=resultTeaspoonUS     style=\"text-align:right\" size=12 maxlength=12 readonly> Teaspoon US<br />");document.write("<input type=text name=resultTablespoonUS   style=\"text-align:right\" size=12 maxlength=12 readonly> Tablespoon US<br />");document.write("<input type=text name=resultCupUS          style=\"text-align:right\" size=12 maxlength=12 readonly> Cup US<br /><br />");document.write("<input type=text name=resultTeaspoonUK     style=\"text-align:right\" size=12 maxlength=12 readonly> Teaspoon UK<br />");document.write("<input type=text name=resultDessertspoonUK style=\"text-align:right\" size=12 maxlength=12 readonly> Dessertspoon<br />");document.write("<input type=text name=resultTablespoonUK   style=\"text-align:right\" size=12 maxlength=12 readonly> Tablespoon UK<br />");document.write("<input type=text name=resultCupUK          style=\"text-align:right\" size=12 maxlength=12 readonly> Cup UK<br /><br />");document.write("<input type=text name=resultOunceUS	       style=\"text-align:right\" size=12 maxlength=12 readonly> Ounce US<br />");document.write("<input type=text name=resultOunceUK	       style=\"text-align:right\" size=12 maxlength=12 readonly> Ounce UK<br /><br />");document.write("<input type=text name=resultMilliliter     style=\"text-align:right\" size=12 maxlength=12 readonly> Milliliter<br />");document.write("<input type=text name=resultLiter          style=\"text-align:right\" size=12 maxlength=12 readonly> Liter<br /><br />");document.write("<input type=text name=resultPintDry      style=\"text-align:right\" size=12 maxlength=12 readonly> Pint dry<br />");document.write("<input type=text name=resultQuartDry     style=\"text-align:right\" size=12 maxlength=12 readonly> Quart dry<br />");document.write("<input type=text name=resultGallonDry    style=\"text-align:right\" size=12 maxlength=12 readonly> Gallon dry<br /><br />");document.write("<input type=text name=resultPintLiquid   style=\"text-align:right\" size=12 maxlength=12 readonly> Pint liquid<br />");document.write("<input type=text name=resultQuartLiquid  style=\"text-align:right\" size=12 maxlength=12 readonly> Quart liquid<br />");document.write("<input type=text name=resultGallonLiquid style=\"text-align:right\" size=12 maxlength=12 readonly> Gallon liquid<br /><br />");document.write("<input type=text name=resultPintUK       style=\"text-align:right\" size=12 maxlength=12 readonly> Pint UK<br />");document.write("<input type=text name=resultQuartUK      style=\"text-align:right\" size=12 maxlength=12 readonly> Quart UK<br />");document.write("<input type=text name=resultGallonUK     style=\"text-align:right\" size=12 maxlength=12 readonly> Gallon UK<br /><br />");}
