
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=20            // 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="0180AB";
oncolor="FFFFFF";
offbgcolor="c7d9e8";
offcolor="000000";
onsubimage="arrow.gif";
bordercolor="CC9900";
borderstyle="solid";
menubgimage='blkblock.gif';borderwidth=0;
separatorcolor="CC9966";
separatorsize="1";
padding=5;
fontsize="65%";
fontstyle="bold";
fontfamily="Arial";
pagecolor="ffffff";
pagebgcolor="0180AB";
headercolor="0180AB";
headerbgcolor="0180AB";
subimage="arrow.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("Main Menu")){
style=menuStyle;
top=0;
left=100;
alwaysvisible=1;
orientation="horizontal";
aI("text=Homepage;url=http://www.donoreggbankinc.com/homepage.html;status=Return to Homepage;");
aI("text=About Us;showmenu=about;status=About Donor Egg Bank Inc;");
aI("text=Information for Donors;showmenu=guitars;");
aI("text=Frozen Egg Donation;showmenu=future;");
aI("text=Traditional Egg Donation;showmenu=trad;");
aI("text=Fees and Costs;showmenu=fees;");
aI("text=Donor Profiles;url=/profiles.html;");
aI("text=Contact Us;url=http://www.donoreggbankinc.com/contact.html;");
}

with(milonic=new menuname("guitars")){
style=menuStyle;
overflow="scroll";
aI("text=What is egg donation?;url=http://www.donoreggbankinc.com/d1.html;");
aI("text=What are the requirements?;url=http://www.donoreggbankinc.com/d2.html;");
aI("text=How do I become an egg donor?;url=http://www.donoreggbankinc.com/d3.html;");
aI("text=What is the medical process I will go through?;url=http://www.donoreggbankinc.com/d4.html;");
aI("text=Are there any side effects?;url=http://www.donoreggbankinc.com/d5.html;");
aI("text=How will I be compensated?;url=http://www.donoreggbankinc.com/d6.html;");
aI("text=Frequently Asked Questions;url=http://www.donoreggbankinc.com/d7.html;");
aI("text=Screening Application;url=http://www.donoreggbankinc.com/d8.html;");
}

with(milonic=new menuname("future")){
style=menuStyle;
aI("text=About frozen eggs;url=/abouteggs.html");
aI("text=Why use frozen eggs;url=/whyeggs.html");
aI("text=What is the process I will go through;url=/process.html");
aI("text=Donor Preferences;url=/donorprefs.html");
aI("text=FAQs;url=/futurefaqs.html");

}

with(milonic=new menuname("price")){
style=menuStyle;
aI("text=Important Facts on Pricing;url=/p1.html;");
aI("text=Frozen Egg Batches;url=/p2.html;");
aI("text=Our Guarantee on Frozen Eggs;url=/p3.html;");
aI("text=Reservation Policy;url=/p4.html;");
}

with(milonic=new menuname("news")){
style=menuStyle;
aI("text=Winter '05 News Release;url=news1.pdf");
aI("text=Spring '06 News Release;url=news2.pdf");
aI("text=Summer '06 News Release;url=summernews06.pdf");
aI("text=Winter '07 News Release;url=07Newsletter-Winter.pdf");
aI("text=Egg Freezing - Los Angeles Times;url=EggFreezing-LosAngelesTimes.pdf;");
}

with(milonic=new menuname("trad")){
style=menuStyle;
aI("text=About Traditional Egg Donation;url=abouttrad.html");
aI("text=What is the process I will go though;url=whatprocess.html");
aI("text=Donor Preferences;url=/donorprefs.html");
aI("text=FAQs;url=tradfaq.html");
}

with(milonic=new menuname("about")){
style=menuStyle;
aI("text=About Donor Egg Bank;url=about.html");
aI("text=Testimonials;url=testimonials.html");
aI("text=News Releases;showmenu=news;");
}

with(milonic=new menuname("fees")){
style=menuStyle;
aI("text=Frozen Egg Donation;url=fees-frozen.html");
aI("text=Traditional Egg Donation;url=fees-trad.html");
}

drawMenus();

