/*
  --- 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 = [
	['Instructional Design', 'http://www.infotechtx.com/ind.html', null,
		['Course Design', 'http://www.infotechtx.com/iddesign.html', null,
		  ['Experience', 'http://www.infotechtx.com/idexperience.html'],
		  ['Production', 'http://www.infotechtx.com/idproduction.html'],
		  ['Projects', 'http://www.infotechtx.com/idprojects.html'],
	   ],
		['Customization', 'http://www.infotechtx.com/customization.html', null,
		  ['Project Development', 'http://www.infotechtx.com/pdev.html'],
		  ['Implementation', 'http://www.infotechtx.com/pimplementation.html'],
	   ],
		['Implementation', 'http://www.infotechtx.com/implementation.html', null,],
	],
	['Web Design', 'http://www.infotechtx.com/web.html', null,
		['Graphic Design', 'http://www.infotechtx.com/design.html'],
		['Marketing', 'http://www.infotechtx.com/optimize.html'],
		['Foreign Websites', 'http://www.infotechtx.com/foreign.html'],
		['Website Translation', 'http://www.infotechtx.com/webtranslate.html'],
	

	],
	['Portal Hosting', 'http://www.infotechtx.com/hosting.html', null,
		['Portal Maintenance', 'http://www.infotechtx.com/pmain.html'],
		['Portal Usage', 'http://www.infotechtx.com/puse.html'],
		['Portal Access', 'http://www.infotechtx.com/paccess.html'],
	],

	['Online Education', 'http://www.infotechtx.com/edu.html', null,
		['Course Areas', 'http://www.infotechtx.com/courses.html',null,
		['Course Demos','http://www.infotechtx.com/coursedemo.html'],
		  ['Bank Secrecy Act','http://www.infotechtx.com/bsa_samples/0-00-courseintro.htm'],
	 	  ['Food Handling','http://www.infotechtx.com/Op_samples/001-1-00.htm'],
	  ],
		['Learning Portals', 'http://www.infotechtx.com/portals.html'],
		['Portal Demo', 'http://www.infotechtx.com/demo/demo.htm'],
	    ['Other Products', 'http://www.infotechtx.com/product.html'],
	],

	['Training', 'http://www.infotechtx.com/training.html', null,
		['Online Training', 'http://www.infotechtx.com/ontr.html'],
		['On-site Training', 'http://www.infotechtx.com/onsite.html'],
		['ESL', 'http://www.infotechtx.com/esl.html'],
		['Spanish', 'http://www.infotechtx.com/spanish.html'],
		
	],
	['Technical Writing', 'http://www.infotechtx.com/technicalwriting.html', null,
		['Reference Guides', 'http://www.infotechtx.com/data.html'],
		['Course Creation', 'http://www.infotechtx.com/coursecreation.html'],
		['Notarial Service', 'http://www.infotechtx.com/notarial.html'],
	],

	['Portfolio', 'http://www.infotechtx.com/portfolio.html', null,
		['Logos/Branding', 'http://www.infotechtx.com/logos.html'],
        ['About', 'http://www.infotechtx.com/about.html'],
		['Contact', 'http://www.infotechtx.com/contact.html'],
	],
];

