// menu_items.js file
// comments block here

var MENU_ITEMS =[
	[">>> HOME <<", "http://www.shot777.info/dreamhome/default.htm", "_top"],
	[">DREAMHOME", 0, 0,
		[">>>>> WELCOME <<<<<", "http://www.shot777.info/dreamhome/enhome/words/en_why_i_do.html", "_top",
			[">>>>>>> FAQ <<<<<<<", "http://www.shot777.info/dreamhome/enhome/words/en_est_hedgy.html", "_top",
				[">>>>> PRICES <<<<<", "http://www.shot777.info/dreamhome/enhome/words/en_est_conditions_prices.html", "_top"],
			],
		],
	],
	[">PROGRAMMES", 0, 0,
		["DREAMHOME PROGRAMME", "http://www.shot777.info/dreamhome/enhome/words/en_est_programme.html", "_top",
			["DREAMLAND PROGRAMME", "http://www.shot777.info/dreamhome/enhome/words/en_drm_programme.html", "_top"],
		],
	],
	[">>> WHY? <<", 0, 0,
		[">> WHY AN EXESTANT ? <", "http://www.shot777.info/dreamhome/enhome/words/en_why_est.html", "_top"],
	],
	[">>> HOW? <<", 0, 0,
		[">>> HOW TO DO IT ? <<<", "http://www.shot777.info/dreamhome/enhome/words/en_est_hedgy.html", "_top"],
	],
	[">>> DEMO <<", 0, 0,
		[">> DEMO REAL - ESTATE !", "http://www.shot777.info/realestate/propertylistings.asp?propertyID=1", "_blank"],
	],
	["> CONTACT <", "http://www.shot777.info/home_mail_forms/en/en_home_mailform.html", "_blank"],
];

