
_menuCloseDelay=0           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_followSpeed=0                // Follow scrolling speed
_followRate=0                // 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="#ff9";
oncolor="#cc0000";
offbgcolor="#9CF";
offcolor="#141F47";
separatorsize="10";
padding=5;
fontsize="95%";
fontweight="bold";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
}

with(menuSubStyle=new mm_style()){
onbgcolor="#FFFF99";
oncolor="#cc0000";
offbgcolor="#FFFFFF";
offcolor="#000000";
borderwidth="1";
borderstyle="solid";
bordecolor="#141F47";
separatorsize="0";
padding=5;
fontsize="95%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
}

with(milonic=new menuname("stan lee's sunday comics")){
style=menuSubStyle;
overflow="scroll";
aI("text=new releases;url=http://www.komikwerks.com/sundaycomics.php;");
aI("text=stan's soapbox;url=http://www.komikwerks.com/sundaycomics_soapbox.php;");
}

with(milonic=new menuname("comics")){
style=menuSubStyle;
overflow="scroll";
aI("text=world of quest;url=http://www.komikwerks.com/comic_title.php?ti=59;");
aI("text=komikwerks' comics index;url=http://www.komikwerks.com/comic_list.php;");
aI("text=stan lee's sunday comics;url=http://www.komikwerks.com/sundaycomics.php;");
aI("text=kubert month index;url=http://www.komikwerks.com/kubert_list.php;");
aI("text=psp comics;url=http://www.komikwerks.com/psp/index.php;");
}

with(milonic=new menuname("previews")){
style=menuSubStyle;
overflow="scroll";
aI("text=anthologies;url=http://www.komikwerks.com/previews/previews_kw.php;");
aI("text=graphic novels;url=http://www.komikwerks.com/ibooks_preview.php;");
}


with(milonic=new menuname("features")){
style=menuSubStyle;
aI("text=the KW interview;url=http://www.komikwerks.com/interview.php;");
aI("text=besides the point;url=http://www.komikwerks.com/column.php?cid=16;");
aI("text=beyond the pages;url=http://www.komikwerks.com/column.php?cid=19;");
aI("text=comics 4-1-1;url=http://www.komikwerks.com/column.php?cid=21;");
aI("text=comics writing;url=http://www.komikwerks.com/column.php?cid=17;");
aI("text=confused & amused;url=http://www.komikwerks.com/column.php?cid=18;");
aI("text=dear krognar;url=http://www.komikwerks.com/krognar.php;");
aI("text=jog likes comics;url=http://www.komikwerks.com/jog_likes_comics.php;");
aI("text=manga girls;url=http://www.komikwerks.com/column.php?cid=20;");
aI("text=rants;url=http://www.komikwerks.com/rants.php;");
aI("text=suspended animation;url=http://www.komikwerks.com/suspended.php;");
// aI("text=the passion of the cory;url=http://www.komikwerks.com/passion_of_cory.php;");
// aI("text=larger than life;url=http://www.komikwerks.com/larger_than_life.php;");
}

with(milonic=new menuname("discussion")){
style=menuSubStyle;
aI("text=kw discussions;url=http://www.komikwerks.com/forum/index.php;");
aI("text=kollaborators;url=http://www.komikwerks.com/forum/forumdisplay.php?s=aa4ee3f0dc5d0cf96676eb09b79b400a&forumid=1;");
}

with(milonic=new menuname("store")){
style=menuSubStyle;
aI("text=buy books and other great stuff;url=http://www.komikwerks.com/store.php;");
aI("text=T-Shirts and more!;url=http://www.spreadshirt.com/shop.php?sid=21641;");
aI("text=graphic novels;url=http://www.komikwerks.com/ibooks_preview.php;");
}

with(milonic=new menuname("about us")){
style=menuSubStyle;
aI("text=kw overview;url=http://www.komikwerks.com/aboutus.php;");
aI("text=news;url=http://www.komikwerks.com/news.php;");
aI("text=the people of kw;url=http://www.komikwerks.com/whoareyou.php;");
}

with(milonic=new menuname("links")){
style=menuSubStyle;
aI("text=our links;url=http://www.komikwerks.com/links.php;");
aI("text=link to us;url=http://www.komikwerks.com/linktous.php;");
}

with(milonic=new menuname("contact info")){
style=menuSubStyle;
aI("text=general info;url=http://www.komikwerks.com/contact.php;");
aI("text=submissions;url=http://www.komikwerks.com/submissions.php;");
aI("text=licensing;url=http://www.komikwerks.com/licensing.php;");
aI("text=join our email list;url=http://www.komikwerks.com/email_list.php;");
}

drawMenus();