/* menu bar builder for toyotsu.com.sg 	this js filemust work together with menuBar.js file, to define a MenuLinks and a MenuNames array.		author: Xiaogang Cao,BeaconSystem 	Created@06 Dec 2001, Singapore.*/var menuNames = new Array(3);var menuLinks = new Array(3);menuNames[0] = "Overview";menuNames[1] = "Mission Statement";menuNames[2] = "Sales Network";menuLinks[0] = "apd.html";menuLinks[1] = "apd_mission.html";menuLinks[2] = "apd_network.html";