// Developing fetal stages
 

function week()
{
location=
document.myweek.weekly.
options[document.myweek.weekly.selectedIndex].value
}

function month()
{
location=
document.mymonth.monthly.
options[document.mymonth.monthly.selectedIndex].value
}

function trimester()
{
location=
document.mytrimester.trimesters.
options[document.mytrimester.trimesters.selectedIndex].value
}



//  End -->

