var sections = [
    {   
        title:  "chi2011",
		subsections: []
    },
	{
		title: "program",
		subsections: [
		{
			title: "Overview",
			id: "index"
		},
		{
			title: "Final Program",
			id: "program"
		},
		{
			title: "Plenaries",
			id: "plenaries"
		},
		{
			title: "Courses",
			id: "Course"
		},
		{
			title: "Videos",
			id: "videos"
		},
		{
			title: "Interactivity",
			id: "interactivity"
		},
		{
			title: "Buxton Collection",
			id: "buxton"
		},	
		{
			title: "Awards",
			id: "awards"
		},	
		{
			title: "Special Events",
			id: "specialevents"
		}
		],
		id: "index"
	},
    {   
        title:  "attending",
	subsections: [
	{
		title: "Housing and Accommodations",
		id: "housing"
	},
	{
		title: "Registration",
		id: "registration"
	},
	/*
	{
		title: "Hosted Events",
		id: "events"
	},*/
	{
		title: "Visas",
		id: "visas"
	}]
    },
    {   
        title:  "authors",
	subsections: [{
		title: "Call for Participation",
		id: "index"
	},
	{
		title: "Format",
		id: "format"
	},
	{
		title: "Pub Ready Instructions",
		id: "pub-ready-format"
	},
	{
		title: "Guides",
		id: "guides"
	},
	{
		title: "PCS Submission FAQ",
		id: "authorsFAQ"
	},
	/*,
	{
		title: "Presenting",
		id: "presenting"
	},*/
	{
		title: "Madness",
		id: "madness"
	}]
    },
    {   
        title:  "sponsors",
	subsections: [{
		title: "Sponsor Information",
		id: "index"
	},
	{
		title: "CHI 2011 Sponsors",
		id: "sponsors"
	}]
    },
    {   
        title:  "recruiters",
	subsections: [{
		title: "Recruiter Information",
		id: "index"
	},
	{
		title: "CHI 2011 Recruiters",
		id: "recruiters"
	}]
    },
    {   
        title:  "exhibitors",
	subsections: [{
		title: "Exhibitor Information",
		id: "index"
	},
	{
		title: "CHI 2011 Exhibitors",
		id: "exhibitors"
	}]
    },
    {   
        title:  "organizers",
	subsections: [{
		title: "Organizing Committee",
		id: "index"
	}/*,
	{
		title: "Reviewers",
		id: "reviewers"
	}*/,
	{
		title: "Student Volunteers",
		id: "sv"
	}]
    },
    {   
        title:  "press",
	subsections: [{
		title: "Press Information",
		id: "index"
	},
	{
		title: "Media Clippings",
		id: "clips"
	},
	{
		title: "Preview",
		id: "preview"
	},
	{
		title: "Press Kit",
		id: "presskit"
	},
	{
		title: "Recommended by Day",
		id: "recommended"
	},
	{
		title: "Media Advisory",
		id: "advisory"
	}/*,
	{
		title: "Logos & Images",
		id: "logos"
	}*/]
    }
];

var communities = [
    {   
        title:  "design",
	color: "red",
	folderName: "design"
    },
        {   
        title:  "engineer",
	color: "green",
	folderName: "engineering"
    },
    {   
        title:  "manage",
	color: "orange",
	folderName: "management"
    },
    {   
        title:  "ux",
	color: "blue",
	folderName: "user_experience"
    },
        {   
        title:  "kids",
	color: "red",
	folderName: "child-computer-interaction"
    },
        {   
        title:  "entertain",
	color: "green",
	folderName: "games"
    },
    {   
        title:  "health",
	color: "orange",
	folderName: "health"
    },
    {   
        title:  "sustain",
	color: "blue",
	folderName: "sustainability"
    }

];

var menuItems = [
    {   
        id:  "29th-chi",
	text:  "29th CHI Conference"
    },
    {   
        id:  "attendees",
	text:  "2,500 Attendees"
    }/*,
    {   
        id:  "countries",
	text:  "38 Countries"
    },
    {   
        id:  "exhibitors",
	text:  "40-50 industry exhibitors"
    },
    {   
        id:  "pastchi",
	text:  "Past CHI Conferences"
    },
    {   
        id:  "media",
	text:  "Media Showcase"
    }*/
];
