/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/

var MENU_ITEMS = [
	['Home', 'index.html' , {'tw' : '_parent'}],
        ['Organizing Committee', 'committees.htm' , {'tw' : '_parent'}],
 	['Tech. Prog. Committee', null, null,
			['Area Chairs ', 'TPC_areachairs.htm', {'tw': '_parent'}],
                        ['TPC Members ', 'TPC_members.htm', {'tw' : '_parent'}],
			['TPC Meeting ', 'TPC_Meeting.htm',  {'tw' : '_parent'}],
			['Guidelines for TPC and Reviewers ', 'guidelines.htm', {'tw' : '_parent'}],
	/*	 ['Contact Us','contact.htm', {'tw' : '_parent'}],*;
 	/*	 ['About INFOCOM', null, null], */
	],
	['Final Paper  Submission ', 'finalsubmissionInfo.htm', {'tw' : '_parent'}],
 	['Paper Submission', null, null,
  		['Call For Papers','call_for_papers.htm', {'tw' : '_parent'}],
		/*['Final Submission Guidelines', 'finalsubmissionInfo.htm', {'tw' : '_parent'}], */
		['Info For Authors','info_authors.htm', {'tw' : '_parent'}],
 	],
  	['Technical Program', null , null,
  		['Conference','conference_overview.htm', {'tw' : '_parent'}],
		['Technical Program', 'technicalProgram.htm', {'tw' : '_parent'}],
  		['Keynote Talks', 'keynotes.html', {'tw': '_parent'}],
		['Panels', 'panels.htm', {'tw' : '_parent'}],
 		['Workshops', 'workshops.htm', {'tw': '_parent'}],
   		['Student Workshop', 'www/index.shtml', {'tw': '_parent'}], 
		['Student Tutorial', 'tutorial.html', {'tw': '_parent'}],
		['Demos', 'demos.htm', {'tw': '_parent'}],
  	],
   ['Registration & Travel', null, null,
  	 	['Registration', 'conferenceRegistration.htm',  {'tw': '_parent'}],
		['Hotel Information', 'hotelInfo.htm',  {'tw': '_parent'}],
		['Student Travel Grants', 'travelGrants.htm', {'tw': '_parent'}],
		['Visa Information', 'visaInfo.htm', {'tw': '_parent'}],
  		['About Rio de Janeiro', 'aboutRio.htm',{'tw': '_parent'}],
   ],
    ['Sponsors and Patrons', 'sponsors.htm', {'tw': '_parent'}],
    ['Contact Us','contact.htm', {'tw' : '_parent'}],

	
];
