

_menuCloseDelay=300           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_followSpeed=3                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=0		          // Sub menu top offset
_subOffsetLeft=0              // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
//onbgcolor="#d5d5d5";
/*oncolor="#FF0000";
bgimage="./images/mbg.gif";
//offbgcolor="#D5D5D5";
offcolor="#19277E";
bordercolor="#D5D5D5";
borderstyle="solid";
borderwidth=0;
//separatorcolor="#19277E";
//separatorsize="1";


fontstyle="normal";
fontweight="bold";
fontfamily="Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";*/
//bgimage="./images/nav/nav_off_right.gif";
//overbgimage="./images/nav/nav.gif";

padding=0;
//fontsize="11px";
//oncolor="#FFFFFF";
//subimage="./images/arrow_small.gif";
//subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
outfilter="Fade(duration=0.2);Alpha(opacity=80)";
}


with(subMenuStyle=new mm_style()){
onbgcolor="#425984";
oncolor="#FFCC00";
offbgcolor="#FFFFFF";
offcolor="#113959";
fontsize="11px";
padding=3;
fontstyle="normal";
fontweight="normal";
fontfamily="arial";
itemwidth=197;
separatorpadding=0;
separatorsize="1";
separatorcolor="#FFFFFF";
bordercolor="#113959";
borderstyle="solid";
borderwidth=1;

/*
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
//subimage="./images/arrow_small.gif";
//subimagepadding="2";*/

overfilter="Fade(duration=0.3);Alpha(opacity=87);"
outfilter="Fade(duration=0.3)";
}
//Shadow(color='#777777', Direction=135, Strength=5)
/*with(subMenuStoreStyle=new mm_style()){
onbgcolor="#EFBE7C";
oncolor="#000000";
offbgcolor="#E8A54C";
offcolor="#000000";
bordercolor="#f3b65c";
borderstyle="solid";
borderwidth=1;
separatorcolor="#f3b65c";
separatorsize="1";
padding=2;
fontsize="10px";
fontstyle="normal";
fontweight="normal";
fontfamily="Verdana";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
//subimage="./images/arrow_small.gif";
//subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}
*/


with(milonic=new menuname("quicklinks")){
	style=subMenuStyle;
	overflow="scroll";
	align="left";
	itemwidth=197;
	aI("text=Home;url=/default.asp");
	aI("text=About Ed;url=/about/");
	aI("text=Programs;url=/programs/");
	aI("text=Event Planning Guide;url=/epg/");
	aI("text=Shop Our Store;url=/store/");
	aI("text=Ed's Newsletter;url=/leadership_resources/default.asp");
	aI("text=Email to Friend;url=/sendlink.asp?url=" +thisPage);
	aI("text=Contact Ed;url=/contact/");
	aI("text=Site Index/Credits;url=/site_index.asp");
}

with(milonic=new menuname("about")){
	style=subMenuStyle;
	overflow="scroll";
	align="left";
	itemwidth=145;
	aI("text=Who's Ed?;url=./about/");
	aI("text=Watch Ed's Video;url=./about/video/");
	aI("text=Ed in the News;url=./about/news/");
	aI("text=Where's Ed?;url=./contact/wheres_ed/");
	aI("text=Contact Ed;url=./contact/");
}

