


_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=50                // 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

//#295AA5







with(menuStyle=new mm_style()){
onbgcolor="#876735";
oncolor="#FFFF80";
offbgcolor="#5B4F3B";
offcolor="#ffffff";
borderwidth=0;
separatorcolor="#FFFFFF";
separatorsize="2";
padding=3;
fontsize="11";
fontstyle="normal";
fontweight="bold";
fontfamily=" Arial, Verdana, Tahoma";
align="left";


}


with(menuStyleinside=new mm_style()){
onbgcolor="#876735";
oncolor="#F4CA8A";
offbgcolor="#5B4F3B";
offcolor="#ffffff";
borderwidth="1";
bordercolor="#000000";
separatorcolor="#000000";
separatorsize="1";
padding="3";
fontsize="12";
fontstyle="normal";
fontweight="bold";
fontfamily=" Arial, Verdana, Tahoma";
align="left";

}




with(milonic=new menuname("register")){
style=menuStyleinside;
itemwidth=200;

aI("text=Registration Form -pdf;url=http://www.javajog.com/pdf/javajog.pdf;status=Registration Form;");

aI("text=Register online;url=http://www.active.com/event_detail.cfm?event_id=1852990;status=Register online;target=_new");






}




drawMenus();

