//.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 :: Environmental Economic Policy'); 
document.write('<option value=none>-----------------------------------------------------------------------'); 
document.write('<option value="../policy_options/policy_options.html">Policy Options to Solve Post-Tsunami Fishery Issues');
document.write('<option value="../global_forest_governance/global_forest.html">Global Forest Governance Project: Strengthening Voices for Better Choices');
document.write('<option value="../costs_gov_healthcare/healthcare.html">Costs to Government Healthcare Services of Pesticide Poisoning Treatment in Sri Lanka');
document.write('<option value="../poverty_and _social_psia/psia.html">Poverty and Social Impact Analysis (PSIA) of Sri Lankas Land Policy Reforms');
document.write('<option value="../stake_net_fishery_negombo/fishery_negombo.html">Stake-Net Fishery in Negombo Lagoon- As a Successful Example for Common Property Management');
document.write('<option value="../cost_benefit_analysis_composting/composting.html">Cost- Benefit Analysis of Composting Practices in the Western Province of Sri Lanka');
document.write('<option value="../study_post_consumer_plasti/consumer_plasti.html">Study on Post-Consumer Plastics in Sri Lanka');
document.write('<option value="../reducing_indoor_air_pollution/air_pollution.html">Reducing Indoor Air Pollution in Sri Lanka- Is the Situation Improving');

document.write('</select>');
document.write('</form>');

