MyMenu=new YSMenu('MyMenu');

MyMenu.MainMenuItems[0]="Mama Mia!!!!!";
MyMenu.MainMenuItems[1]="I'm Pregnant....";
MyMenu.MainMenuItems[2]="Countdown Begins...";
MyMenu.MainMenuItems[3]="The Li'l Guest";
MyMenu.MainMenuItems[4]="Postnatal Care";
MyMenu.MainMenuItems[5]="Baby Steps";
MyMenu.MainMenuItems[6]="Baby Care Tips";
MyMenu.MainMenuItems[7]="Hard Talk";

MyMenu.MainMenuLinks[0]="/mother&child/static/preg_motherhood.htm";
MyMenu.MainMenuLinks[1]=MyMenu.NULL;
MyMenu.MainMenuLinks[2]=MyMenu.NULL;
MyMenu.MainMenuLinks[3]=MyMenu.NULL;
MyMenu.MainMenuLinks[4]="/mother&child/static/preg_arrival_postnatal.htm";
MyMenu.MainMenuLinks[5]=MyMenu.NULL;
MyMenu.MainMenuLinks[6]="/mother&child/static/preg_tips.htm";
MyMenu.MainMenuLinks[7]=MyMenu.NULL;


// meny for alternet therapys
MyMenu.SubMenuItems[1]=new Array();
MyMenu.SubMenuLinks[1]=new Array();

MyMenu.SubMenuItems[2]=new Array();
MyMenu.SubMenuLinks[2]=new Array();

MyMenu.SubMenuItems[3]=new Array();
MyMenu.SubMenuLinks[3]=new Array();

MyMenu.SubMenuItems[5]=new Array();
MyMenu.SubMenuLinks[5]=new Array();

MyMenu.SubMenuItems[7]=new Array();
MyMenu.SubMenuLinks[7]=new Array();

	MyMenu.SubMenuItems[1][0]="Pregnancy Tests"
	MyMenu.SubMenuItems[1][1]="Antenatal Care"
	MyMenu.SubMenuItems[1][2]="Medication"
	MyMenu.SubMenuItems[1][3]="Maintain Records"
	MyMenu.SubMenuItems[1][4]="Maternity Wardrobe"
	MyMenu.SubMenuItems[1][5]="Meditation"
	MyMenu.SubMenuItems[1][6]="Sexual Intercourse"

MyMenu.SubMenuLinks[1][0]="/mother&child/static/preg_awarness_test.htm"
MyMenu.SubMenuLinks[1][1]="/mother&child/static/preg_awarness_antenatal.htm"
MyMenu.SubMenuLinks[1][2]="/mother&child/static/preg_awarness_drugs.htm"
MyMenu.SubMenuLinks[1][3]="/mother&child/static/preg_awarness_maintaining.htm"
MyMenu.SubMenuLinks[1][4]="/mother&child/static/preg_awarness_maternity.htm"
MyMenu.SubMenuLinks[1][5]="/mother&child/static/preg_awarness_meditation.htm"
MyMenu.SubMenuLinks[1][6]="/mother&child/static/preg_awarness_sexual_rel.htm"

	MyMenu.SubMenuItems[2][0]="Before Due-Date"
	MyMenu.SubMenuItems[2][1]="Warning Signs"
	MyMenu.SubMenuItems[2][2]="1st Stage.."
	MyMenu.SubMenuItems[2][3]="Transition Stage"
	MyMenu.SubMenuItems[2][4]="2nd Stage.."
	MyMenu.SubMenuItems[2][5]="Final Stage..."
	MyMenu.SubMenuItems[2][6]="Important Procedures"
	MyMenu.SubMenuItems[2][7]="Foetal Positions"
	MyMenu.SubMenuItems[2][8]="Caesarean Section"
	
MyMenu.SubMenuLinks[2][0]="/mother&child/static/preg_arrival_duedate.htm"
MyMenu.SubMenuLinks[2][1]="/mother&child/static/preg_awarness_warm.htm"
MyMenu.SubMenuLinks[2][2]="/mother&child/static/preg_awarness_firststage.htm"
MyMenu.SubMenuLinks[2][3]="/mother&child/static/preg_awarness_transition.htm"
MyMenu.SubMenuLinks[2][4]="/mother&child/static/preg_awarness_secondstage.htm"
MyMenu.SubMenuLinks[2][5]="/mother&child/static/preg_awarness_thirdstage.htm"
MyMenu.SubMenuLinks[2][6]="/mother&child/static/preg_arrival_active.htm"
MyMenu.SubMenuLinks[2][7]="/mother&child/static/preg_awarness_malpresentation.htm"
MyMenu.SubMenuLinks[2][8]="/mother&child/static/preg_awarness_caesarean.htm"

	MyMenu.SubMenuItems[3][0]="First look.."
	MyMenu.SubMenuItems[3][1]="Check-up"

