/*
   {'sl':0}   in Testimonials and Site Map are necessary
    to undo the pagesel.gif whenever the [Home] button
    is clicked on the "Visual Infinite Menus"
*/


var TREE_ITEMS = [
	[' Home', './index.htm', {'sl':1},
	['Product', null, null,
		['Benefits', './Benefits.htm'],
		['Features',  null, null,
			['Overview', './Overview.htm'],
			['Jobs', './Jobs.htm'],
			['Inspections', './Inspections.htm'],
			['Vendors', './Vendors.htm'],
			['1099s', './T99s.htm'],
			['Database', './Database.htm', {'wr':2}],
			],
               	['Upgrade offer', './Upgrade.htm', null],
		['Screenshots', null, null,
		 	['Jobs ', './ScreenShotsJobs.htm'],
		 	['Inspections ', './ScreenShotsInspections.htm'],
		 	['Budgets ', './ScreenShotsBudgets.htm'],
		 	['Checks ', './ScreenShotsChecks.htm'],
		 	['Register ', './ScreenShotsRegister.htm'],	
		 	['Vendors ', './ScreenShotsVendors.htm'],
		 	['Reports ', './ScreenShotsReports.htm'],
		 	['1099 Forms ', './ScreenShots1099Forms.htm'],			
		 	['1099 Extra ', './ScreenShots1099Extra.htm'],
		 	['Miscellaneous', './ScreenShotsMisc.htm'],
		 	['Setup ', './ScreenShotsSetup.htm', {'wr':2}],
			],
	   	['Requirements', './Requirements.htm'],
        ['Revisions','./Revisions.htm'],
		],
	['Testimonials', './Testimonials.htm', {'sl':0}],
	['Company', null,null,
		['Services', null, null,
		 	['1099s ', './T99production.htm'],
			['Training', './Training.htm'],
			['Support', './Support.htm'],
			['Maintenance', './Maintenance.htm', {'wr':2}],
			],
		['Contact', null, null,
		 	['Sales', './Sales.htm'],
			['Feedback', './Feedback.htm'],
			['Contact us', './Contact.htm', {'wr':2}], 
			],
		['Legal', null, null,
		 	['Privacy', './Privacy.htm'],
			['Terms', './Terms.htm'],
			['Policies', './Policies.htm', {'wr':2}],
			],
		['About', './About.htm', {'wr':2}],			
		],
	['Site Map', './Map.htm', {'sl':0}],
	]
];


