//.para {
//	font-family: Arial, Helvetica, sans-serif;
	//font-size: 9pt;
	//line-height: 1.5;
//}
<!--
function go(){
if (document.selecter.select1.options[document.selecter.select1.selectedIndex].value != "none") {
location = document.selecter.select1.options[document.selecter.select1.selectedIndex].value
		}
	}


	
<!--
document.write('<form name="selecter"><select name="select1" size=1 onclick="go()" class="s">');
document.write('<option value=none>Research Projects ::  Health Policy Programme '); 
document.write('<option value=none>-----------------------------------------------------------------------'); 
document.write('<option value="../early_child_care/early_child_care.html">Evaluation of Early Child Care Development Programme - 2008/2009');
document.write('<option value="../social_pension/social_pension.html">Feasibility Study of a Social Pension in Sri Lanka 2008');
document.write('<option value="../national_health/national_health.html">Sri Lanka National Health Accounts');
document.write('<option value="../census_private/census_private.html">Census of Private, Co-operative and Estate Hospitals');
document.write('<option value="../safe_alcohol/safe_alcohol.html">Safe Alcohol Policy to Prevent Alcohol Related Harm');
document.write('<option value="../public_expenditure/public_expenditure.html">Sri Lanka Public Expenditure Review-Health Sector 2004');
document.write('<option value="../primary_level/primary_level.html">Case Studies of Primary Level Maternal and Child Health Care Providers in Sri Lanka 2003');
document.write('<option value="../operating_efficiency/operating_efficiency.html">Operating Efficiency in Public Sector Health Facilities in Sri Lanka: Measurement and Institutional...');
document.write('<option value="../survey_growth/survey_growth.html">Survey on the Growth and Development of Private Health Insurance and its Impact... ');
document.write('<option value="../preliminary_assessment/preliminary_assessment.html">Preliminary Assessment of Sri Lanka’s Health Sector 2000');
document.write('<option value="../compact_budget/compact_budget.html">Monitoring the 20/20 Compact on Budget and Aid Restructuring 1999');
document.write('<option value="../population_projections/population_projections.html">Population Projections for Sri Lanka, 1991-2041');
document.write('<option value="../responses_population/responses_population.html">Responses to Population Ageing: A Review of International Experience 1997');
document.write('<option value="../fiscal_incentives/fiscal_incentives.html">Fiscal Incentives for the Development of Health Services in Sri Lanka');
document.write('</select>');
document.write('</form>');

