############################################
File:		Menu.FPL
Author:		Kjell Ericson/Daniel Stenberg
Email:		kjer@pki.philips.se / dast@sth.frontec.se
Short:		Sets up a brand new menu strip!
Version:	1.14
Date:		31.8.95
Local settings:
Global settings:
Keysequence:	lots of them
Type:		menu
Prereq:
############################################

FUNCTION
  This file builds a new menu strip, and replaces the old one entirely.

HISTORY
  1.1	Changed format a lot in the file. Better support for new languages!
  1.2	Removed the MenuBuild() in the bottom! This is made in the end of the
	FrexxEd.FPL instead, to enable programs in User.FPL to append to the
	menu very easy!
  1.3   Appended 'Special_AssignkeyBuffer'.
  1.4   Appended Help.
  1.5   Replaced the occurences of Sprintf() with sprintf().
  1.6   Uses the new LoadMacro() function.
  1.7   Added the new 'program' item under the customizing title, please
        add your program's own customizing windows as subitems on the
        coordinates 6, 6, -1!!!
  1.8   Proper error message on the status line when save fails!
  1.9   Now displays proper german menus! (misspelled 'deutsch' in the
        previous version!)
  1.10  Removed the short cut for resize view
	Added the Edit->fold submenu.
  1.11	Added Block->Mark Line
	Added Special->Rename Symbol
	Fixed the german fold texts.
  1.12	Moved the fold-shortcuts to the numerical keyboard.
  1.13	Added the norwegian menu texts written by Jon-Inge Paulsen.
  1.14	Added shortkeys to the project functions.
	Now makes a "project_dir" info variable.
