function get_scats(url) {
	scat = document.getElementById('f1').categorias.value;
	url = url + scat;
	goAJAX('s2',url,'');
	return false;
}