/*
  --- 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 = [
	['Our Website', null, null,
		['Nish', null, null,
			["who", "homepage.html#Gary Neshanian", { 'tw' : 'main' }],
			["what", "homepage.html#Gary Neshanian", { 'tw' : 'main' }],
			["where", "homepage.html#Contact", { 'tw' : 'main' }],
			["why", "homepage.html#Services", { 'tw' : 'main' }]
		],
		['Documents', null, null,
			["portfolio", "portfolio/index.html", { 'tw' : 'main' }],
			["documents", "document/ArchiveDocuments.pdf", { 'tw' : 'main' }],
			["awards", "awards/index.html", { 'tw' : 'main' }],
			["experience", "http://resume.gnish.com", { 'tw' : 'main' }]
		],
	],
	['Your Website', null, null,
		["your website", "documents/websites.html", { 'tw' : 'main' }],
		["needs", "documents/websites.html#needs", { 'tw' : 'main' }],
		["design", "documents/websites.html#design", { 'tw' : 'main' }],
		["presentation", "documents/websites.html#presentation", { 'tw' : 'main' }],
		["your needs", "documents/website.html", { 'tw' : 'main' }],
		["your steps", "documents/webnext.html", { 'tw' : 'main' }],
		["client support", "documents/webclient.html", { 'tw' : 'main' }]
	],
	['Our Guides', null, null,
		["internet", "documents/!Internet White Paper~White Paper of Internet Technologies~InternetWP.html", { 'tw' : 'main' }],
		["web guide", "documents/!Web White Paper~White Paper of Web Technologies~WebWP.html", { 'tw' : 'main' }],
		["hosts", "documents/host.doc", { 'tw' : 'main' }],
		["archives", "document/ArchiveDocuments.pdf", { 'tw' : 'main' }]
	],
	['Tech Help', null, null,
		["documents", "documents.asp", { 'tw' : 'main' }],
		["white-papers", "gnish.asp?dirlist:WhitePapers~documents/~\!~zrc/", { 'tw' : 'main' }],
		["articles", "gnish.asp?dirlist:Articles~documents/~\^~zrc/", { 'tw' : 'main' }],
		["programming", "gnish.asp?dirlist:ProgrammingNotes~documents/~\$~zrc/", { 'tw' : 'main' }],
		["configurations", "gnish.asp?dirlist:Configurations~documents/~\@~zrc/", { 'tw' : 'main' }],
		["graphics", "gnish.asp?dirlist:Graphics~documents/~\=~zrc/", { 'tw' : 'main' }],
		["solutions", "documents/solutions.html", { 'tw' : 'main' }],
		["tech links", "documents/techlink.html", { 'tw' : 'main' }],
		["job links", "http://portal.gnish.com/jobs", { 'tw' : 'main' }]
	],
];

