/* 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(5);var menuLinks = new Array(5);menuNames[0] = "Overview";menuNames[1] = "Vehicle Marketing/Export";menuNames[2] = "Auto Parts & Accessories";menuNames[3] = "Mobile Media";menuNames[4] = "Contact Us";menuLinks[0] = "automotive.html";menuLinks[1] = "auto_veh.html";menuLinks[2] = "auto_parts.html";menuLinks[3] = "auto_mmedia.html";menuLinks[4] = "auto_contacts.html";