
_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=150;


with(subStyle=new mm_style()){
onbgcolor="#6D7E99";
oncolor="#f0f0f0";
offbgcolor="#2E476F";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
separatorheight="1";
padding="2";
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Tahoma, Arial";
pagecolor="#f0f0f0";
pagebgcolor="#A92B09";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimagepadding="0";
// subimage="/images/10000/8000/188HO/arrow.gif";
onsubimage="/images/Image/onarrow.gif";
outfilter="randomdissolve(duration=0.2)";
overfilter="Fade(duration=0.1);Alpha(opacity=95);Shadow(color=#EAEAEA', Direction=135, Strength=3)";
//pageimage="/images/Image/onimage.gif";
subimage="/images/Image/offarrow.gif";
}

with(mainStyle=new mm_style()){
styleid=1;
//bordercolor="transparent";
//borderstyle="solid";
//borderwidth=1;
fontfamily="arial, verdana";
fontsize="14";
fontstyle="normal";
headerbgcolor="transparent";
headerborder=1;
headercolor="transparent";
//image="/images/Image/18_blank.gif";
imagepadding=3;
offbgcolor="transparent";
offcolor="#ffffff";
onbgcolor="transparent";
oncolor="#72B6CA";
//onsubimage="/images/Image/onarrow.gif";
outfilter="randomdissolve(duration=0.2)";
//overfilter="Fade(duration=0.1);Alpha(opacity=95);Shadow(color=#0D4D87', Direction=135, Strength=3)";
padding=2;
pagebgcolor="transparent";
pagecolor="#72B6CA";
//pageimage="/images/Image/onimage.gif";
separatoralign="right";
separatorcolor="transparent";
separatorpadding=1;
separatorwidth="4";
separatorsize="20";
//subimage="/images/Image/offarrow.gif";
valign="middle";
fontweight="bold";
menubgcolor="transparent";
}


		with(milonic=new menuname("nav1")){
			style=subStyle;
			itemwidth="90";
			aI("text=FAQ's;url=/faqs.php;");
			aI("text=Our History and Goals;url=/history.php;");
			aI("text=Staff;url=/staff1.php;showmenu=nav5;");
			aI("text=Contact Us;url=/contact.php;");
			}
		
		with(milonic=new menuname("nav5")){
			style=subStyle;
			itemwidth="90";
			aI("text=Executive Director;url=/staff1.php;");
			aI("text=Staff;url=/staff2.php;");
			aI("text=Board;url=/staff3.php;");
			aI("text=Volunteers;url=/staff4.php;");		
			}
		
	
		
		with(milonic=new menuname("nav2")){
			style=subStyle;
			itemwidth="90";
			aI("text=What We Do;url=/what.php;");
			aI("text=Calendar;url=/calendar.php;");
			aI("text=Newsletter;url=/news.php;");
			aI("text=Calendar at a Glance;url=/events.php;");
			aI("text=Children's Essays;url=/essays.php;");
			aI("text=FAQ's;url=/faqs.php;");
			}
			
		with(milonic=new menuname("nav3")){
			style=subStyle;
			itemwidth="135";
			
			aI("text=Schools We're Reaching;url=/schools.php;");
			aI("text=How You Can Help;url=/how.php;");
			aI("text=Funding;url=/funding.php;");
			aI("text=Volunteer Training;url=/volunteer.php;");
			
			}

		with(milonic=new menuname("nav4")){
			style=subStyle;
			itemwidth="135";
			aI("text=What People Are Saying;url=/people.php;");		
			aI("text=Submit Your Testimonial;url=/contact.php;"); 
			
			}

			
		
			
		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";
			itemheight="10px";
			valign="top";

			aI("text=Home;url=/index.php;");
			aI("text=Who We Are;url=/faqs.php;showmenu=nav1;");
			aI("text=What We Do;url=/what.php;showmenu=nav2;");
			aI("text=How You Can Help;url=/how.php;showmenu=nav3;");
			aI("text=What People Are Saying;url=/people.php;showmenu=nav4;");		
			aI("text=Schools We're Reaching;url=/schools.php;showmenu=nav3;");
			aI("text=Contact;url=/contact.php;");

			
		

		}




drawMenus();



