// this file is pre-generated by the application
// tree menu items must be currently written manually
// The cat_items and tree_items can be separated to 2 files
// You have to modify the main index.html to load both files.
/*

	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 cat_items = [
	['null', 'Mazda', 'CAT'],
	['1.html' ,'Cover', 'P'],
	['2.html' ,'Index', 'T'],
	['3.html' ,'Inspiration', 'T'],
	['4.html' ,'Mazda MPV 1/2', 'T'],
	['5.html' ,'Mazda MPV 2/2', 'T'],
	['6.html' ,'Driving dynamics 1/2', 'T'],
	['7.html' ,'Driving dynamics 2/2', 'T'],
	['8.html' ,'Flexibility 1/2', 'T'],
	['9.html' ,'Flexibility 2/2', 'T'],
	['10.html' ,'Engines 1/2', 'T'],
	['11.html' ,'Engines 2/2', 'T'],
	['12.html' ,'Safety 1/2', 'T'],
	['13.html' ,'Safety 2/2', 'T'],
	['14.html' ,'Quality 1/2', 'T'],
	['15.html' ,'Quality 2/2', 'T'],
	['16.html' ,'Interior 1/2', 'T'],
	['17.html' ,'Interior 2/2', 'T'],
	['18.html' ,'Accessories', 'T'],
	['19.html' ,'Service', 'T'],
	['20.html' ,'Your Mazda dealer', 'T']
];

var TREE_ITEMS = [
    ['Catalog',null,
        ['Cover','1.html'],
        ['Index','2.html'],
        ['Inspiration','3.html',null],
        ['Mazda MPV',null,
            ['Page 1','4.html'],
            ['Page 2','5.html']
        ],
        ['Driving dynamics',null,
            ['Page 1','6.html'],
            ['Page 2','7.html']
        ],
        ['Flexibility',null,
            ['Page 1','8.html'],
            ['Page 2','9.html']
        ],
        ['Engines',null,
            ['Page 1','10.html'],
            ['Page 2','11.html']
        ],
        ['Safety',null,
            ['Page 1','12.html'],
            ['Page 2','13.html']
        ],
        ['Quality',null,
            ['Page 1','12.html'],
            ['Page 2','14.html']
        ],
        ['Interior',null,
            ['Page 1','15.html'],
            ['Page 2','16.html']
        ],
        ['Accessories','17.html'],
        ['Service','18.html'],
        ['Your Mazda dealer','19.html']
    ],
];

