   function Launch(code,task,action,type) {
	document.menuform.code.value    = code;
	document.menuform.task.value    = task;
	document.menuform.action.value  = action;
	document.menuform.type.value  = type;
	document.menuform.submit(1);
   }
