/************************************************************************
* 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 Challenge"
_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/amigochallenge/index.htm")
_page.items["1"] = new _Item("News","http://www.extra.research.philips.com/amigochallenge/news.htm")
_page.items["2"] = new _Item("Amigo","http://www.extra.research.philips.com/amigochallenge/amigo.htm")
_page.items["3"] = new _Item("Challenge", "http://www.extra.research.philips.com/amigochallenge/challenge.htm")
_page.items["4"] = new _Item("Procedure", "http://www.extra.research.philips.com/amigochallenge/procedure.htm")
_page.items["5"] = new _Item("Committee", "http://www.extra.research.philips.com/amigochallenge/committee.htm")
_page.items["6"] = new _Item("Architecture", "http://www.extra.research.philips.com/amigochallenge/software.htm")
_page.items["7"] = new _Item("Tutorials", "http://www.extra.research.philips.com/amigochallenge/tutorials.htm")
_page.items["8"] = new _Item("Support", "http://www.extra.research.philips.com/amigochallenge/support.htm")
//_page.items["9"] = new _Item("Submission", "http://www.extra.research.philips.com/amigochallenge/registration_form.htm","linktype=off-site, newwindow=yes", "height=675, width=780, toolbar=0, scrollbars=yes, directories=no, menubar=no, location=no, resizable=0, personalbar=no, status=0, left=0, top=0, leftmargin=0, topmargin=0")
_page.items["9"] = new _Item("Links", "http://www.extra.research.philips.com/amigochallenge/links.htm")
/* This table of content is required for the Autonomy crawler
*/