/* 
	the format of the tree definition file is simple,
	you can find specification in the Tigra Menu documentation at:
	
	http://www.softcomplex.com/products/tigra_menu/docs/items.html	
*/

var TREE_ITEMS = [
	['Home', 'center.htm',	

	        ['About Us', 'about us.htm',],
			['Security & Surveillance', 'Security & Surveillance.htm',],
			['VOIP', 'voip.htm'],
			['Hardware', 'hardware.htm',
				['Desktop', 'desktop.htm',
				],
				['Laptop', 'laptop.htm',
				],
				['Accessories', 'accessories.htm',
				],
				['2nd Hand Products', 'Second Hand Products.htm',
			    ],
				['Hire', 'heir.htm',
                ],
				['Smart Utility Products', 'Smart Utility Products.htm',
				],
				['Repairs', 'Repairs.htm',
				],
				['AMC', 'AMC.htm',
				],
				['Cartridge', 'Cartridge.htm',
				],
			],
			
			['Software', 'software.htm',
				['Softwart in Market', 'software.htm',
				],
				['Customized Softwart', 'Customized Software.htm',
				],
				['Web Page Designing', 'Web Page Designing.htm',
				],
				['Training', 'Training.htm',
				],
			  
			],

			['Networking ', 'Networking.htm',
				['LAN, MAN, VAN', 'LAN MAN VAN.htm',
				],
			
	    	],
		    
		

		/*['Are You The One', 'rutheone.htm'],
		['About Us', 'aboutus.htm'],
		['Terms & Conditions', 'terms&condition.htm'],
		['FAQ', 'faq.htm'],
		['Thought', 'thought.htm'],
		['Instructions For Joining Form', 'instructionforjoiningform.htm'],
		['Registration Form', 'joining_form.htm'],
		['Email', 'mailto:info@itspro4all.com'],*/
	]
];
