var TREE_NODES = [
    ['Home', 'home.html', '_self',
    ],
    ['Call for Papers', 'cfp.html', '_self',
    ],
    ['Author Guidelines', 'submissions.html', '_self',
    ],
    ['Important Dates', 'imp_dates.html', '_self',
    ],
    ['Committees', null, null,
            ['Organizing Committee', 'org_comm.html','_self'],
            ['Program Committee', 'prog_comm.html','_self'],
            ['Steering Committee', 'steer_comm.html','_self'],
    ],
    ['Workshop Program', 'tech_program.html','_self',
	],
    ['Registration', 'registration.html','_self',
    ],
    ['Venue', null,null,
            ['Conference Location', 'site.html','_self'],
            ['Travel Guide',  'travel.html','_self'],
            ['Accommodation',  'hotel.html','_self'],
            ['Visa Information',  'visa.html','_self'],
    ],
    
    ['Contact us', 'mailto:novella@di.uniroma1.it?subject=AAA-IDEA 2006','_self',
    ],
	['Previous editions', null,null,
		['2005', '2005/index.html','_parent'],

    ],
];

