/* --- menu items --- */

var MENU_ITEMS = [

	['Yingli', './index.html',

			['Background', './background.php',

					
			],


			['Philosophy', './philosophy.php',

					
			],


			['Capabilities', './capabilities.php'],


			['History','./history.php'],

			['BIOS','./bios.php'],


	],






	['Portfolio', null,

		['Plastic Desgin', './spotlight.php'],

		['Wax Design', './clients.php'],

		['Plastic prototype', './industries.php'],

		['Web Design','./others.php'],

	],






	['News', './news.html',

		['Articles / Awards', null,

		],


		['Events', null,

		]


	],








	['Tools', null,

			['Unit Conversion', null],

			['FTP', null],

			
	],



	['Contact Us', 'mailto:info@yingli.com.hk',
			['Specifics','./specifics.php']
	],


];


