<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="Body Mass Index - Calculator" title_url="http://www.muskelaufbau-tipps.de/fitness-tools/bmi-calculator.html" description="Calculator to determine the Body Mass Index (BMI)" author="muskelaufbau-tipps.de" author_email="gadget@muskelaufbau-tipps.de" author_location="Germany" author_link="http://www.muskelaufbau-tipps.de" screenshot="http://www.muskelaufbau-tipps.de/gadgets/bmi.png" thumbnail="http://www.muskelaufbau-tipps.de/gadgets/all_thumb.png" height="220" scaling="false" />
<Content type="html"><![CDATA[
<SCRIPT LANGUAGE="JavaScript">
function rechne()
  {
  gewicht = document.Rechner.Gewicht.value;
  groesse = document.Rechner.Groesse.value;
  bmi = gewicht / ((groesse / 100) * (groesse / 100))
  bmi = Math.round(bmi)
  document.Rechner.BMI.value = bmi;
  return false; // wichtig, damit das Ergebnis stehen bleibt!
  }
</SCRIPT>
<form name="Rechner" onSubmit="return rechne(); return true">
<table width="350" border="0">
  <tr>
    <td><font size=-1>Weight (Kg):</font></td>
    <td><font size=-1><input type="text" size="15" name="Gewicht" /></font></td>
  </tr>
  <tr>
    <td><font size=-1>Height (cm):</font></td>
    <td><font size=-1><input type="text" size="15" name="Groesse" /></font></td>
    <td><input type="RESET" value="Reset" /></td>
  </tr>
  <tr>
    <td><font size=-1>BMI:</font></td>
    <td><font size=-1><input name="BMI" type="text" disabled="disabled" size="15" /></font></td>
    <td><input type="SUBMIT" value="calculate BMI"  /></td>
  </tr>
</table>
</form>
<p><font size=-1>What does the <a href="http://www.muskelaufbau-tipps.de/fitness-tools/bmi-calculator.html" target="_blank" >BMI</a> mean - made by <a href="http://www.muskelaufbau-tipps.de/tag/fitness.html" target="_blank" >Fitness</a>-Tipps</font></p>
<script type="text/javascript"><!--
google_ad_client = "pub-2895992929050274";
/* iG - BMI */
google_ad_slot = "1064548253";
google_ad_width = 234;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
]]></Content>
</Module>
