// Tree structure definition
var TREE_NODES = [
	["Home", "index.php", null],
	["Services", "services.php", null,
		["Development Cycle", "development.php", null],
		["Concept/Design", "concept_design.php", null],
		["Tooling/Modelling", "modeling.php", null],
    	["Ceramic Decals", "ceramic_decals.php", null],
	//	["Production", "production.php", null],
		["Freight Forwarding", "freight_forwarding.php", null]
	],
	["Products", "products.php", null,
		["Ceramic", "ceramic.php", null],
		["Decorative Metal", "metal.php", null],
		["Resin", "resin.php", null],
		["Tabletop", "tabletop1.php", null],
		["Gift Items", "giftitems.php", null],
		["Ornaments", "ornaments.php", null],
		["Miscellaneous", "miscellaneous.php", null],
		["Ribbons and Things", "RibbonsandThings.php", null]
	],
	
	["Customers", "customers.php", null],
	["Risk & Guarantee", "risk_guarantee.php", null],
	["FAQ", "faq.php", null],
	["About Us", "about.php", null],
	["How Can We Help?", "how_can_we_help.php", null],
	["Contact", "contact.php", null],
	["Tools", "tools.php", null]
];

//&nbsp;&nbsp;//