﻿





_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="#4882C2";

oncolor="#ffffff";

offbgcolor="#1c3c76";

offcolor="#ffffff";

bordercolor="#296488";

borderstyle="clear";

borderwidth=1;

separatorcolor="";

separatorsize="1";

padding=5;

fontsize="110%";

fontstyle="normal";

fontfamily="Arial, carleton, Verdana, Tahoma, Arial";

pagecolor="white";

pagebgcolor="#4882C2";

headercolor="#000000";

headerbgcolor="#ffffff";

subimage="";

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=108;

left=225;

alwaysvisible=1;

followscroll="0";

orientation="horizontal";

aI("text=Home;url=home.html;status=Back To Home Page;");

aI("text=About Us;showmenu=About Us;");

aI("text=Articles;showmenu=Articles;");

aI("text=Online Store;showmenu=Online Store;");

aI("text=Live Seminars;showmenu=Live Seminars;");

aI("text=Contact Us;showmenu=Contact Us;");

aI("text=Links;showmenu=Links;");

}



with(milonic=new menuname("About Us")){

style=menuStyle;

overflow="scroll";

aI("text=About Us;url=dvc_aboutus.html;");

aI("text=Meet Pastor Joe;url=dvc_joeschimmel.html;");

}







with(milonic=new menuname("Articles")){

style=menuStyle;

aI("image=;text=The Mona Lucy;url=dvc_themonalucy.html;");

aI("text=Complete List of Articles;url=http://www.goodfight.org/articles.html;target=new;");

}



with(milonic=new menuname("Online Store")){

style=menuStyle;

aI("text=Audio Messages;url=http://www.goodfight.org/store/resources_main_audio_chr_liv.html;target=new;");

aI("text=Hollywood's War on God;url=http://www.goodfight.org/store/resources_video_hwog.html;target=new;");

aI("text=Explode the Da Vinci Code;url=http://www.goodfight.org/store/resources_video_etdvc.html;target=new;");

aI("text=Go Directly To The Online Store;url=http://www.goodfight.org/store/resources_main_video.html;target=new;");

}



with(milonic=new menuname("Live Seminars")){

style=menuStyle;

aI("text=Schedule a Live Seminar;url=dvc_scheduleaseminar.html;");

}





with(milonic=new menuname("Contact Us")){

style=menuStyle;

aI("text=We Want To Hear From You;url=dvc_contactus.html;");

}



with(milonic=new menuname("Links")){

style=menuStyle;

aI("text=Living Waters;url=http://www.livingwaters.com;target=new");

aI("text=Complete List of Links;url=dvc_links.html;");

}



drawMenus();



