var TREE_NODES = [
	['Home', '../index.html', '_top'],
	['News', '../news/news.html', '_top'],
	['Products', 'product.html', '_top',
		['Surface', 'prodsurface.html', '_top',
                ['Saddle', 'prodsursad.html', '_top',
					['Manual', 'prodsadman.html', '_top'],
					['Automatic', 'prodsadauto.html', '_top'],
					['CNC', 'prodsadcnc.html', '_top'],
				],
				['Column', 'prodsurcol.html', '_top',
				    ['Automatic', 'prodcolauto.html', '_top'],
					['CNC', 'prodcolcnc.html', '_top'],
				],
				['Double Column','prodsurdcol.html', '_top',
				],
				['Profile', 'prodsurpro.html', '_top',
				],
				['Rotary', 'prodsurrot.html', '_top',
				],
		],
		['Internal', 'prodinternal.html', '_top',
		        ['Automatic', 'prodintauto.html', '_top'],
			    ['CNC', 'prodintcnc.html', '_top'],
		],
		['Cylindrical', 'prodcylindrical.html', '_top',
		        ['Automatic', 'prodcylauto.html', '_top'],
			    ['CNC', 'prodcylcnc.html', '_top'],
		],
		['Centerless', 'prodsurcen.html', '_top',
		],
		['Special', 'prodspecial.html', '_top',
		],
		['Semi-Conductor', 'prodsemcond.html', '_top',
		],
		['Casting', 'prodcastbase.html', '_top',
		],
	],
	['History', '../history/history.html', '_top'
	],
	['Contact', '../contacts/contacts.html', '_top'
	],
	['Media Center', '../media/media.html', '_top'
	],
	['Dealer Locator', '../contacts/distributors.html', '_top',
	]
];




