function manageFunctions(from2) {

	if (from2 == "prov") {
		formValue = document.myForm3.prov.value;
		window.location = "../propadmin/alterfunctions.php?from=modifyfunctions&action=adding&from2="+from2+"&formvalue="+formValue;
	}
	if (from2 == "area") {
		formValue = document.myForm3.area.value;
		area_province = document.myForm3.area_prov.value;
		window.location = "../propadmin/alterfunctions.php?from=modifyfunctions&action=adding&from2="+from2+"&formvalue="+formValue+"&area_province="+area_province;
	}
	if (from2 == "saletype") {
		formValue = document.myForm3.saletype.value;
		window.location = "../propadmin/alterfunctions.php?from=modifyfunctions&action=adding&from2="+from2+"&formvalue="+formValue;
	}
	if (from2 == "propdescr") {
		formValue = document.myForm3.propdescr.value;
		window.location = "../propadmin/alterfunctions.php?from=modifyfunctions&action=adding&from2="+from2+"&formvalue="+formValue;
	}
} 
