function loadFaq(valore){
	thisform = document.faq_selection;
	
	if(valore != ""){
		thisform.submit();
	}
}
