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


menuLinks[0] = "plastchemi.html";
menuLinks[1] = "pc_bizoutline.html";
menuLinks[2] = "pc_contact.html";

