


_menuCloseDelay=50           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // 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="#D3DCEC";
oncolor="#123980";
offbgcolor="#123980";
offcolor="#FAECB1";
bordercolor="#4A6EB0";
borderstyle="solid";
borderwidth=1;
separatorcolor="#4A6EB0";
separatorsize="1";
padding=5;
fontsize="60%";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="white";
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="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";//"randomdissolve(duration=0.3)";
}


with(milonic=new menuname("menu1")){
style=menuStyle;
top=4;
left=-60;
alwaysvisible=0;
orientation="vertical";

aI("text=Step-by-Step self-publishing;url=index.php?act=viewSubDoc&docId=5");
aI("text=Why use Seaview Press?;url=index.php?act=viewSubDoc&docId=6");
aI("text=After your book is published;url=index.php?act=viewSubDoc&docId=7");
aI("text=Launching your book;url=index.php?act=viewSubDoc&docId=8");
aI("text=FAQ;url=index.php?act=viewSubDoc&docId=2");
}

with(milonic=new menuname("menu2")){
style=menuStyle;
top=4;
left=-60;
alwaysvisible=0;
orientation="vertical";
aI("text=News Room;url=index.php?act=viewSubDoc&docId=1");
aI("text=Our Sponsorship of Writers;url=index.php?act=viewSubDoc&docId=18");
aI("text=Testimonials;url=index.php?act=viewSubDoc&docId=19");
aI("text=Frequently Asked Questions;url=index.php?act=viewSubDoc&docId=2");
aI("text=Links;url=index.php?act=viewSubDoc&docId=3");
aI("text=Site Map;url=index.php?act=viewSubDoc&docId=4");
}

drawMenus();

