// menu_items.js file
// comments block here

var MENU_ITEMS =[
	["Home", "http://suta.org/index.php"],
	["About SUTA", null,
		["About SUTA", "modules.php?op=modload&name=News&file=article&sid=121"],
		["History", "modules.php?op=modload&name=News&file=article&sid=9&mode=thread&order=0&thold=0"],
		["Vision and Mission", "modules.php?op=modload&name=News&file=article&sid=10&mode=thread&order=0&thold=0"],
		["By-Laws", "modules.php?op=modload&name=News&file=article&sid=36&mode=flat&order=1&thold=0"],
		["Contact Us", "modules.php?op=modload&name=News&file=article&sid=13&mode=thread&order=0&thold=0"]
	],
	["Membership", null,
		["About Membership", "modules.php?op=modload&name=News&file=article&sid=12&mode=thread&order=0&thold=0"],
		["Members Roster", "modules.php?op=modload&name=Members_List&file=index"],
		["Membership Fee Payment", "modules.php?op=modload&name=News&file=article&sid=116"],
		["Become a Member", "user.php?op=check_age&module=NS-NewUser"]
	],
	["Benefits<sup><font color='white'>New</font></sup>", "modules.php?op=modload&name=News&file=article&sid=124"],
	["Chapters", null,
		//["European Chapter", "modules.php?op=modload&name=chapters&file=index&chapter=2"],
		["New England Chapter", "modules.php?op=modload&name=chapters&file=index&chapter=3"],
		["Northern California Chapter", "modules.php?op=modload&name=chapters&file=index&chapter=5"],
		["Southern California Chapter", "modules.php?op=modload&name=chapters&file=index&chapter=4"],
		["Toronto Chapter", "modules.php?op=modload&name=chapters&file=index&chapter=6"],
		["Vancouver Chapter", "modules.php?op=modload&name=chapters&file=index&chapter=1"],
		["United Kingdom Chapter", "modules.php?op=modload&name=chapters&file=index&chapter=8"],
		["Sweden Chapter", "modules.php?op=modload&name=chapters&file=index&chapter=9"],
		["Germany Chapter", "modules.php?op=modload&name=chapters&file=index&chapter=10"],
		["Michigan Chapter", "modules.php?op=modload&name=chapters&file=index&chapter=12"],
		["Other Countries", "modules.php?op=modload&name=chapters&file=index&chapter=11"]

	],
	["News/Articles", null,
		["All Topics", "modules.php?op=modload&name=Topics&file=index"],
		["News", "modules.php?op=modload&name=News&file=index&catid=&topic=4"],
		["Articles", "modules.php?op=modload&name=News&file=index&catid=&topic=8"],
		["Interview", "modules.php?op=modload&name=News&file=index&catid=&topic=7"],
		["Scientific Articles", "modules.php?op=modload&name=News&file=index&catid=&topic=16"],
		["Anouncements", "modules.php?op=modload&name=News&file=index&catid=&topic=5"],
		["Monthly Archive", "modules.php?op=modload&name=Archive&file=index"],
		["Post an Article", "modules.php?op=modload&name=Submit_News&file=index"]
	],
	["Forums", "modules.php?op=modload&name=PNphpBB2&file=index"],
	["Business/Jobs", null,
		["Create/Update CV", "index.php?module=phPro&type=resume"],
		["Post your Jobs", "index.php?module=phPro&type=admin"],
		["Business Directory", "index.php?module=bizpages"],
		["Post Your Business ", "index.php?module=bizpages&type=admin&func=suggest&id=&mfunc=suggest"]
	],
	["Postings", null,
		["Eventc Calendar >>", null,
			["Add an Event", "index.php?module=PostCalendar&func=submit&tplview="],
			["View Events", "index.php?module=PostCalendar&func=view&tplview=&viewtype=month&pc_username=&pc_category=&pc_topic=&print="],
		],
	],
	["Site Access", null,
		["Become a Member", "user.php?op=check_age&module=NS-NewUser"],
		["Log In", "user.php?op=loginscreen&module=NS-User"],
		["Log Out", "user.php?module=NS-User&op=logout"],
		["My Account", "user.php"],
		["Search The Site", "modules.php?op=modload&name=Search&file=index"],
	],
	["Other", null,
		["Image Albums", "modules.php?op=modload&name=gallery&file=index"],
		["Polls", "modules.php?op=modload&name=NS-Polls&file=index"],
		["Downloadable", "modules.php?op=modload&name=UpDownload&file=index"],
		["Top Most", "modules.php?op=modload&name=Top_List&file=index"],
		["Web Links", "modules.php?op=modload&name=Web_Links&file=index"],
		["Past Events >>", null,
			["Reunion 2004", "modules.php?op=modload&name=chapters&file=index&chapter=7"],
			["SUTA BOD Election 2004", "index.php?name=PNphpBB2&file=viewforum&f=49"],
		]
	]
];

