function init()
{
	//Main Menu items:
	menus[0] = new menu(222, "vertical", 0, 190, -60, -1, "#003366", "#000000", "Verdana,Helvetica", 8, 
		"bold", "bold", "#ffffff", "#ff6600", 1, "#666666", 3, 62, false, true, true, false, 0, true, 0, 0, "#000000");
	menus[0].addItem("about.html", "", 20, "left", "About Electric Fuel", 0);
	



} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.