_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=2              // Sub menu left offset
_sidetop=200;

with(subStyle=new mm_style()){

}

with(mainStyle=new mm_style()){
	styleid=1;
	fontfamily="arial, tahoma";
	fontsize="68%";
	fontstyle="normal";
	oncolor="#FFFFFF";
	offcolor="#FFFFFF";
	padding=3;
	valign="middle";
}
	
	with(milonic=new menuname("MainMenu")){
		style=mainStyle;
		top=250;
		left=10;
		itemwidth="100";
		alwaysvisible=1;
		overflow="scroll";
		orientation="vertical";
		position="relative";
		align='center';
		margin=0;
		aI("text=Get Started;url=/started.php;");
	//	aI("text=Main Page;url=/getconnected.php;");
		aI("text=Connection Pointe;url=/getinvolved.php;");
		aI("text=Discovery Pointe;url=/discovery.php;");
		aI("text=Pointe Groups;url=/point.php;");	}

drawMenus();
