/* --- menu items --- */
var MENU_ITEMS0 = [
	['Red', 'index.php?func=RW', {'sh':20, 'bl':130}],
	['White', 'index.php?func=WW', {'sh':20, 'bl':130}],
	['Rose', 'index.php?func=RS', {'sh':20, 'bl':130}],
	['Champagne', 'index.php?func=CP', {'sh':20, 'bl':130}],
	['Sparkling', 'index.php?func=SP', {'sh':20, 'bl':130}],
	['Dessert', 'index.php?func=DW', {'sh':20, 'bl':130}],
	['--------------------------', '', {'sh':2, 'bl':130}],
	['Wedding Party', 'index.php?func=RW&spec=WD', {'sh':20, 'bl':130}],
	['--------------------------', '', {'sh':2, 'bl':130}],
	['France&nbsp;>', null, {'bl':130},
		['Champagne', 'index.php?func=FRA_CP'],
		['Bordeaux', 'index.php?func=FRA_BRED'],
		['Burgundy', 'index.php?func=FRA_BURGUNDY'],
		['Alsace', 'index.php?func=FRA_ALSACE']
	],
	['Australia&nbsp;>', null, {'sh':20, 'bl':130},
		['South', 'index.php?func=AUS_SOUTH', {'sh':20, 'bl':130}
		],
		['New South Wales&nbsp;>', null, {'sh':20, 'bl':130}, 
			['Hunter Valley', 'index.php?func=AUS_HV']
		],
		['Western&nbsp;>', null, {'sh':20, 'bl':130}, 
			['Margaret River', 'index.php?func=AUS_MR']
		]
	],
	['New Zealand&nbsp;>', null, {'sh':20, 'bl':130},
		['Nelson', 'index.php?func=NZ_NELSON']
	],
	['California&nbsp;>', null, {'sh':20, 'bl':130},
		['Napa Valley', 'index.php?func=USA_NAPA']
	],
	['Italy&nbsp;>', null, {'sh':20, 'bl':130},
		['Barolo', 'index.php?func=ITALY_BAROLO']
	],
	['--------------------------', '', {'sh':2, 'bl':130}],
	['Glasses Products&nbsp;>', null, {'sh':20, 'bl':130},
		['Wine Glasses', 'index.php'],
		['Decanter', 'index.php']
	],
	['Accessories', 'index.php?func=ACCESSORIES']
];
