fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(ScrollingSampStyle=new mm_style()){
bordercolor="#666666";
borderstyle="solid";
borderwidth=1;
fontfamily="comic sans ms,verdana,helvetica";
fontsize="12px";
fontstyle="normal";
fontweight="normal";
offbgcolor="beige";
offcolor="#333333";
onbgcolor="#FEFA92";
oncolor="#666666";
padding=3;
imagepadding=3;
}

with(menu=new menuname("Main Menu")){
alwaysvisible=1;
itemwidth="5%";
menualign="center";
menuwidth="82%";
orientation="horizontal";
style=ScrollingSampStyle;
top=130;
aI("text=&nbsp;&nbsp;Home&nbsp;&nbsp;;title=Back to Home Page;url=/index.html;");
aI("text=&nbsp;&nbsp;Previous Page&nbsp;&nbsp;url=javascript:history.go(-1);");
aI("showmenu=KI my ki;text=&nbsp;&nbsp;My KI&nbsp;&nbsp;;");
aI("showmenu=KI search;text=&nbsp;&nbsp;Search&nbsp;&nbsp;;");
}


with(menu=new menuname("KI my ki")){
margin=3;
style=ScrollingSampStyle;
aI("image=/image/18lock.gif;text=Member's Page;url=/members/index.shtml;target=_blank;");
aI("image=/image/18question.gif;separatorsize=1;text=Password Help;url=/cgi-bin/la/manage.cgi?a=lost;target=_blank;targetfeatures=height=455,width=725,left=250,top=100");
aI("image=/image/18quote.gif;text=KI Forum;url=/KIForum/index.php;target=_blank;");
}


with(menu=new menuname("KI search")){
style=ScrollingSampStyle;
aI("text=`<form method=get action=/search/search.pl name=search style='margin:0px;'><table><tr><td><input name=terms size=20></td></tr><tr><td><input type=submit value=Search></td></tr></table></form>`;type=form;align=center;onbgcolor=;onborder=;");
aI("image=/image/18site.gif;text=Site Map;url=/sitemap.html;");
}

drawMenus();

