function doAction(actionToDo){
	var str = actionToDo +" needs to be immplemented.";
	alert(str);
}