/* 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] = "CSR";
menuNames[2] = "Contact Us";

menuLinks[0] = "corporate.html";
menuLinks[1] = "corporate_csr.html";
menuLinks[2] = "corporate_contacts.html";
