// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]
// use the builder to export errors free structure if you experience problems with the syntax

var MENU_ITEMS0 = [
	['Home', 'index.aspx', null,
	
		
	]
];

var MENU_ITEMS = [
	['The Reuben Brothers', '#', null,
		['David & Simon Reuben', 'Home.aspx', null,],
		['Reuben Brothers S.A.', 'ReubenBrothersSA.aspx', null,],
		['The Reuben Foundation','Foundation.aspx', null,],
		['Advisors','Advisors.aspx',null,]
	]
];

var MENU_ITEMS2 = [
	['Our Business', '#', null,
	    ['Timeline','TimeLine.aspx',null,],
	    ['Principal Investments','AirportInvestments.aspx',null,
	      ['Aviation  Investments','aircraftinvestments.aspx',null,
	          
	            ['Aircraft Investments','aircraftinvestments.aspx',null,],
	              ['London Oxford Airport','OxfordAirport.aspx',null,
	            ]
	        ],  
	          ['Global Switch','GlobalSwitch.aspx',null,
	          ],
	        ['Leisure Investments','NorthernRacing.aspx',null,
	            ['Northern Racing','NorthernRacing.aspx',null,],
	            ['Wellington Pub Co.','WellingTonPubCompany.aspx',null,],
	            ['Travelodge','TravelLodge.aspx',null,],
	            ['Spirit Pubs','SpiritPubs.aspx',null,]
	        ],
	       
	       ['Wind Farm Investments','wfinvestments.aspx',null,
	       ],
	         
	        ['Other Investments','#',null,
	        ['LUUP','LUUP.aspx',null,],
	         ['Kyp','KYPSystems.aspx',null,],
	          ['Metalloyd','Metalloyd.aspx',null,],
	          ['Kristal Waters','KristalWaters.aspx',null,]
	        ],
	         
	        
	    ],
	    ['Venture Capital','VentureCapital.aspx',null,
	        ['Real Imaging','RealImaging.aspx',null,],
	        ['Rainbow Medical','RainbowMedical.aspx',null,]
	        //['Kyp','KYPSystems.aspx',null,]
	       // ['Contopronto','Contopronto.aspx',null,]
	    ],
	    ['Real Estate','Real_Estate.aspx',null,
	       	
	       	['Own Real Estate Holdings','OwnRealEstateHoldings.aspx',null,],
	       	['Retail&nbsp;Holdings&nbsp;&&nbsp;Developments','RetailHoldingsDevelopments.aspx',null,],
	       	['Data Centres','AdditionalDataCentres.aspx',null, ],
	       	['Own Developments','owndevelopments.aspx',null,],
	       	['Joint&nbsp;Venture&nbsp;Developments','JointVenture_Holdings.aspx',null,],
	        ['Joint Venture Holdings','JointVentureProperty_Holdings.aspx',null,]
//	        ['Retail Development','RetailDevelopment.aspx',null,]                       

	    ]
	]
];
var MENU_ITEMS3 = [
	['News', 'PressReleases.aspx', null,
		['Articles', 'Articles.aspx',null,],
		['Press Releases', 'PressReleases.aspx',null,]
	]
];
var MENU_ITEMS4 = [
	['Contact', 'contactus.aspx',null,
	    ['General Contacts','contactus.aspx',null,],
		['Aldersgate', 'Aldersgate.aspx',null,]
	]
];
