_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="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="50%";
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("Gospels")){
style=menuStyle;
top=85;
left=7;
alwaysvisible=1;
orientation="";
aI("text=Cards by Gospel;type=header;headerbgcolor=blue;headercolor=white;");
aI("text=Matthew;fontsize=75%;url=javascript:submitmenuform(1);");
aI("text=Verses;showmenu=matthew;openonclick=1;closeonclick=1;");
aI("text=;type=header;itemheight=4;separatorsize=0;");
aI("text=Mark;fontsize=75%;url=javascript:submitmenuform(2);");
aI("text=Verses;showmenu=mark;openonclick=1;closeonclick=1;");
aI("text=;type=header;itemheight=4;separatorsize=0;");
aI("text=Luke;fontsize=75%;url=javascript:submitmenuform(3);");
aI("text=Verses;showmenu=luke;openonclick=1;closeonclick=1;");
aI("text=;type=header;itemheight=4;separatorsize=0;");
aI("text=John;fontsize=75%;url=javascript:submitmenuform(4);");
aI("text=Verses;showmenu=john;openonclick=1;closeonclick=1;");

}

// this works also
// url=javascript:window.mainframe.submitthumbnailsform(2);

with(milonic=new menuname("matthew")){
style=menuStyle;
overflow="scroll";
aI("url=javascript:submitversesform(1);itemheight=41;image=th_card1.jpg;imageheight=40px;imagealign=center;imagepadding=20px;text=3:15 - Let it be so now; it is proper for us" + "<br>" + " to do this to fulfill all righteousness;");
aI("url=javascript:submitversesform(2);text=4:4 - It is written: Man does not live on bread alone," + "<br>" + " but on every word that comes from the mouth of God;" + "</b>");
aI("text=" + "<b>" + "3:15 - Let it be so now; it is proper for us" + "<br>" + " to do this to fulfill all righteousness;");

}

with(milonic=new menuname("mark")){
style=menuStyle;
overflow="scroll";
aI("url=javascript:window.mainframe.submitthumbnailsform(1);itemheight=41;image=th_card1.jpg;imageheight=40px;imagealign=center;imagepadding=20px;text=3:15 - Let it be so now; it is proper for us" + "<br>" + " to do this to fulfill all righteousness;");
aI("url=javascript:window.mainframe.submitthumbnailsform(2);text=4:4 - It is written: Man does not live on bread alone," + "<br>" + " but on every word that comes from the mouth of God;");
aI("text=3:15 - Let it be so now; it is proper for us" + "<br>" + " to do this to fulfill all righteousness;");

}

with(milonic=new menuname("luke")){
style=menuStyle;
overflow="scroll";
aI("url=javascript:window.mainframe.submitthumbnailsform(1);itemheight=41;image=th_card1.jpg;imageheight=40px;imagealign=center;imagepadding=20px;text=3:15 - Let it be so now; it is proper for us" + "<br>" + " to do this to fulfill all righteousness;");
aI("url=javascript:window.mainframe.submitthumbnailsform(2);text=4:4 - It is written: Man does not live on bread alone," + "<br>" + " but on every word that comes from the mouth of God;");
aI("text=3:15 - Let it be so now; it is proper for us" + "<br>" + " to do this to fulfill all righteousness;");

}

with(milonic=new menuname("john")){
style=menuStyle;
overflow="scroll";
aI("url=javascript:window.mainframe.submitthumbnailsform(1);itemheight=41;image=th_card1.jpg;imageheight=40px;imagealign=center;imagepadding=20px;text=3:15 - Let it be so now; it is proper for us" + "<br>" + " to do this to fulfill all righteousness;");
aI("url=javascript:window.mainframe.submitthumbnailsform(2);text=4:4 - It is written: Man does not live on bread alone," + "<br>" + " but on every word that comes from the mouth of God;");
aI("text=3:15 - Let it be so now; it is proper for us" + "<br>" + " to do this to fulfill all righteousness;");

}



with(milonic=new menuname("Image Types")){
style=menuStyle;
top=400;
left=7;
alwaysvisible=1;
orientation="";
aI("text=Image Types;showmenu=ImageTypes;");
}

with(milonic=new menuname("ImageTypes")){
style=menuStyle;
overflow="scroll";
aI("text=Renaissance Art;url=javascript:setCookie('imagetype','renaissance');status=Images from renaissance artists");
aI("text=Other;url=javascript:setCookie('imagetype','other');status=Images from various sources;");
}


drawMenus();


