﻿/*
  --- 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 = [
	['&nbsp;&nbsp;&nbsp;&nbsp;', 'http://www.smartmarc.com/products/products.html', null,
		['SmartMARC', 'http://www.smartmarc.com/products/features.html', null,
		],
		['Hardware', 'http://www.smartmarc.com/products/hardware.html', null,
			['Slip Printer', 'http://www.smartmarc.com/products/hardware/slip_printer.html'
			],
			['Scanners & Labels', 'http://www.smartmarc.com/products/hardware.html'
			]
		],
		['Other Products', 'http://www.smartmarc.com/products/products_list.html', null,
			['eLunchroom', 'http://www.elunchroom.net'
			],
			['Alexandria', 'http://www.goalexandria.com'
			],
			['Big6 TurboTools', 'http://www.big6turbotools.com'
			],
			['Textbook Tracker', 'http://www.textbooktracker.com'
			]
		],
		
		
	],
	['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;', 'http://www.smartmarc.com/support/support.html', null,
		
		['Contact Technical Support', 'http://www.smartmarc.com/support/contact_tech/contact_tech.html',
		],
		['Documentation', 'http://www.smartmarc.com/support/tech_notes/tech_notes.html',
		],
		['Software Updates', 'http://www.smartmarc.com/support/updates/update.html',
		],
		['Training', 'http://www.smartmarc.com/support/training/training.html',
		],
		['Suggestions/Ideas', 'http://www.smartmarc.com/support/suggestions/suggestions.html',
		],
		
	],
	
	
	
	
];

