function setoptions(aa){

	document.form_COMP.select.options[0] = new Option("MAX HEAD/FLOW ","hq_chart.html");
	document.form_COMP.select.options[1] = new Option("TEMPERATURE","temp_chart.html");
	
	document.form_COMP.select.selectedIndex = aa;
		
}