function applyFormAction(sForm,sAction){
	var oForm = getObject(sForm)
	oForm.action = sAction	
}