/* 
	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_tree_menu/docs/index.html#hierarchy
*/

var TREE_ITEMS = [
	[' Produse Sircom', 'produse.htm', 
		[' Betoniere', 'betoniere.htm',
			[' B 115', 'b115.htm',
                   	 ],
            [' B 125', 'b125.htm',
                   	 ],
       	 
			[' B 180', 'b180.htm',
                   	 ],
			[' B 250','b250.htm',
                      	],
            [' B 350','b350.htm',
                      	],
          	[' B 550','b550.htm',
                      	],
                ],
         	[' Roabe', 'roabe.htm',
			[' T 75','t75.htm'],
			[' T 75 R','t75r.htm'],
			
		],

			[' Carucioare', 'carucioare.htm',
			[' TS','ts.htm'],
			[' TLS','tls.htm'],
			[' TLSS','tlss.htm'],
			[' TLS-SG','tls-sg.htm'],
			[' TLS-BA','tls-ba.htm'],
			[' PL','pl.htm'],
			[' PLE','ple.htm'],
			[' TBO','tbo.htm'],
			[' TBOD','tbod.htm'],
			[' TBOS','tbos.htm'],
			[' TBI','tbi.htm'],
			[' CTB','ctb.htm'],
			
		],
		
		[' Capace canal', 'capace.htm',
		[' din beton','capace-beton.htm'],
		[' din fonta','capace-fonta.htm'],
		],
		[' Scaune sprijin', 'scaune.htm',
		],
		[' Confectii metalice', 'servicii.htm',
		],
	]
];