/************************************************************************
* The site_data file defines the menu structure and other site
* navigation elements.
* Values are stored in the _page object (an instance of _Page class),
* defined in the lib.js file
************************************************************************
*/
/* Define the site identitier */
_page.siteIdentifier = "Amigo Open Day"
_page.hideLeftNavigation = true
/* Define the related sites */
_page.sites[0] = new _Site("", "")
/* Define the site menu structure using an associative array */
_page.items["0"] = new _Item("Home", "http://www.extra.research.philips.com/amigo/index.htm")
_page.items["1"] = new _Item("Aim", "http://www.extra.research.philips.com/amigo/aim.htm")
_page.items["2"] = new _Item("Program", "")
_page.items["2_1"] = new _Item("Symposium", "http://www.extra.research.philips.com/amigo/symposium.htm")
_page.items["2_2"] = new _Item("Demo's", "http://www.extra.research.philips.com/amigo/demos.htm")
_page.items["2_3"] = new _Item("Posters", "http://www.extra.research.philips.com/amigo/posters.htm")
_page.items["3"] = new _Item("Registration", "http://www.extra.research.philips.com/amigo/registration.htm")
_page.items["4"] = new _Item("Location", "http://www.extra.research.philips.com/amigo/location.htm")
_page.items["5"] = new _Item("Hotels", "http://www.extra.research.philips.com/amigo/hotels.htm")
_page.items["6"] = new _Item("Contact", "http://www.extra.research.philips.com/amigo/contact.htm")
_page.items["7"] = new _Item("Partners", "http://www.extra.research.philips.com/amigo/partners.htm")
/* This table of content is required for the Autonomy crawler
*/