<!--

function OnButton1()
{
document.bmi.action = "sottopeso/step2.php"
document.bmi.target = "_self"; // Open in a new window
document.bmi.submit();   // Submit the page
return false;
}

function OnButton2()
{
document.bmi.action = "controllo_peso/step2.php"
document.bmi.target = "_self"; // Open in a new window
document.bmi.submit();   // Submit the page
return false;
}

function OnButton3()
{
document.bmi.action = "diminuire_peso/step2.php"
document.bmi.target = "_self"; // Open in a new window
document.bmi.submit();   // Submit the page
return false;
}



//-->