function init()
{
	//Main Menu items: (high  direction   x    4y  5h  6v  bgColor    mObgColr    font             point
	menus[0] = new menu(36, "horizontal", 26, 160, 2, 2, "#003366", "#004faa", "Verdana,Helvetica", 9,
	//  11    12       font    mO-font  15   borderC  pad  18  mClick  div onLoad trans 23 shadw h  v   shadow
		"bold", "bold", "#ffffff", "#ffee00", 0, "#666666", 4, "v", false, true, true, true, 5, true, 4, 4, "#999999");
	menus[0].addItem("default.html", "", 100, "center", "Home", 0);
	menus[0].addItem("L2h.html", "", 110, "center", "About VIP Mentors", 0);
	menus[0].addItem("video.html", "", 130, "center", "VIP Mentors Video", 0);
	menus[0].addItem("L3h.html", "", 110, "center", "Success Stories", 0);
	menus[0].addItem("L4h.html", "", 100, "center", "Become A Mentor", 0);
	menus[0].addItem("L5h.html", "", 130, "center", "News and Activities", 0);
	menus[0].addItem("L6h.html", "", 130, "center", "Support VIP Mentors", 0);
	menus[0].addItem("L7h.html", "", 100, "center", "Contact Us", 0);

} // mO-font ffcc16  2-14-2005



