function reload_cil(select) {	
	var number = select.selectedIndex;	
	var path = select.options[number].value;
	
	if (path != "false") window.location=path;
}