
_menuCloseDelay=500		// The time delay for menus to remain visible on mouse out
_menuOpenDelay=150		// The time delay before menus open on mouse over
_followSpeed=5			// Follow scrolling speed
_followRate=40			// Follow scrolling Rate
_subOffsetTop=0			// Sub menu top offset
_subOffsetLeft=0		// Sub menu left offset


/* ------------------------------------------------------------------------- *\
 * >>>>>>>>>>>>>>>>>>>>>>>>>>      STYLES       <<<<<<<<<<<<<<<<<<<<<<<<<<<< *
\* ------------------------------------------------------------------------- */

with(MenuStyle=new mm_style()) {
	borderwidth=0;
}

//	STYLE for Horizontal Navigation Menu 
with(menuStyle=new mm_style()) {
	oncolor="#FFC365";
	offcolor="#7EDDFF";
	onbgcolor="#042E46";
	offbgcolor="#0E4E6A";
	pagebgcolor="#10222C";
	bordercolor="#000000";
	separatorcolor="#000000";
	borderstyle="solid";
	borderwidth=2;
	separatorsize=1;
	separatorpadding=0;
	separatorwidth=120;
	padding=4;
	fontsize="12px";
	fontweight='normal';
	fontfamily="Palatino, Times New Roman, Times, serif";
	subimagepadding=10;
	overfilter="Fade(duration=0.3);Alpha(opacity=90)";
	outfilter="Fade(duration=0.3)";
}


/* ------------------------------------------------------------------------- *\
 * >>>>>>>>>>>>>>>>>>>>>>>    TOP  LEVEL  MENUS    <<<<<<<<<<<<<<<<<<<<<<<<< *
\* ------------------------------------------------------------------------- */
/*
	aI("text=&nbsp;VOLUNTEER;url=/volunteer.php");
	aI("text=&nbsp;WHY YOU SHOULD USE US&hellip; ;url=/kidney_recipients.php#abc");
	aI("text=&nbsp;RELATED SITES;url=/kidney_recipients.php#def");
	aI("text=&nbsp;PRESS RELEASES;url=/press_releases.php");
*/
//	Home
with(milonic=new menuname("Home")){
	style=menuStyle;
	orientation="vertical";
	itemwidth=120;
	aI("text=&nbsp;SITE MAP;url=/site_map.php");

}

//	Living Donors
with(milonic=new menuname("Donors")){
	style=menuStyle;
	orientation="vertical";
	itemwidth=160;
	aI("text=&nbsp;WELCOME;url=/living_donors.php#welcome");
	aI("text=&nbsp;RECIPIENT BENEFITS;url=/living_donors.php#recipient_benefits");
	aI("text=&nbsp;DONOR RISKS;url=/living_donors.php#donor_risks");
	aI("text=&nbsp;THE DONOR PROCESS;url=/living_donors.php#donor_process");
	aI("text=&nbsp;DONOR HALL OF FAME;url=/tristans_story.php");
	aI("text=&nbsp;RELATED SITES;url=/living_donors.php#related_sites");
}

//	Recipients
with(milonic=new menuname("Recipients")){
	style=menuStyle;
	orientation="vertical";
	itemwidth=200;
	aI("text=&nbsp;WELCOME;url=/kidney_recipients.php#welcome");
//	aI("text=&nbsp;WHAT WE DO FOR YOU;url=/kidney_recipients.php#what");
	aI("text=&nbsp;THE RECIPIENT PROCESS;url=/kidney_recipients.php#process");
	aI("text=&nbsp;TIPS FOR THE BEST OUTCOME;url=/kidney_recipients.php#tips");
//	aI("text=&nbsp;DONOR LOCATOR;url=/search_donors.php");
}

//	Registry
with(milonic=new menuname("Registry")){
	style=menuStyle;
	orientation="vertical";
	itemwidth=220;
	aI("text=&nbsp;HOW THE REGISTRY WORKS;url=/registry.php#overview");
	aI("text=&nbsp;WHAT IS PAIRED EXCHANGE;url=/registry.php#paired");
	aI("text=&nbsp;COSTS TO PARTICIPATE;url=/registry.php#costs");
//	aI("text=&nbsp;FREQUENTLY ASKED QUESTIONS;url=/registry.php#faq");
	aI("text=&nbsp;RELATED SITES;url=/related_sites.php");
//	aI("text=&nbsp;HOW IT WORKS;url=/financial_aid.php#how_it_works");
//	aI("text=&nbsp;APPLY FOR FINANCIAL AID;url=/financial_aid.php#apply");
	aI("text=&nbsp;MAKE A FINANCIAL DONATION;url=/mform7.php");
}

//	Transplant Center
with(milonic=new menuname("Transplant")){
	style=menuStyle;
	orientation="vertical";
	itemwidth=270;
	aI("text=&nbsp;WELCOME;url=/transplant_center.php#welcome");	
	aI("text=&nbsp;PARTICIPATING CENTERS;url=/transplant_center.php#contact");
	aI("text=&nbsp;LIVING DONOR EVALUATION GUIDELINES;url=/transplant_center.php#evaluation");
	aI("text=&nbsp;SPEED TO MATCH;url=/transplant_center.php#speed");
	aI("text=&nbsp;RESULTS;url=/transplant_center.php#results");
	aI("text=&nbsp;FINANCIAL MODEL;url=/transplant_center.php#fmodel");
	aI("text=&nbsp;HLA & CROSS MATCHING;url=/transplant_center.php#hla");
	aI("text=&nbsp;SHIPPING KIDNEYS;url=/transplant_center.php#shipping");
	aI("text=&nbsp;PARTICIPATING CENTER REQUIREMENTS;url=/transplant_center.php#procedures");

//	aI("text=&nbsp;CENTER LOGIN;url=/transplant_center.php#login");
//	aI("text=&nbsp;CENTER LOGIN;url=/https://lm.leads360.com/Web/Login.aspx;target=_blank;");
}

//	About Us
with(milonic=new menuname("About")){
	style=menuStyle;
	orientation="vertical";
	itemwidth=180;
	aI("text=&nbsp;PRESS RELEASES;url=/pages/c3/press_releases");
	aI("text=&nbsp;IN THE NEWS;url=/pages/c1/in_the_news");
//	aI("text=&nbsp;TV COVERAGE;url=/tv_coverage.php");
	aI("text=&nbsp;MISSION;url=/about_us.php#mission");
//	aI("text=&nbsp;VISION;url=/about_us.php#vision");
	aI("text=&nbsp;OUR STORY;url=/about_us.php#our_story");
	aI("text=&nbsp;MANAGEMENT TEAM;url=/about_us.php#management_team");
	aI("text=&nbsp;ADVISORY BOARD;url=/advisory_board.php");
	aI("text=&nbsp;FOUNDING BENEFACTORS;url=/founding_benefactors.php");
	aI("text=&nbsp;CONTACT US;url=/contact_us.php");
}

drawMenus();
