_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=10            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=5               // 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="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
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=84;
left=10;
alwaysvisible=1;
aI("text=Home;url=index.html;status=Back To Home Page;");
aI("text=The Field - Lynne McTaggart;url=javascript:openIFrame('tempiframe','The human energy field from The Field by Lynne McTaggart.htm');;status=The Field - Lynne McTaggart;");
aI("text=Google - Lynne McTaggart;url=javascript:openIFrame('tempiframe','http://www.google.nl/search?q=the+field+lynne+mctaggart&ie=UTF-8&oe=UTF-8&hl=nl&lr=');;status=Google - Lynne McTaggart;");
aI("text=ODE - Zero Point Field;url=javascript:openIFrame('tempiframe','http://www.ode.nl/scripts/backIssue.php?oID=186');;status=ODE - Zero Point Field;");
}


drawMenus();