with(milonic=new menuname("programs")){
	style=subMenuStyle;
	overflow="scroll";
	align="left";
	itemwidth=160;
	aI("text=Overview;url=./programs/");
	aI("text=Colleges & Universities;url=./programs/colleges/;showmenu=collegessub");
	aI("text=High Schools & Middle Schools;url=./programs/high_middle/;showmenu=highsub");
	aI("text=Conferences;url=./programs/conferences/;showmenu=confsub");
	aI("text=Teacher/Parent Programs;url=./programs/teacher_parent/;showmenu=teachersub");
	aI("text=Corporate;url=./programs/corporate/;showmenu=corporatesub");
}

	with(milonic=new menuname("collegessub")){
		style=subMenuStyle;
		overflow="scroll";
		align="left";
		itemwidth=140;
		aI("text=Keynotes;url=./programs/colleges/?L2=1");
		aI("text=Workshops & Leadership Trainings;url=./programs/colleges/?L2=2");
		aI("text=Rave Reviews;url=./programs/colleges/?L2=3");
	}
	
	with(milonic=new menuname("highsub")){
		style=subMenuStyle;
		overflow="scroll";
		align="left";
		itemwidth=140;
		aI("text=Assemblies;url=./programs/high_middle/?L2=1");
		aI("text=Workshops & Leadership Trainings;url=./programs/high_middle/?L2=2");
		aI("text=Rave Reviews;url=./programs/high_middle/?L2=3");
	}
	
	with(milonic=new menuname("confsub")){
		style=subMenuStyle;
		overflow="scroll";
		align="left";
		itemwidth=140;
		aI("text=Keynotes;url=./programs/conferences/?L2=1");
		aI("text=Breakout Sessions;url=./programs/conferences/?L2=2");
		aI("text=Rave Reviews;url=./programs/conferences/?L2=3");
	}
	
	with(milonic=new menuname("teachersub")){
		style=subMenuStyle;
		overflow="scroll";
		align="left";
		itemwidth=140;
		aI("text=Rave Reviews;url=./programs/teacher_parent/?L2=2");
	}
	
	with(milonic=new menuname("corporatesub")){
		style=subMenuStyle;
		overflow="scroll";
		align="left";
		itemwidth=140;
		aI("text=Rave Reviews;url=./programs/corporate/?L2=2");
	}

with(milonic=new menuname("store")){
	style=subMenuStyle;
	overflow="scroll";
	align="left";
	itemwidth=145;
	//aI("text=Specials;url=./store/store.asp?cat=2344&hdr=Specials");
	aI("text=Books, E-Books & Tapes;url=./store/store.asp?cat=2337&hdr=Books%2C+E%2DBooks+%26+Tapes");
	//aI("text=Posters & More;url=./store/store.asp?cat=1221&hdr=Posters+%26+More");
	aI("text=View Cart;url=./store/store.asp?cat=2337&hdr=Books%2C+E%2DBooks+%26+Tapes&cart=view");
	aI("text=Ordering Info;url=./store/orderinfo.asp");
}

with(milonic=new menuname("leadershipresources")){
	style=subMenuStyle;
	overflow="scroll";
	align="left";
	itemwidth=145;
	aI("text=Ed's Newsletter;url=./leadership_resources/default.asp");
	aI("text=Great Books;url=./leadership_resources/books.asp");
	aI("text=Leadership Links;url=./leadership_resources/links.asp");
	aI("text=Cool Quotes;url=./leadership_resources/quotes.asp");
}

with(milonic=new menuname("epg")){
	style=subMenuStyle;
	overflow="scroll";
	align="left";
	itemwidth=145;
	aI("text=Overview;url=./epg/");
	aI("text=Common Questions;url=./epg/common-questions.asp");
	aI("text=Ed's Bio;url=./epg/bio.asp");
	aI("text=Ed's Introduction;url=./epg/intro.asp");
	aI("text=AV/Room Setup;url=./epg/setup.asp");
	aI("text=Headshots;url=./epg/headshots.asp");
	aI("text=Program Descriptions;url=./epg/programdescriptions.asp");
	aI("text=Press Release;url=./epg/press.asp");
	aI("text=Contact Information;url=./contact/");
}

with(milonic=new menuname("contact")){
	style=subMenuStyle;
	overflow="scroll";
	align="left";
	itemwidth=145;
	aI("text=Contact Ed;url=./contact/");
	aI("text=Booking/Holding Request;url=./contact/booking/");
	aI("text=Where's Ed?;url=./contact/wheres_ed/");
	//aI("text=SAMPLE MISC PAGE;url=./miscpage.asp?mp=41646");
}