function update_teruletszuro(p_this){
	min=document.getElementsByName('keresoform[terulet_minszuro]');
	max=document.getElementsByName('keresoform[terulet_maxszuro]');
	
	val=p_this.options[p_this.selectedIndex].value.toString().split('|');
	min[0].value=val[0];
	max[0].value=val[1];
}
