/* 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(2);var menuLinks = new Array(2);menuNames[0] = "Overview";menuNames[1] = "Contact Us";menuLinks[0] = "metal.html";menuLinks[1] = "metal_contacts.html";