﻿/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.plannersuite.com/index.html'],
	['Products', null, null,
		['Overview', 'http://www.plannersuite.com/ServerScript/prodinfo1.html'],
		['Module Description', 'http://www.plannersuite.com/ServerScript/moduls1.html'],
		['Purchase Plannersuite', 'http://www.plannersuite.com/ServerScript/howtobuy1.html']
	],
	['Services', null, null,
		['Customisation', null],
		['Help desk', 'http://www.plannersuite.com/ServerScript/login1.asp']
	],
	['Contact Us', 'http://www.plannersuite.com/ServerScript/contact1.asp'],
	['About Us', 'http://www.plannersuite.com/ServerScript/about1.html']
];

