

_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=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#F7FFFF";
oncolor="#FF0033";
offbgcolor="#4C4C4C";
offcolor="#E8DC1D";
//offcolor="#BD9906";
bordercolor="#4C4C4C";
borderstyle="solid";
borderwidth=1;
separatorcolor="#BD9906";
separatorsize=2;
//separatorheight=1;
separatorpadding=3;
padding=5;
fontsize="59.5%"; //Modified 25/01/2005
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
fontweight="bold";
pagecolor="#BD9906";
pagebgcolor="#000000";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow_down.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("General")){
style=menuStyle;
overflow="scroll";
aI("text=Introduction;url=g_intro.html;");
aI("text=Distribution;url=g_distri.html;");
aI("text=Description;url=g_descri.html;");
aI("text=Song;url=g_song.html;");
aI("text=Prices;url=g_price.html;");
aI("text=Cages For Shamas;url=g_cages.html;");
}

with(milonic=new menuname("Breeding")){
style=menuStyle;
aI("text=Season;url=b_season.html;");
aI("text=Food;url=b_food.html;");
aI("text=Aviary;url=b_aviary.html;");
aI("text=Nest-box;url=b_nestbox.html;");
aI("text=Introducing the pair;url=b_intropair.html;");
aI("text=Newly hatched chicks;url=b_hatched.html;");
aI("text=Chick development;url=b_chickdev.html;");
}

with(milonic=new menuname("Letters")){
style=menuStyle;
aI("text=My friend, Axel;url=l_axel.php;");
aI("text=Others;url=l_others.php;");
}

//Modified By Eileen 25/01/2005
with(milonic=new menuname("Gallery")){
style=menuStyle;
aI("text=Photos;url=gallery.cfm;"); //Modified By Wallace 13/12/2005
aI("text=Videos Of Shamas;url=video.cfm?cat=YJKEKDLDJELLGSEWFKEK;");
aI("text=Videos Of Other Song Birds;url=video.cfm?cat=XASEEJCOWUTKLXKWJRLS;");
}

with(milonic=new menuname("Songbirds")){
style=menuStyle;
aI("text=Hwamei;url=os_hwamei.html;");
aI("text=Oriental White-eye;url=os_orientalwe.html;");
aI("text=Red-whiskered Bulbul;url=os_rwbulbul.html;");
aI("text=Zebra Dove;url=os_zdove.html;");
}

with(milonic=new menuname("QA")){
style=menuStyle;
aI("text=Breeding problems;url=http://www.milonic.com/mydetails.php;");
aI("text=Chicks;url=http://www.milonic.com/mydetails.php;");
aI("text=Display;url=http://www.milonic.com/mydetails.php;");
aI("text=Growth & Development;url=http://www.milonic.com/mylicenses.php;");
aI("text=Life span;url=http://www.milonic.com/login.php;");
aI("text=Molt;url=http://www.milonic.com/mydetails.php;");
aI("text=Nutrition;url=http://www.milonic.com/mysupport.php;");
aI("text=Parasites;url=http://www.milonic.com/reqsupport.php;");
aI("text=Song;url=http://www.milonic.com/myinvoices.php;");
aI("text=Vitamins & Supplements;url=http://www.milonic.com/mydetails.php;");
aI("text=Vermin;url=http://www.milonic.com/mydetails.php;");
}

with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=Web Sites;url=l_websites.cfm;"); //Modified By Wallace 13/12/2005
aI("text=Directory;url=l_directory.html;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Email me;url=mailto:david@shama.com.sg;");
}

//Wallace 21/03/2006: Add in new Articles sub menu
with(milonic=new menuname("Articles")){
style=menuStyle;
aI("text=Article 1;url=article_1.html;");
aI("text=Article 2;url=article_2.html;");
}

//Wallace 21/03/2006: Add in new Q&A sub menu
with(milonic=new menuname("QnA")){
style=menuStyle;
aI("text=Part 1;url=q&a_1.html;");
aI("text=Part 2;url=q&a_2.html;");
}

drawMenus();

