

_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=-5            // Sub menu left offset
_sidetop=200;


with(subStyle=new mm_style()){
onbgcolor="#EAEAEA";
oncolor="#000000";
offbgcolor="#ffffff";
offcolor="000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=3;
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Tahoma, Verdana";
pagecolor="000000";
pagebgcolor="#EAEAEA";
headercolor="#000000";
headerbgcolor="#EAEAEA";
subimagepadding="2";
fontweight="bold"; 
subimage="/images/Image/arrow.gif";
//overfilter="Fade(duration=0.7);Alpha(opacity=90);Shadow(color='#EAEAEA', Direction=150, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}

with(mainStyle=new mm_style()){
onbgcolor="#EAEAEA";
oncolor="#000000";
offbgcolor="transparent";
offcolor="000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
separatorcolor="#000000";
separatorsize="0";
padding=3;
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Tahoma, Verdana";
pagecolor="000000";
pagebgcolor="#EAEAEA";
headercolor="#000000";
headerbgcolor="#EAEAEA";
subimagepadding="2";
fontweight="bold"; 
subimage="/images/Image/arrow.gif";
//overfilter="Fade(duration=0.7);Alpha(opacity=90);Shadow(color='#EAEAEA', Direction=150, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}

		with(milonic=new menuname("coaching")){
			style=subStyle;
			itemwidth=100;
			//aI("text=Checklist for Endorsement;url=/images/File/Coaching_Checklist_10_5_09.pdf;");
			//aI("text=Mentor Coach Description;url=/images/File/mentor%20coaches.pdf;");
			//aI("text=Visions, Goals, and Definitions;url=/images/File/Coaching_Visions_Goals_Definitions_10_5_09.pdf;");
			aI("text=Characteristics and Competencies;url=/images/Image/user/Coaching_Characteristics_Competencies_10_5_09.pdf;");
			aI("text=Seven Seasons of Church Planting;url=/images/Image/user/7seasons_05-06-10.pdf;");
			aI("text=Church Planting Foundations;url=/images/Image/user/CP foundations_03-22-10.pdf;");
			aI("text=Church Planting Best Practices;url=/images/Image/user/best practices_03-22-10.pdf;");
			aI("text=High Potential Planter Traits;url=/images/File/Hi-potential_planters_05-06-10.pdf;");
			aI("text=Coaching Endorsement Checklist;url=/images/Image/user/Coaching_Checklist_05_17_10.pdf;");
			aI("text=Coaching National Track;url=/images/Image/user/Coaching_National Track_5_17_10.pdf;");
		}


	
		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="vertical";
			position="relative";
			//aI("text=Innovation Forum;url=/coaching.php;");
			//aI("text=Path 1 Coach;showmenu=coaching;");			
			//aI("text=Mentor Coach Directory;url=/mentor_coach_directory.php;");
		}

drawMenus();