MyMenu.SubMenuLinks[3][0]="/mother&child/static/preg_atbirth.htm"
MyMenu.SubMenuLinks[3][1]="/mother&child/static/preg_general_exam.htm"

	MyMenu.SubMenuItems[5][0]="BreastFeeding"
	MyMenu.SubMenuItems[5][1]="Feeding your Baby"
	MyMenu.SubMenuItems[5][2]="Intake of Solids"
	MyMenu.SubMenuItems[5][3]="Baby Bath"
	MyMenu.SubMenuItems[5][4]="Dressing-up"
	MyMenu.SubMenuItems[5][5]="Crying Baby"
	MyMenu.SubMenuItems[5][6]="Sleeping Beauty"
	MyMenu.SubMenuItems[5][7]="Play-time"

MyMenu.SubMenuLinks[5][0]="/mother&child/static/preg_childcare_feeding.htm"
MyMenu.SubMenuLinks[5][1]="/mother&child/static/preg_childcare_firsttaste.htm"
MyMenu.SubMenuLinks[5][2]="/mother&child/static/preg_childcare_food.htm"
MyMenu.SubMenuLinks[5][3]="/mother&child/static/preg_childcare.htm"
MyMenu.SubMenuLinks[5][4]="/mother&child/static/preg_Dressing.htm"
MyMenu.SubMenuLinks[5][5]="/mother&child/static/preg_childcare_crying.htm"
MyMenu.SubMenuLinks[5][6]="/mother&child/static/preg_sleeping.htm"
MyMenu.SubMenuLinks[5][7]="/mother&child/static/preg_childcare_play.htm"

	MyMenu.SubMenuItems[7][0]="Motherhood"
	MyMenu.SubMenuItems[7][1]="Fatherhood"
	MyMenu.SubMenuItems[7][2]="Single Parenting"
	MyMenu.SubMenuItems[7][3]="Adoption"

MyMenu.SubMenuLinks[7][0]="/mother&child/static/preg_talk_motherhood.htm"
MyMenu.SubMenuLinks[7][1]="/mother&child/static/preg_talk_fatherhood.htm"
MyMenu.SubMenuLinks[7][2]="/mother&child/static/preg_talk_single.htm"
MyMenu.SubMenuLinks[7][3]="/mother&child/static/preg_talk_adoption.htm"
	
MyMenu.mainMenuItem.height=20;
MyMenu.mainMenuItem.width=160;
MyMenu.mainMenuItem.bgcolorOn="#d0e0f8";
MyMenu.mainMenuItem.bgcolorOff="#ffffff";
MyMenu.mainMenuItem.fontSize=8;
MyMenu.mainMenuItem.fontFamily='verdana';
MyMenu.mainMenuItem.fontColor='#306898';
MyMenu.mainMenuItem.borderColor="#7794CE";
MyMenu.placement=-1; 

MyMenu.direction=MyMenu.VERTICAL;

MyMenu.subMenuItem.height=20;
MyMenu.subMenuItem.width=150;
MyMenu.subMenuItem.bgcolorOn='#ffffff';
MyMenu.subMenuItem.bgcolorOff='#d0e0f8';
MyMenu.subMenuItem.fontSize=8;
MyMenu.subMenuItem.fontFamily='verdana';
MyMenu.subMenuItem.fontColor='#306898';
MyMenu.subMenuItem.borderColor="#7794CE"; 

MyMenu.subMenuItemCollection.direction=MyMenu.HORIZONTAL;

MyMenu.CreateMenu(0,170);
MyMenu.showMain();


function Openayur(sourceFile) 
{
ayur = window.open(sourceFile,'_blank','location=1,toolbar=1,width=400,height=400,directories=1,status=1,scrollbars=1 ,resize=1,menubar=1');

} // end Openayur




