function start()
{
var intWidth,intHeight;
var fromleft=0;
intWidth = window.screen.availWidth;
intHeight = window.screen.availHeight;
//if (intWidth==1024)
   //fromleft=110;
//else
//	fromleft = intWidth/2 - 398;
fromleft=20
var rootDir = "/gogainnew/"

//Main Menu
	menus[0] = new menu(16, "horizontal", fromleft, 170, -1, -1, "#ffffff", "#ffffff", "Arial,Helvetica",8, "bold", "bold", "#000000", "#0065ff", 0, "", 0, "", false, true, true, true,19, true, 0, 0, "");
	menus[0].addItem(rootDir + "index.html", "", 50, "center", "Home", 0);
	menus[0].addItem("f_main.asp?topic=1", "", 70, "center", "About Us", 0);
	menus[0].addItem("f_main.asp?topic=2", "", 130, "center", "Products & Services", 0);
	menus[0].addItem("f_main.asp?topic=3", "", 80, "center", "MLM Mall", 0);
	menus[0].addItem("f_main.asp?topic=4", "", 150, "center", "Latest News & Events",0);
	menus[0].addItem("f_main.asp?topic=5", "", 45, "center", "FAQ",0);
	menus[0].addItem("/gogaindemo/flashintro.asp", "_blank", 50, "center", "Demo", 0);
	menus[0].addItem(rootDir+ "sitemap.asp", "mainFrame", 70, "center", "Site Map", 0);


	
} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.
