





_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out

_menuOpenDelay=150            // The time delay before menus open on mouse over

_subOffsetTop=10              // Sub menu top offset

_subOffsetLeft=-10            // Sub menu left offset







with(menuStyle=new mm_style()){

onbgcolor="#ffffff";          // menu mouse over color

oncolor="#000000";            // font mouse over color

offbgcolor="#33CCCC";         // menu color

offcolor="#0000ff";           // font color

bordercolor="#666666";        // outside border color

borderstyle="solid";

borderwidth=1;                // outside border width

separatorcolor="#000000";     // line separator color

separatorsize="1";            // line separator width

padding=3;                    // cell padding

fontsize="75%";               // font size

fontstyle="normal";           // font style

fontweight="bold";            // font weight

fontfamily="Comic Sans MS, Verdana, Tahoma, Arial";    // font

pagecolor="#0000ff";          // first font color

pagebgcolor="#33CCCC";        // first menu color

headercolor="#000000";

headerbgcolor="#ffffff";      // first mouse over menu color

subimage="images/arrow.gif";

subimagepadding="2";

// overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";

overfilter="Fade(duration=0.2);Alpha(opacity=90)";

outfilter="randomdissolve(duration=0.3)";

}





with(milonic=new menuname("Main Menu")){

// position="relative";

screenposition="center";

left="offset=-1"

style=menuStyle;

top=257; // 180 - 195

// left=0;

alwaysvisible=1;

orientation="horizontal";

// aI("text=Home;url=/new/index.htm;");

//aI("text=Main;showmenu=main;");

aI("text=Home;url=/default.php;status=Home;");

aI("text=Who we are;showmenu=Who we are;");

aI("text=How to find us;showmenu=How to find us;");

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

aI("text=Links;url=/links.php;status=Links;");

aI("text=Calendar;url=/cal;status=Calendar;target=_blank");

}



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

style=menuStyle;

overflow="scroll";

aI("text=Home;url=/default.php;status=Home;");

aI("text=Welcome;url=/welcome.php;status=Welcome;");

}



with(milonic=new menuname("Who we are")){

style=menuStyle;

overflow="scroll";

aI("text=Our Beliefs;url=/ourbeliefs.php;status=Our Beliefs;");

aI("text=Why Jesus Christ?;url=/whyjesuschrist.php;status=Why Jesus Christ?;");

aI("text=Leadership;url=/leadership.php;status=Leadership;");

aI("text=Church Profile;url=/churchprofile.php;status=Church Profile;");

aI("text=Sign Our Guestbook;url=/guestbook;status=Sign Our Guestbook;target=_blank");

aI("text=Scent Free;url=/scentfree.php;status=Scent Free;");

aI("text=Blog;url=/plog;status=Blog;");

}



with(milonic=new menuname("How to find us")){

style=menuStyle;

// margin=10;

aI("text=Directions;url=/directions.php;status=Directions;");

aI("text=Contact Us;url=/contactus.php;status=Contact Us;");

}



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

style=menuStyle;

aI("text=Listen to Sermons;url=/sermondownloads.php;status=Listen to Sermons;");

aI("text=Books;url=/book.php;status=Book;");

aI("text=Pamphlets;url=/pamphlets.php;status=Pamphlets;");

aI("text=The Dream;url=/dream.php;status=The Dream;");

}



drawMenus();



