/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/

/* menu 1 */

var MENU_ITEMS = [
        ['Home, Info, Swap, Links & Lots more', null, null,
                ['Home', 'index.htm'],
		['Privacy Policy', 'policy.htm'],
		['About Me', 'aboutme.htm'],
		['Swap or Trade', 'swap.htm'],
		['Info Needed', 'infopage.htm'],
		['About pens',null, null,
		        ['Lever fill', 'leverfill.htm'],
		        ['Button fill', 'buttonfill.htm'],
                            ],
		['Links', 'linkspage.htm']
        ],

/* menu 2 fountain pens */

	['Fountain Pens', null, null,
		['Parker', null, null,
			['Parker 1',  'parker1.htm'],
			['Parker 2',  'parker2.htm'],
			['Parker Set',  'parkerset.htm']
		],
                ['Sheaffer', null, null,
                        ['Sheaffer 1', 'sheaffer1.htm'],
                        ['Sheaffer 2', 'sheaffer2.htm'],
                ],
                ['Conway Stewart', 'constewart1.htm'],

		['Mabie Todd (Swan)', 'toddswan.htm'],
                ['Waterman', 'waterman.htm'],
                ['Platignum', 'platingnum.htm'],
                ['Other Makes', null, null,
                        ['Other Makes 1', 'otherpens.htm'],
                        ['Other Makes 2', 'otherpens2.htm'],
                ],
	],

/* menu 3 ball point pens */

	['Ball Point Pens', null, null,
		['Parker', null, null,
			['Parker 1',  'parkball1.htm'],
			['Parker 2',  'parkball2.htm'],
			['Parker Set',  'parkerballset.htm']
		],
                ['Sheaffer', 'sheafferball.htm'],
                ['Other', 'otherball1.htm'],
	],

/* menu 4 dip pens */

	['Dip Pens Porte-Crayon', null, null,
		['Silver', 'silverdip.htm'],
		['Bone / Ivory', 'bonepearl.htm'],
		['Porcupine', 'porquill.htm'],
		['Wooden Shaft', null, null,
			['Wooden Shaft 1', 'wooddip.htm'],
			['Wooden Shaft 2', 'wooddip2.htm'],
		],
		['Other Dip Pens', 'otherdip.htm'],
		['Porte-Crayon', 'portecrayon.htm '],	
	],

/* menu 5 pencils */

        ['Propelling & retractable  Pencils', null, null,
		['Gold Plate', 'goldpencil.htm'],
		['Silver & Plate', 'pencil1.htm'],
		['Bone / Ivory', 'pencilivory.htm'],
		['Other pencils 1', 'pencil2.htm'],
		['Other pencils 2',  'pencil3.htm']
	],

/* menu 6 nib pens */

	['Nibs (Pens)  (Steel Nibs)', null, null,
		['E. J. Arnold', null, null,
			['Nib Boxes',  'arnoldbox.htm'],
			['Nibs',  'construction.htm'],
		],
		['C Brandauer', null, null,
			['Nib Boxes',  'brandbox.htm'],
			['Nibs',  'construction.htm'],
		],
		['J Challenge', null,null,
			['Nib Boxes', 'challengebox.htm'],
			['Nibs', 'construction.htm'],
		],
		['Esterbrook', 'construction.htm'],
		['Geo. W. Hughes', 'construction.htm'],
		['Joseph Gillott', null, null,
			['Nib Boxes', 'gillottbox.htm'],
			['Nibs', 'construction.htm'],
		],
		['Great Western', 'construction.htm'],
		['Hinks Wells', 'construction.htm'],
		['Mudies', 'construction.htm'],
		['MacNiven & Cameron', null, null,
			['Nib Boxes',  'macnivenbox.htm'],
			['Nibs',  'construction.htm'],
                ],
		['William Mitchell', null, null,
			['Nib Boxes',  'wmitchelbox.htm'],
			['Card Sets',  'wmitchelcard.htm'],
			['Nibs',  'construction.htm'],
                ],

	],


/* menu 7 ink Bottles & Ink wells */

	['Ink bottles and Ink wells', null, null,
		['Old Ink bottles', null, null,
			['Aqua glass 1', 'aquaglass1.htm'],
			['Aqua glass 2', 'aquaglass2.htm'],
			['Glass', 'glassinkbottles.htm'],
			['Earthenware', 'potbottles1.htm'],
		],
		['Later Ink Bottles', null, null,
			['Parker', 'parkerinkbottles.htm'],
			['Other', 'otherinkbottles.htm'],
		],
		['Ink wells', null, null,

			['Glass complete', 'glassinkwells.htm'],
			['Glass incomplete', 'glasswells.htm'],
			['Bakelite & others', 'bakeinkwells.htm'],
			['Metal & Silver', 'metalinkwells.htm'],
		],
		['School (desk) type', 'schoolinkwells.htm'],
		['Eradicator', 'eradicator.htm'],
	],

/* meni 8 HMSO */

	['Her Majestys Stationery Office',null, null,
		['Information', 'soinformation.htm'],
		['Dip Pens', 'sowooddip.htm'],
		['Sealing Wax', 'sowax.htm'],
		['Staple Machine', 'construction.htm'],
	],


/* menu 9 misc items */

	['Miscellaneous', null, null,
		['Pen Holders', 'construction.htm'],
		['Perpetual calendar  ', 'construction.htm'],
		['Pencil sharpener', 'sharpeners.htm'],
		['Ink blotter', 'inkblotters.htm'],
		['Writing case', 'construction.htm'],
		['Tins', 'construction.htm'],
		['Miscellaneous', 'construction.htm'],
	],

/* menu 10 contact by email */

	['- - E-Mail - - Guest Book', null, null, 
/*		['E-mail', 'mailto:dennis@my-penhobby.co.uk?subject=Pen Web Site'], */
                            ['E-Mail Me','mailme.htm'],
		['Guest Book', 'guest.htm'],
		
	], 

];

