function Go(location, cat_id) {
	var key = document.orderby.orderselect.options[document.orderby.orderselect.selectedIndex].value;
	var ref = location + 'index.php?pagina=adminangajati&offset=' + cat_id +'&orderby=' + key + '';		
	document.location.href = ref;
} 

