<!--
function fwLoadMenus(strBaseURL) {
	if (window.nav_parkway) return;

	// REU Properties
	window.nav_property = new Menu("root",195,20,"Verdana, Helvetica, sans-serif",11,"#ffffff","#000000","008CA8","efefef");
	nav_property.addMenuItem("&nbsp;Campus Carrée","location='" + strBaseURL + "Campus_Carree.asp'");
	nav_property.addMenuItem("&nbsp;Hewlett Packard","location='" + strBaseURL + "hewlett_packard.asp'");
	nav_property.addMenuItem("&nbsp;Honeywell","location='" + strBaseURL + "honeywell.asp'");
	nav_property.addMenuItem("&nbsp;Medicent Innsbruck","location='" + strBaseURL + "innsbruck.asp'");
	nav_property.addMenuItem("&nbsp;Medicent Salzburg","location='" + strBaseURL + "salzburg.asp'");
	
	nav_property.addMenuItem("&nbsp;Nike European Headquarters","location='" + strBaseURL + "Nike_Euro_Headquaters.asp'");
	nav_property.addMenuItem("&nbsp;Olof-Palme Strasse","location='" + strBaseURL + "Olof_Palme_Strasse.asp'");
	nav_property.addMenuItem("&nbsp;Stettiner Carrée","location='" + strBaseURL + "Zinnowitzer_Strasse.asp'");
	//nav_property.addMenuItem("&nbsp;Hermes Plaza","location='" + strBaseURL + "Hermes_Plaza.asp'");
	
	
	
	nav_property.hideOnMouseOut=true;



	// NHP Portfolio
	window.nav_property_nhp = new Menu("root",195,20,"Verdana, Helvetica, sans-serif",11,"#ffffff","#000000","008CA8","efefef");
	nav_property_nhp.addMenuItem("&nbsp;NHP Portfolio","location='" + strBaseURL + "portfolio_NHP.asp'");
	nav_property_nhp.addMenuItem("&nbsp;MPC portfolio","location='" + strBaseURL + "portfolio_MPC.asp'");
	nav_property_nhp.addMenuItem("&nbsp;St Lazare","location='" + strBaseURL + "portfolio_StLazare.asp'");
	nav_property_nhp.addMenuItem("&nbsp;Poultry","location='" + strBaseURL + "portfolio_Poultry.asp'");
	nav_property_nhp.addMenuItem("&nbsp;German Retail Portfolio","location='" + strBaseURL + "portfolio_GermanRetail.asp'");
	nav_property_nhp.hideOnMouseOut=true;


	// Generate
	nav_property_nhp.writeMenus();

} // fwLoadMenus()

//-->