<!--

function OnButton1()
{
document.bmi.action = "split_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 = "split_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 = "split_diminuire_peso/step2.php"
document.bmi.target = "_self"; // Open in a new window
document.bmi.submit();   // Submit the page
return false;
}



//-->
