/*
  --- menu items --- 
*/
var MENU_ITEMS = [
	['home', 'home.php', null],
	['details', null, null,
	    ['the house&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;>>', 'houseDetails.php', null,
	    	['rooms and sizes', 'houseDetails.php#rooms', null],
	    	['listing', 'houseDetails.php#listing', null],
	    	['internal systems', 'houseDetails.php#intsys', null],
	    	['history', 'houseDetails.php#history', null]
	    ],
		['outbuildings&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;>>', 'outbuildings.php', null,
			['buildings and sizes', 'outbuildings.php#rooms', null],
			['listing', 'houseDetails.php#listing', null],
			['swimming pool', 'pool.php', null],
			['history', 'outbuildings.php#history', null],
			['pictures', 'outbuildings.php#pictures', null]
		],
		['the land', 'land.php', null],
		['location and transport', 'houseDetails.php#location', null],
		['schools', 'houseDetails.php#schools', null]
	],
	['pictures - the house', null, null,
		['upstairs', 'upstairs.php', null],
		['downstairs', 'downstairs.php', null],
		['cellar', 'cellar.php', null],
		['out buildings', 'outbuildings.php#history', null],
		['swimming pool', 'pool.php', null]
	],
	['pictures - outside', null, null,
		['the garden&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;>>', null, null,
		    ['the pond', 'pond.php', null],
			['herb garden', 'herb.php', null],
			['vegetable garden', 'veg.php', null],
			['rose garden', 'rose.php', null],
			['side of the house', 'side.php', null],
			['the yard', 'yard.php', null],
			['the house - front', 'houseFront.php', null],
			['the house - side', 'houseSide.php', null],
			['tennis court', 'tennis.php', null],
			['the rest of the garden', 'otherGarden.php', null]
		],
		['the fields', 'land.php', null],
	    ['the seasons&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;>>', null, null,
	        ['spring', 'spring.php', null],
			['summer', 'summer.php', null],
			['autumn', 'autumn.php', null],
			['winter', 'winter.php', null]
		],
		['the surrounding area', 'surround.php', null]
	],
	['contact us', 'contact.php', null]
];

