fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#F0F0F0";
borderstyle="solid";
borderwidth=2;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#3366CC";
offcolor="#F5F5DC";
onbgcolor="#ddffdd";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#3366CC";
pagecolor="#ffffff";
separatorcolor="#F0F0F0";
separatorsize=3;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
screenposition="center";
left=0;
orientation="horizontal";
style=menuStyle;
top=115;
aI("text=Home;url=http://www.greenlloyd.com;");
aI("showmenu=Groups;text=Groups;");
aI("showmenu=Blogs;text=Blogs;");
aI("showmenu=Books;text=Books;");
aI("showmenu=Facebook;text=Facebook;");
aI("showmenu=Twitter;text=Twitter;");
aI("showmenu=Homepages;text=Homepages;");
aI("showmenu=Links;text=Links;");
}

with(milonic=new menuname("Groups")){
style=menuStyle;
aI("text=Facebook: Virtual Muser on Facebook;url=http://www.facebook.com/group.php?gid=33298549460;");
}

with(milonic=new menuname("Blogs")){
overflow="scroll";
style=menuStyle;
aI("text=Why I May Still Be Canadian;url=http://stillacanadian.blogspot.com;")
aI("text=Nothing Matters;url=http://rongreen5.wordpress.com;")
}

with(milonic=new menuname("Books")){
overflow="scroll";
style=menuStyle;
aI("text=As I Died Laughing;url=http://e-bookspublisher.com/authors_detail.php?id=966/;");
aI("text=Nothing Matters;url=http://nothing-matters.org/;");
}

with(milonic=new menuname("Facebook")){
overflow="scroll";
style=menuStyle;
aI("text=David Lloyd;url=http://www.facebook.com/dlloyd09;")
aI("text=Ronald Green;url=http://www.facebook.com/profile.php?id=100001336912014;");
aI("text=As I Died Laughing;url=https://www.facebook.com/groups/169244803156949/;");
aI("text=Nothing Matters;url=http://www.facebook.com/pages/Nothing-Matters/182926818395516;");
}

with(milonic=new menuname("Twitter")){
overflow="scroll";
style=menuStyle;
aI("text=Ronald Green;url=http://twitter.com/#!/Rongreen5;")
aI("text=David Lloyd;url=http://twitter.com/#!/dlboker;")
}


with(milonic=new menuname("Homepages")){
overflow="scroll";
style=menuStyle;
aI("text=David Lloyd;url=http://david.greenlloyd.com;")
}

with(milonic=new menuname("Links")){
overflow="scroll";
style=menuStyle;
aI("text=Reality;url=http://www.greenlloyd.com/reality.htm;")
aI("text=Identity / Body;url=http://www.greenlloyd.com/identity_body.htm;")
aI("text=Time / Space;url=http://www.greenlloyd.com/timespace.htm;")
aI("text=Mythology / Religion;url=http://www.greenlloyd.com/mythology_religion.htm;")
aI("text=Love / Sex / Eros;url=http://www.greenlloyd.com/love_sex_eros.htm;")
aI("text=Literature;url=http://www.greenlloyd.com/literature.htm;")
aI("text=Learning;url=http://www.greenlloyd.com/learning.htm;")
}


drawMenus();


