// I need something on spam. a FAQ or something. Also on patches, etc.
_CFix=true
_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=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset

with(menuStyle=new mm_style()){
	onbgcolor="#FF0000"; oncolor="#FFFFFF";
	offbgcolor="#0C6DAD"; offcolor="#FFFFFF";
	bordercolor="#0C6DAD"; borderstyle="solid";	borderwidth=0;
	separatorcolor="#FFFFFF"; separatorsize="1";
	padding=2;
	fontsize="8pt"; fontstyle="normal"; fontfamily="Verdana, Arial, Helvetica, sans-serif";
	pagecolor="#FFFFFF"; pagebgcolor="#0C6DAD";
	headercolor="#FFFFFF"; headerbgcolor="#FFFFFF";
	subimage="http://www.mmapclub.com/menu/arrowdn.gif"; subimagepadding="2";
	overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#663300', Direction=135, Strength=5)";
	//outfilter="randomdissolve(duration=0.3)";
}

with(submenuStyle=new mm_style()){
	onbgcolor="#FF0000"; oncolor="#FFFFFF";
	offbgcolor="#0C6DAD"; offcolor="#FFFFFF";
//	offbgcolor="#FFFFFF"; offcolor="#0C6DAD";
//	bordercolor="#0C6DAD"; borderstyle="solid"; borderwidth=1;
	bordercolor="#0C6DAD"; borderstyle="solid"; borderwidth=1;
	separatorcolor="#FFFFFF"; separatorsize="1";
//	separatorcolor="#0C6DAD"; separatorsize="1";
	padding=3;
	fontsize="7pt"; fontstyle="normal"; fontfamily="Verdana, Arial, Helvetica, sans-serif";
	pagecolor="#FFFFFF"; pagebgcolor="#0C6DAD";
	headercolor="#FFFFFF"; headerbgcolor="#FFFFFF";
	subimage="http://www.mmapclub.com/menu/arrow.gif"; subimagepadding="2";
	overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#0C6DAD', Direction=135, Strength=5)";
	//outfilter="randomdissolve(duration=0.3)";
}

//Not used when using a table entry
//with(milonic=new menuname("Main Menu")){
//	style=menuStyle;
//	top=10;
//	left=10;
//	alwaysvisible=1;
//	orientation="horizontal";
//	aI("text=Home;url=http://www.cnn.com/;status=Back To Home Page;");
//	aI("text=Menu Samples;showmenu=Samples;");
//	aI("text=Milonic;showmenu=Milonic;");
//	aI("text=Partners;showmenu=Partners;");
//	aI("text=Links;showmenu=Links;");
//	aI("text=My Milonic;showmenu=MyMilonic;");
//}

// RESOURCES ->
// SERVICES
// cpasonline

// RESOURCES
with(milonic=new menuname("Resources")){
	style=submenuStyle;
	subimage="http://www.mmapclub.com/menu/arrowdn.gif";
	overflow="scroll";
	aI("text=Radio Program;url=http://www.mmapclub.com/radio/;");
	aI("text=TV Program;url=http://www.mmapclub.com/tv/index.htm;");
}

with(milonic=new menuname("Loans")){
	style=submenuStyle;
	subimage="http://www.mmapclub.com/menu/arrowdn.gif";
	overflow="scroll";
	aI("text=Which One?;url=http://www.mmapclub.com/loanprograms/index.htm;");
	aI("text=Rehab;url=http://www.mmapclub.com/rehab/index.htm;");
	aI("text=Hard Money;url=http://www.mmapclub.com/hardmoney/index.htm;");
}



// SERVICES
//with(milonic=new menuname("services")){
//	style=submenuStyle;
//	overflow="scroll";
//	aI("text=Business Startups;url=/services.htm;");
//	aI("text=Business Transitions;url=/services_transition.htm;");
//	aI("text=Accounting & Information Systems;url=/services_ebusiness.htm;");
//  aI("text=Income Tax Planning & Compliance;url=/services.htm;");
//  aI("text=Estate Planning & Asset Protection;url=/services.htm;");
//}

// cpasonline
//with(milonic=new menuname("cpasonline")){
//	style=submenuStyle;
//	overflow="scroll";
//	aI("text=Login;url=https://www.mrcpas.net/discussions/login.php;");
//	aI("text=Subscribe;url=/member_mrsubscriptions.html;");
//	aI("text=Account Center;url=https://www.mrcpas.net/member_account.html;");
//}

drawMenus();

