/*
  --- 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 = [
	['Home','index.htm', null],
	['Getting Started', 'index_getting_started.htm', null,
		['License Agreement','license_agreement.htm', null],
		['Installation','installation.htm', null],
		['Register HirePOS','register_hirepos.htm', null],
		['Check for Software Updates','check_for_software_updates.htm', null],
	],
	['File Menu', 'index_file_menu.htm', null,
		['Open Database','open_database.htm', null],
		['Backup Database','backup_database.htm', null],
		['Exit Program','exit_program.htm', null],
	],
	['Setup', 'index_setup_menu.htm', null,
		['Customers','customers.htm', null],
		['Suppliers','suppliers.htm', null],
		['Items','items.htm', null],
		['Item Packages','item_packages.htm', null],
		['Item Categories','item_categories.htm', null],
		['Item Types','item_types.htm', null],
		['Selling Units','selling_units.htm', null],
		['Business Details','business_details.htm', null],
		['Staff','staff.htm', null],
		['Bank Accounts','bank_accounts.htm', null],
		['Income & Expenditure Accounts','income_expenditure_accounts.htm', null],
		['Preferences','preferences.htm', null],		
	],
	['Main Menu', 'index_main_menu.htm', null,
		['Main Menu','main_menu.htm', null],
		['Reminders List','reminders_list.htm', null],
	],
	['Sales', 'index_sales.htm', null,
		['Availability','availability.htm', null],		
		['Bookings & Invoices','bookings_and_invoices.htm', null,
			['New Booking or Invoice','bookings_and_invoices.htm',null],
			['Payments & Deposits','invoice_payments.htm',null],
			['Pickup/Dropoff','pickup_dropoff.htm',null],
		],
		['Payments','invoice_payments.htm', null],
		['Returns','returns.htm', null],
		['Partial Returns','partial_returns.htm', null],
		['Find Booking or Invoice','find_booking_invoice.htm', null],
		['Find Payment','find_payment.htm', null],
		['EOM RollOver','eom_rollover.htm', null],
		['Cash Book','cash_book.htm', null],
	],
	['Expenses', 'index_expenses.htm', null,
		['Receive Bills','receive_bills.htm', null],
		['Pay Bills','pay_bills.htm', null],
		['New Expense or Bill','new_expense_or_bill.htm', null],
		['Find Expense or Bill','find_expense_or_bill.htm', null],
		['Cash Book','cash_book.htm', null],
	],
	['Till', 'index_till.htm', null,
		['Cash Drawer Networking','cashdrawer_networking.htm', null],
		['Till Count','till_count.htm', null],
	],
	['Banking', 'index_banking.htm', null,
		['New Withdrawal or Expense','new_withdrawal_or_expense.htm', null],
		['New Deposit (for Single Transactions)','new_deposit_single_transactions.htm', null],
		['New Deposit (for Multiple Transactions)','new_deposit_multiple_transactions.htm', null],
		['New Account Transfer','new_account_transfer.htm', null],
		['Bank Reconciliation','bank_reconciliation.htm', null],
		['Cash Book','cash_book.htm', null],
	],
	['Reports', 'index_reports.htm', null,
		['Reports Overview','reports_overview.htm', null],
		['PDF Email (Integrated)','pdf_email.htm', null],
		['PDF Email (Third Party)','pdf_printing.htm', null],
	],
	['Modules', 'index_modules.htm', null,
		['Barcode Labels','barcode_labels.htm', null],
		['Finance Module','finance_module.htm', null],
		['Pets Module','subcustomers.htm', null],
	],
	['Maintenance', 'index_maintenance.htm', null,
		['Service & Repairs','service_repairs.htm', null],
		['Test & Tag','test_tag.htm', null],
	],
	['Help', 'index_help.htm', null,
		['Check for Software Updates','check_for_software_updates.htm', null],
	]

];           
