/*
  --- 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_ITEMS1 = [
	['<img src="/2007/include/menu/guide.gif" border="0" alt="Festival Guide"/>', '/2007/guide/', null,
		['SCHEDULE', '/2007/guide/schedule.php'],
		['FILMS', '/2007/guide/films.php'],
		['TICKETS & PASSES', '/2007/guide/tickets_&_passes.php'],
		['SPECIAL EVENTS', '/2007/guide/special_events.php'],
	],
];

var MENU_ITEMS1ROLL = [
	['<img src="/2007/include/menu/guide_roll.gif" border="0" alt="Festival Guide"/>', '/2007/guide/', null,
		['SCHEDULE', '/2007/guide/schedule.php'],
		['FILMS', '/2007/guide/films.php'],
		['TICKETS & PASSES', '/2007/guide/tickets_&_passes.php'],
		['SPECIAL EVENTS', '/2007/guide/special_events.php'],
	],
];

var MENU_ITEMS2 = [
	['<img src="/2007/include/menu/involved.gif" border="0" alt="Get Involved"/>', '/2007/involved/', null,
		['VOLUNTEER', '/2007/involved/volunteer.php'],
		['DONATE', '/2007/involved/donate.php'],
		['SPONSOR', '/2007/involved/sponsor.php'],
		['STAFF AREA', 'http://www.anchoragefilmfestival.org/projects/'],
	],
];

var MENU_ITEMS2ROLL = [
	['<img src="/2007/include/menu/involved_roll.gif" border="0" alt="Get Involved"/>', '/2007/involved/', null,
		['VOLUNTEER', '/2007/involved/volunteer.php'],
		['DONATE', '/2007/involved/donate.php'],
		['SPONSOR', '/2007/involved/sponsor.php'],
		['STAFF AREA', '/projects/'],
	],
];

var MENU_ITEMS3 = [
	['<img src="/2007/include/menu/filmmaker.gif" border="0" alt="Filmmaker Area"/>', '/2007/filmmaker/', null,
		['SUBMISSION INFO', '/2007/filmmaker/submission_info.php'],
		['FESTIVAL SELECTIONS', '/2007/filmmaker/festival_selections.php'],
		['49TH REEL', '/2007/filmmaker/49th_reel.php'],
		['TRAVEL INFO', '/2007/filmmaker/travel_info.php'],
		['AT THE FEST', '/2007/filmmaker/at_the_fest.php'],
	],
];

var MENU_ITEMS3ROLL = [
	['<img src="/2007/include/menu/filmmaker_roll.gif" border="0" alt="Filmmaker Area"/>', '/2007/filmmaker/', null,
		['SUBMISSION INFO', '/2007/filmmaker/submission_info.php'],
		['FESTIVAL SELECTIONS', '/2007/filmmaker/festival_selections.php'],
		['49TH REEL', '/2007/filmmaker/49th_reel.php'],
		['TRAVEL INFO', '/2007/filmmaker/travel_info.php'],
		['AT THE FEST', '/2007/filmmaker/at_the_fest.php'],
	],
];

var MENU_ITEMS4 = [
	['<img src="/2007/include/menu/programs.gif" border="0" alt="Other Programs"/>', '/2007/programs/', null,
	],
];

var MENU_ITEMS4ROLL = [
	['<img src="/2007/include/menu/programs_roll.gif" border="0" alt="Other Programs"/>', '/2007/programs/', null,
	],
];

var MENU_ITEMS5 = [
	['<img src="/2007/include/menu/about.gif" border="0" alt="About Us"/>', '/2007/about/', null,
		['PRESS ROOM', '/2007/about/press_room.php'],
		['PHOTO ALBUM', 'http://www.anchoragefilmfestival.org/album/'],
		['PAST FESTIVALS', '/2007/about/past_festivals.php'],
		['AMIPA', '/2007/about/amipa.php'],
		['CONTACT', '/2007/about/contact.php'],
	],
];

var MENU_ITEMS5ROLL = [
	['<img src="/2007/include/menu/about_roll.gif" border="0" alt="About Us"/>', '/2007/about/', null,
		['PRESS ROOM', '/2007/about/press_room.php'],
		['PHOTO ALBUM', 'http://www.anchoragefilmfestival.org/album/'],
		['PAST FESTIVALS', '/2007/about/past_festivals.php'],
		['AMIPA', '/2007/about/amipa.php'],
		['CONTACT', '/2007/about/contact.php'],
	],
];

