


_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=10              // Sub menu top offset
_subOffsetLeft=-10            // 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="#e0e0e0";
oncolor="#006699";
offbgcolor="#006699";
offcolor="#f7f7f7";
bordercolor="000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#f7f7f7";
separatorsize="1";
padding=3;
fontsize="8pt";
fontstyle="bold";
fontfamily="Tahoma, Arial";
//pagecolor="white";
//pagebgcolor="#82B6D7";
//headercolor="#000000";
//headerbgcolor="#ffffff";
subimage="../navigation/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
//outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Applications")){
style=menuStyle;
overflow="scroll";
aI("text=CyberLibrarian;url=../library/index.cfm;");
aI("text=Dynamic User Guide Application;url=../Help/OnlineHelp.cfm;");
aI("text=SoundSearch;url=../soundsearch/index.cfm;");
aI("text=Document List;url=../documents/index.cfm;");
aI("text=Registered User Login;");
aI("text=Email Generator;");
}

with(milonic=new menuname("WebDev")){
style=menuStyle;
overflow="scroll";
aI("text=URL Reference;url=../web_development/URL.cfm;");
aI("text=Resume;url=../resume/index.cfm;");
aI("text=Technical Abilities;url=../web_development/abilities.cfm;");
aI("text=Application Development;../url=web_development/applications.cfm;");
aI("text=Project/Configuration Management;../url=web_development/pm_cm.cfm;");
aI("text=Dynamic User Guide Application;url=../Help/OnlineHelp.cfm;");
}

with(milonic=new menuname("Code")){
style=menuStyle;
aI("text=Technical Abilities;url=../web_development/abilities.cfm;");
aI("text=Laboratory;url=../laboratory/index.cfm;");
aI("text=ColdFusion;url=../code/CF.cfm;");
aI("text=CSS;url=../code/CSS.cfm;");
aI("text=XHTML/HTML;url=../code/XHTML.cfm;");
aI("text=XML;url=../code/XML.cfm;");
aI("text=JavaScript;url=../code/Jscript.cfm;");
aI("text=DHTML;url=../code/DHTML.cfm;");
aI("text=ASP;url=../code/ASP.cfm;");
aI("text=Flash;url=../code/flash.cfm;");
//aI("text=Coding Links;url=../links/search_results.cfm?subject=Programming;");
aI("text=Programming Concepts;url=../code/concepts.cfm;");
}

with(milonic=new menuname("Graphics")){
style=menuStyle;
aI("text=Web Design;url=../web_development/URL.cfm;");
aI("text=Print Advertising;url=../graphics/print.cfm;");
aI("text=Logo Design;url=../graphics/logo.cfm;");
aI("text=Banner Advertising;url=../graphics/banners.cfm;");
aI("text=graphicreations;url=../art/search_results.cfm?Category=graphicreations;");
}

with(milonic=new menuname("Art")){
style=menuStyle;
aI("text=Paintings;url=../art/search_results.cfm?category=Paintings;");
aI("text=Drawings;url=../art/search_results.cfm?category=Drawings;");
aI("text=Photography;url=../art/search_results.cfm?category=Photography;");
aI("text=Collage/Multimedia;url=../art/search_results.cfm?category=Collage/Multimedia;");
aI("text=Monoprint;url=../art/search_results.cfm?category=Monoprint;");
aI("text=Other;url=../art/search_results.cfm?category=Other;");
aI("text=Art Links;url=../links/search_results.cfm?category=Art;");
}

with(milonic=new menuname("Writing")){
style=menuStyle;
aI("text=Poetry;url=../writing/search_results.cfm?Category=Poetry;");
aI("text=Lyrics;url=../writing/search_results.cfm?Category=Lyrics;");
aI("text=Prose;url=../writing/search_results.cfm?Category=Prose;");
aI("text=Other;url=../writing/search_results.cfm?Category=Other;");
aI("text=Writing Links;url=../links/search_results.cfm?category=Writing;");
}

with(milonic=new menuname("Music")){
style=menuStyle;
aI("text=Band Biographies;url=../music/bands.cfm;");
aI("text=My Music;url=../music/my_music.cfm;");
aI("text=SoundSearch;url=../soundsearch/index.cfm;");
aI("text=Music Links;url=../links/search_results.cfm?category=Music;");
}

with(milonic=new menuname("else")){
style=menuStyle;
aI("text=Photo Albums;url=../galleries/index.cfm;");
aI("text=Home Movies;url=../galleries/homemovies.cfm;");
aI("text=Gardening;url=../galleries/gardening.cfm;");
aI("text=Links;url=../links/index.cfm;");
aI("text=Zen Garden;url=../zen/karaniya.htm;");
//aI("text=Cancer Hope Network;url=../links/chn.cfm;");
aI("text=Cancer Hope Network;url=http://www.cancerhopenetwork.org;");
aI("text=Soul of Orient;url=../yaya/index.cfm;");
//aI("text=Soul of Orient;url=http://www.studiocb.net/yaya/index.cfm;");
}

with(milonic=new menuname("About")){
style=menuStyle;
aI("text=Professional Biography;url=../about/pro.cfm;");
aI("text=Personal Biography;url=../about/personal.cfm;");
aI("text=Services;url=../about/services.cfm;");
aI("text=Contact;url=../about/contact.cfm;");
}

drawMenus();

