//var TREE_ITEMS = [
//	['Home', 'http://www.softcomplex.com/index.html',
//		['Services', 'http://www.softcomplex.com/services.html'],
//		['Download', 'http://www.softcomplex.com/download.html'],
//		['Order',    'http://www.softcomplex.com/order.html'],
//		['Support',  'http://www.softcomplex.com/support.html'],
//	],
//	['Level 0 Item 1', null,
//		['Level 1 Item 0', 'links.html'],
//		['Level 1 Item 1', 0,
//			['Level 2 Item 0'],
//			['Level 2 Item 1', 0],
//		],
//		['Level 1 Item 2'],
//		['Level 1 Item 3'],
//	]
//];

var TREE_ITEMS = [
	['1. Home', 0,
		['1.1 Mission Statement', 'missionstatement.php'],
		['1.2 International Campaign', 'intlcampaign01.php'],
		['1.3 Responsible Care', 'responsible_wcare.php'],
		['1.4 Career With Bayer', 'career1.php'],
	 ],
	
	['2. Company Overview', null,
		['2.1 About Bayer Indonesia', 'coverview.php'],
		['2.2 Mission Statement', 'missionstatement.php'],
		['2.3 Career With Bayer', 'career1.php'],
		['2.4 Board Of Director', 'coverview_bod.php'],
	],
 
	['3. Business Groups', null,
		['3.1 HealthCare','index_hc.php',
			['3.1.1 Pharma','hc_ph_products.php?g_id=1', 
				['3.1.1.1 Disease', null],
				['3.1.1.2 Product', 'hc_ph_products.php?g_id=1'],
				['3.1.1.3 Contact Us', 'hc_ph_contactus.php'],
			],
			['3.1.2 Consumer Care', 'hc_cc_products_main.php',
				['3.1.2.1 Product', 'hc_cc_products.php?g_id=2'],
				['3.1.2.2 Contact Us', 'hc_cc_contactus.php'],
			],
			['3.1.3 Worldwide', 'http://www.bayerhealthcare.com/'],
			['3.1.4 Site Plan', 'hc_siteplant.php'],
			['3.1.5 News Highlight', 'hc_newshighlight.php'],
		 ],
		['3.2 MaterialScience', 'index_ms.php',
				['3.2.1 Site Plan', 'siteplan_ms.php'],
				['3.2.2 Contact Us', 'contactus_ms.php'],
		],
		['3.3 CropScience', 'index_cs.php',
				['3.3.1 Crop Protection', 'cs_cp_main.php',
					['3.3.1.1 Product', 'cs_cp_product_main.php'],
					['3.3.1.2 Crops', 'cs_cp_crops_main.php'],
					['3.3.1.3 Problems', 'cs_cp_problems_main.php'],
					['3.3.1.4 Dealers', 'cs_cp_dealers.php'],
					['3.3.1.5 Contact Us', 'cs_cp_contactus.php'],
				],
				['3.3.2 Environmental Science', 'cs_es_main.php',
					['3.3.1.1 Product', 'cs_es_product_main.php'],
					['3.3.1.2 Problems', 'cs_es_problems.php?p_id=6'],
					['3.3.1.3 MSDS', 'cs_es_msds.php'],
					['3.3.1.4 Membership', 'cs_es_forum.php'],
					['3.3.1.5 Our Distributor', 'cs_es_distributors.php'],
					['3.3.1.6 Contact Us', 'cs_cp_contactus.php'],
				],
				['3.3.3 Bio Science', 'cs_bs_main.php',
					['3.3.3.1 Benefit Hybride Rice', 'cs_bs_benefit.php'],
					['3.3.3.2 Products', 'cs_bs_products.php'],
				],
		],
	 ],
	['4. News', null,
		['4.1 Media News', 'medianews.php'],
		['4.2 Press Release', 'pressrelease.php'],
	 ],
	['5. Bayer Worldwide', 'http://www.bayer.com/'],
 
	['6. Sitemap', 'sitemap.php'],
 
	['7. Contact us', 'contact.php'],
 
	['8. Search', null],
 
 ];
