/*
 DHTML Menu version 3.3.19
 Written by Andy Woolley
 Copyright 2002 (c) Milonic Solutions. All Rights Reserved.
 Plase vist http://www.milonic.co.uk/menu or e-mail menu3@milonic.com
 You may use this menu on your web site free of charge as long as you place prominent links to http://www.milonic.co.uk/menu and
 your inform us of your intentions with your URL AND ALL copyright notices remain in place in all files including your home page
 Comercial support contracts are available on request if you cannot comply with the above rules.
 This script featured on Dynamic Drive (http://www.dynamicdrive.com)
 */

//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.

////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0)


{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=100);Shadow(color='#777777', Direction=135, Strength=1)"
}
else
{
	effect = "Shadow(color='#777777', Direction=135, Strength=1)" // Stop IE5.5 bug when using more than one filter
}

timegap=500		// The time delay for menus to remain visible
followspeed=5		// Follow Scrolling speed
followrate=40		// Follow Scrolling Rate
suboffset_top=10;		// Sub menu offset Top position 
suboffset_left=5;		// Sub menu offset Left position

stylesub=[			// stylesub is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"navy",			// Mouse Off Font Color
"ffcc00",			// Mouse Off Background Color
"ffebdc",			// Mouse On Font Color
"4b0082",			// Mouse On Background Color
"000000",			// Menu Border Color 
14,			// Font Size in pixels
"normal",			// Font Style (italic or normal)
"normal",			// Font Weight (bold or normal)
"Arial",		// Font Name
4,			// Menu Item Padding
,			// Sub Menu Image (Leave this blank if not needed)
,			// 3D Border & Separator bar
"66ffff",			// 3D High Color
"000099",			// 3D Low Color
"navy",			// Current Page Item Font Color (leave this blank to disable)
"ccccff",			// Current Page Item Background Color (leave this blank to disable)
,			// Top Bar image (Leave this blank to disable)
"ffffff",			// Menu Header Font Color (Leave blank if headers are not needed)
"000099",			// Menu Header Background Color (Leave blank if headers are not needed)
]

stylesub1=[			// stylesub is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"navy",			// Mouse Off Font Color
"FFCC66",			// Mouse Off Background Color
"000099",			// Mouse On Font Color
"ff9900",			// Mouse On Background Color
"000000",			// Menu Border Color 
11,			// Font Size in pixels
"normal",			// Font Style (italic or normal)
"normal",			// Font Weight (bold or normal)
"arial",		// Font Name
4,			// Menu Item Padding
,			// Sub Menu Image (Leave this blank if not needed)
,			// 3D Border & Separator bar
"66ffff",			// 3D High Color
"000099",			// 3D Low Color
"navy",			// Current Page Item Font Color (leave this blank to disable)
"ffcc66",			// Current Page Item Background Color (leave this blank to disable)
,			// Top Bar image (Leave this blank to disable)
"ffffff",			// Menu Header Font Color (Leave blank if headers are not needed)
"000099",			// Menu Header Background Color (Leave blank if headers are not needed)
]

styletop=[			// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"ffcc66",			// Mouse Off Font Color
"D7E3FF",		// Mouse Off Background Color
"ffebdc",			// Mouse On Font Color
"4b0082",			// Mouse On Background Color
"D7E3FF",		// Menu Border Color 
11,			// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",			// Font Weight (bold or normal)
"arial",		// Font Name
4,			// Menu Item Padding
,			// Sub Menu Image (Leave this blank if not needed)
,			// 3D Border & Separator bar
,			// 3D High Color
,			// 3D Low Color
"navy",			// Current Page Item Font Color (leave this blank to disable)
"D7E3FF",		// Current Page Item Background Color (leave this blank to disable)
,			// Top Bar image (Leave this blank to disable)
"ffffff",			// Menu Header Font Color (Leave blank if headers are not needed)
"000099",			// Menu Header Background Color (Leave blank if headers are not needed)
]

dumpmenus()

formprops=[		// prop1 is an array of properties you can have as many property arrays as you need
"navy",			// Mouse Off Font Color
"F1FFC1",			// Mouse Off Background Color
"FF0000",			// Mouse On Font Color
"F1FFC1",			// Mouse On Background Color
"F1FFC1",			// Menu Border Color 
10,			// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",			// Font Weight (bold or normal)
"arial",		// Font Name
4,			// Menu Item Padding
,			// Sub Menu Image (Leave this blank if not needed)
,			// 3D Border & Separator bar
"66ffff",			// 3D High Color
"66ffff",			// 3D Low Color
"navy",			// Current Page Item Font Color (leave this blank to disable)
"F1FFC1",			// Current Page Item Background Color (leave this blank to disable)
,			// Top Bar image (Leave this blank to disable)
"ffffff",			// Menu Header Font Color (Leave blank if headers are not needed)
"000099",			// Menu Header Background Color (Leave blank if headers are not needed)
]

