function startup()
{
	initiatescroller("changes","strchanges","",285,195,300,140,"","Arial","#7A8CBD",2)
	initiatescroller("baby","strbaby","",285,357,300,140,"","Arial","#7A8CBD",2)
	initiatescroller("father","strfather","",285,515,300,140,"","Arial","#7A8CBD",2)
	initiatescroller("exercise","strexercise","",285,680,300,140,"","Arial","#7A8CBD",2)
	
	if(document.all)
	{
		document.all["mweight"].innerHTML="<p align=right><font color=#7B9DC0>"+strmweight+"</font>";
		document.all["bweight"].innerHTML="<p align=right><font color=#7B9DC0>"+strbweight+"</font>";
	}
	else if(document.getElementById)
	{
		document.getElementById("mweight").innerHTML="<font color=#7B9DC0>"+strmweight+"</font>";
		document.getElementById("bweight").innerHTML="<font color=#7B9DC0>"+strbweight+"</font>";
	}
	else
	{
		document.mweight.document.write("<font color=#7B9DC0>"+strmweight+"</font>");
		document.bweight.document.write("<font color=#7B9DC0>"+strbweight+"</font>");
	}
}
function refresh(monthno)
{
	location.href="pregnancy.asp?mnth="+monthno
}

function changeimg1(monthno)
{
	document.images.smallimg.src="images/baby"+monthno+".gif";
	document.images.bigimg.src="images/woman"+monthno+".gif";
}

function dispdiet(mnth,dietid)
{
	dietwin=open("diet.asp?dietid="+dietid+"&mnth="+mnth,"diet","toolbar=0,location=0,directories=0,menubar=0,scrollbars=0,resizable=1,width=500,height=480")

}

function dispcomp(mnth,compid)
{
compwin=open("complain.asp?compid="+compid+"&month="+mnth,"complain","toolbar=0,location=0,directories=0,menubar=0,scrollbars=0,resizable=1,width=500,height=480")
			
}
function dispayur()
{
	ayurwin=open("ayurveda.asp?month="+mnth,"ayur","toolbar=0,location=0,directories=0,menubar=0,scrollbars=0,resizable=1,width=500,height=480")
}
