

function changeAction(action){
	
	alert(action);
	document.aboutO2c.action.value = action;

	return true;
	
}
