function changeAction(obj, newAction) {
        //alert ('In chnageAction');
        //alert ('button clicked =' + obj.value);
		obj.form.action = newAction;	
		return true;
}
