	function finhighlight(finclass){
		document.getElementByClass(finclass).focus();
		document.getElementByClass(finclass).select();
	}
	
