var TREE_ITEMS = [
	['Home - Top Horizontal Menu', null,
		['About Us (Virtual Visit to our facilities) ', '../index.htm'],
		['Login (Staff and Selected Clients can access specific information of their concern)','../login.asp'],
		['Online Service', null,
            ['Service Request (Customers can request regular/emergency service on-line)',null],	//was '../SrvcRequest.asp'
            ['Online Discounts',null],	//was '../Discounts.htm'
        ],
        ['New Accounts (New Customers can Enter Their Information Here)','../NewAccount.htm'],
		['Contact Us',  null,
            ['Customer Service (Customers can bring Problems/Questions/Concers to our attention)','../ContactUs.asp'],
            ['Feedback (Site Visitors can pose Questions/Comments/Suggestions to improve the usefulness of the site)','../Feedback.asp'],
        ],
	],
	['Home - Left Side Vertical Menu', null,
		['Products', 0,
			['Automotives',0],	//was '../Au.htm'
			['Candy',0],	//was '../Ca.htm'
            ['Cigarettes',0],	//was '../Ci.htm'
            ['Groceries',0],	// '../Gr.htm'
            ['Gum',0],	// '../Gu.htm'
            ['Health and Beauty',0],	//'../Hb.htm'
            ['Juices and Water',0],	//'../Ju.htm'
            ['New Products',0],	//'../Nu.htm'
            ['Phone Cards',0],	//'../Ph.htm'
            ['Snacks',0],	//'../Sn.htm'
            ['Supplies',0],	//'../Su.htm'
            ['Tobacco',0],	//'../To.htm'
		],
		['Our Site', null,
            ['Site Travel Help','../sitehelp.htm'],
            ['Site Map (This Page)',0],
        ],
        ['Events (No Events Scheduled)',0],	//'../Events.htm'
        ['Specials (Contact Sales Consultant)',0],	//'../Specials.htm'
		['About Us', '../index.htm',
            ['History (A brief History of our Company)N.A.',0],	//'../History.htm'
            ['Philosophy (Our Philosophy)N.A.',0],	//'../Philosophy.htm'
            ['Awards (Awards Gallery and Community Spirit)N.A.',0],	//'../Awards.htm'
            ['Key Staff (A Virtual Visit to our facilities)N.A.',0],	//'../Visit.htm'
        ],
		['Feedback (We Welcome Your Feedback)','../Feedback.asp'],
        ['Employment',0,
            ['Job Opportunities (Currently Available Positions are posted here)','../Employment.htm'],
            ['Job Application (Qualified Applicants may fill out a simplified 0n-line application here)','../EmplApp.asp'],
        ],
	]
];