dumpmenus()

stylemiddle=[		// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"white",			// Mouse Off Font Color
"343399",			// Mouse Off Background Color
"FFCC00",			// Mouse On Font Color
"4b0082",			// Mouse On Background Color
"FFffff",			// Menu Border Color 
11,			// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",			// Font Weight (bold or normal)
"arial",		// Font Name
4,			// Menu Item Padding
,			// Sub Menu Image (Leave this blank if not needed)
,			// 3D Border & Separator bar
"66ffff",			// 3D High Color
"000099",			// 3D Low Color
"navy",			// Current Page Item Font Color (leave this blank to disable)
"0000FF",			// Current Page Item Background Color (leave this blank to disable)
,			// Top Bar image (Leave this blank to disable)
"ffffff",			// Menu Header Font Color (Leave blank if headers are not needed)
"000099",			// Menu Header Background Color (Leave blank if headers are not needed)
]


addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu",		// Menu Name - This is needed in order for the menu to be called
77,			// Menu Top - The Top position of the menu in pixels
95,			// Menu Left - The Left position of the menu in pixels 
,			// Menu Width - Menus width in pixels
0,			// Menu Border Width 
,			// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:top"
stylemiddle,		// Properties Array - this is set higher up, as above
1,			// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"center",			// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,			// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,			// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 			// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,			// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,			// Position of TOP sub image left:center:right
,			// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,			// Right To Left - Used in Hebrew for example. (1=on/0=off)
,			// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,			// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,			// Reserved for future use
,			// Reserved for future use
,			// Reserved for future use

	,"&nbsp;About Us&nbsp;&nbsp;","show-menu=shrc","../indexsh.htm","About Us",1
	,"&nbsp;Health Sector Reform Contribution&nbsp;&nbsp;","show-menu=hsrc",,"Health Sector Reform Contribution",1
	,"&nbsp;Mitanin Programme&nbsp;&nbsp;","show-menu=mp",,"Mitanin Programme",1
	,"&nbsp;Achievements&nbsp;&nbsp;","../shsrc/u_cons.htm",,"Achievements",1
	,"&nbsp;Publications&nbsp;&nbsp;","show-menu=pub",,"Publications",1
	,"&nbsp;Feedback&nbsp;&nbsp;","../shsrc/feedback.htm",,"Feedback",1
	,"&nbsp;Contact&nbsp;&nbsp;","../shsrc/contact.htm",,"Contact us",1
	,"&nbsp;Sitemap&nbsp;&nbsp;","../shsrc/u_cons.htm",,"Sitemap",1
	])

	addmenu(menu=["shrc",
	,,150,1,"",stylesub,,"left",effect,,,,,,,,,,,,
	,"&nbsp;History/Origin of SHRC&nbsp;","../shsrc/s_aboutus.htm",,"History/Origin of SHRC",1
	,"&nbsp;Faculty&nbsp;","../shsrc/s_stafflist.htm",,"Faculty",1
	,"&nbsp;The Institution&nbsp;","show-menu=institution",,";The Institution",1
	])

		addmenu(menu=["faculty",
		,,150,1,"",stylesub,,"left",effect,,,,,,,,,,,,
		,"List of Staff","http://www.shsrc.org/phrn/staff_list.htm ",,"List of Staff ",1
		])

		addmenu(menu=["institution",
		,,160,1,"",stylesub,,"left",effect,,,,,,,,,,,,
		,"A brief introduction about SHRC","../shsrc/s_aboutus.htm","target=_blank","A brief introduction about SHRC",1
		,"Governing Body and Executive Committee","../shsrc/s_govern.htm",,"Governing Body and Executive Committee",1
		,"Memorandum of Association","../shsrc/pdf/byelaws_cg_regn_Final.pdf target=_blank",,"Memorandum of Association",1
		,"MOU with the govt. of CG","../shsrc/pdf/MOUwithGovtofCG.pdf target=_blank",,"MOU with the govt. of CG",1
		,"Rules and Regulations","../shsrc/pdf/byelaws_cg_regn_FinalVer.pdf target=_blank",,"Rules and Regulations",1
		
		])

		addmenu(menu=["hsrc",
		,,210,1,"",stylesub,,"left",effect,,,,,,,,,,,,
		,"Studies","show-menu=studies",,"studies",1
		,"Policy development","show-menu=pdv",,"Policy development",1
		,"Mitanin Programme as Health Sector Reform","../shsrc/pdf/MitaninProgrammeasHealthSectorReform.pdf target=_blank",,"Mitanin Programme as Health Sector Reform",1
		,"Operationalising FRUs","show-menu=ofrus",,"Operationalising FRUs",1
		,"Situating Sub-centers & PHCs","show-menu=sscphc",,"Situating Sub-centers & PHCs",1
		,"Rational Drug use promotion","show-menu=rdup",,"Rational Drug use promotion",1
		,"Proposal Development","show-menu=pdev",,"Proposal Development",1
		,"Decentralization","show-menu=decent",,"Decentralization",1
		,"Creation of New Facilities","../shsrc/u_cons.htm",,"Creation of New Facilities",1
		,"Operationaising SIHFW","../shsrc/sihfw.htm",,"Operationaising SIHFW",1
		])

			addmenu(menu=["studies",
			,,160,1,"",stylesub,,"left",effect,,,,,,,,,,,,
			,"Workforce Management","../shsrc/pdf/wfmn.pdf target=_blank",,"Workforce Management",1
			,"Control of Malaria","../shsrc/pdf/WorkingPaper-I-MalariaWorkshop.pdf target=_blank",,"Control of Malaria",1
			,"Pattern of illness and household expenditure in rural CG","../shsrc/pdf/AAISubmissionVersionVillageStudy.pdf target=_blank",,"Pattern of illness and household expenditure in rural CG",1
			,"Birth Registration","../shsrc/pdf/BirthRegistration.pdf target=_blank",,"Birth Registration",1
			,"Private sector in emergency obstetric care","../shsrc/u_cons.htm",,"Private sector in emergency obstetric care",1
			,"Mitanin evaluation","../shsrc/pdf/MitaninInternalEvaluationReport.pdf target=_blank",,"Mitanin evaluation",1
			,"Indicator based village planning","../shsrc/pdf/SwasthPanchayatNote.doc target=_blank",,"Indicator based village planning",1
			,"Prescription analysis","../shsrc/pdf/PrescriptionAnalysisReportModified29122004.pdf target=_blank",,"Prescription analysis",1
			])

			addmenu(menu=["pdv",
			,,160,1,"",stylesub,,"left",effect,,,,,,,,,,,,
			,"Integrated health and population policy","../shsrc/pdf/CGH&PPolicyPre-FinalDraft.pdf target=_blank",,"Integrated health and population policy",1
			,"Drugs and supplies policy","show-menu=dshe",,"Drugs and supplies",1
			,"BCC strategy and implementation framework","../shsrc/pdf/BCCImplementationFramework.pdf target=_blank",,"BCC strategy and implementation framework",1
			,"Training policy","show-menu=tp",,"Training policy",1
			,"Policy for medically underserved areas","../shsrc/pdf/MedicallyUnderservedAreasdraft_3ii5.pdf target=_blank",,"Policy for medically underserved areas",1
			,"Policy framework for PPPs for emergency obstetric care","../shsrc/pdf/PPPModifiedProposal.pdf target=_blank",,"Policy framework for PPPs for emergency obstetric care",1		
			])

				addmenu(menu=["dshe",
				,,160,1,"",stylesub,,"left",effect,,,,,,,,,,,,
				,"Hindi Version","../shsrc/pdf/DrugPolicyHindi-New-3.pdf target=_blank",,"Hindi Version",1
				,"English Version","../shsrc/pdf/FinalDrugPolicyDraft.pdf target=_blank",,"English Version",1
				])

				addmenu(menu=["tp",
				,,160,1,"",stylesub,,"left",effect,,,,,,,,,,,,
				,"Hindi Version","../shsrc/pdf/TrainingPolicy-hindi4.pdf target=_blank",,"Hindi Version",1
				,"English Version","pdf/TrainingPolicyDraft-English.pdf target=_blank",,"English Version",1
				])

			//ofrus
			addmenu(menu=["ofrus",
			,,160,1,"",stylesub,,"left",effect,,,,,,,,,,,,
			,"The EQUIP approach","../shsrc/pdf/EquipApproach.pdf target=_blank",,"The EQUIP approach",1
			,"Multiskilling Medical Officers","../shsrc/u_cons.htm",,"Multiskilling Medical Officers",1
			,"24 hrs PHCs","../shsrc/u_cons.htm",,"24 hrs PHCs",1
			])


			//sscphc
			addmenu(menu=["sscphc",
			,,160,1,"",stylesub,,"left",effect,,,,,,,,,,,,
			,"Use of GIS","../shsrc/gis.htm",,"Use of GIS",1
			])

			//show-menu=rdup
			addmenu(menu=["rdup",
			,,160,1,"",stylesub,,"left",effect,,,,,,,,,,,,
			,"Essential drug use promotion","../shsrc/pdf/EssentialDruglist.pdf target=_blank",,"Essential drug use promotion",1
			,"Standard treatment guidelines for Medical officers","../shsrc/pdf/StandardTreatmentGuideline.pdf target=_blank",,"Standard treatment guidelines for Medical officers",1
			,"State drug formulary","../shsrc/u_cons.htm",,"State drug formulary",1
			,"Draft drug policy","show-menu=ddp",,"Draft drug policy",1
			])

				addmenu(menu=["ddp",
				,,160,1,"",stylesub,,"left",effect,,,,,,,,,,,,
				,"Hindi Version","../shsrc/pdf/DrugPolicyHindi-New-3.pdf target=_blank",,"Hindi Version",1
				,"English Version","../shsrc/pdf/FinalDrugPolicyDraft.pdf target=_blank",,"English Version",1
				])

			//pdev
			addmenu(menu=["pdev",
			,,160,1,"",stylesub,,"left",effect,,,,,,,,,,,,
			,"RCH-II proposal","../shsrc/pdf/NRHMandRCHPIPfor2006-07.pdf target=_blank",,"RCH-II proposal",1
			,"EU-state partnership plan proposal development","../shsrc/pdf/EUSPPProcessNote.pdf target=_blank",,"EU-state partnership plan proposal development",1
			])

			//decent
			addmenu(menu=["decent",
			,,160,1,"",stylesub,,"left",effect,,,,,,,,,,,,
			,"District level planning","../shsrc/u_cons.htm",,"District leverl planning",1
			,"Swasthya Panchayat","../shsrc/pdf/SwasthPanchayatNote.pdf",,"Swasthya Panchayat",1
			])

		//mp- mitanin programme
		addmenu(menu=["mp",
		,,175,1,"",stylesub,,"left",effect,,,,,,,,,,,,
		,"Programme Design & Conceptual Issues","../shsrc/pdf/1MitaninContextApproachandPolicyPerspective.pdf target=_blank",,"Programme Design & Conceptual Issues",1
		,"Evolution of the Programme","../shsrc/pdf/2BuildingonthePast-ApproachtoCommunityHealthAction.pdf target=_blank",,"Evolution of the Programme",1
		,"Selection of Mitanin","../shsrc/sel_mitanin.htm",,"Selection of Mitanin",1
		,"Traning of Mitanin","../shsrc/pdf/8TrainingStrategyCompetenciesandSupport.pdf target=_blank",,"Traning of Mitanin",1
		,"Programme Management/Methodology","../shsrc/p_method.htm",,"Programme Management/Methodology",1
		,"Programme Monitoring","../shsrc/u_cons.htm",,"Programme Monitoring",1
		,"Programme Outcomes","../shsrc/pdf/4ProgOutcomes.pdf target=_blank",,"Programme Outcomes",1
		,"Evaluation Studies","../shsrc/pdf/MitaninInternalEvaluationReport.pdf target=_blank",,"Evaluation Studies",1
		,"Mitanin Presentations","../shsrc/pdf/MitaninProgrammeSIPpresentation.ppt target=_blank",,"Mitanin Presentations",1
		])

		addmenu(menu=["pub",
		,,160,1,"",stylesub,,"left",effect,,,,,,,,,,,,
		,"Paper Published","../shsrc/listpub.htm",,"Paper Published",1
		

		
		])

			addmenu(menu=["studies",
			,,160,1,"",stylesub1,,"left",effect,,,,,,,,,,,,
			,"Workforce Management","../shsrc/pdf/wfmn.pdf target=_blank",,"Workforce Management",1
			,"Control of Malaria","../shsrc/u_cons.htm",,"Control of Malaria",1
			,"Pattern of Illness & Household Expenditure in Rural Chhattisgarh","../shsrc/u_cons.htm",,"Pattern of Illness & Household Expenditure in Rural Chhattisgarh",1
			,"Birth Registration","../shsrc/u_cons.htm",,"Birth Registration",1
			,"Private Sector in Emergency Obstetric Care","../shsrc/u_cons.htm",,"Private Sector in Emergency Obstetric Care",1
			,"Mitanin Evluation","../shsrc/pdf/MitaninInternalEvaluationReport.pdf target=_blank",,"Mitanin Evluation",1
			,"Indicator Based Village Planing","../shsrc/u_cons.htm",,"Indicator Based Village Planing",1
			,"Prescription Analysis","../shsrc/u_cons.htm",,"Prescription Analysis",1
			
		
		])

	addmenu(menu=["events",
	,,150,1,"",stylesub,,"left",effect,,,,,,,,,,,,
	,"&nbsp;Option 1","../shsrc/u_cons.htm",,"Option 1",1
	,"&nbsp;Option 2","../shsrc/u_cons.htm",,"Option 2",1
	])


	
dumpmenus()