<!--StartFragment -->
_menuCloseDelay=500         // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over (150)
_menuOffsetTop=50            // 

_followSpeed=5              // Follow scrolling speed
_followRate=40              // Follow scrolling Rate
_subOffsetTop=0             // Sub menu top offset
_subOffsetLeft=2            // Sub menu left offset
_scrollAmount=3             // Only needed for Netscape 4.x
_scrollDelay=20             // Only needed for Netcsape 4.x</pre>



with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Verdana, Tahoma";
fontsize="12";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#E9E9E9";
oncolor="#000000";
// outfilter="randomdissolve(duration=0.3)";
outfilter="Fade(duration=0.0)";
overfilter="Fade(duration=0.0);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=2)";
padding=4;
pagebgcolor="#ffffff";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="http://www.jerichosystems.com/assets/js/menu/arrow.gif";
subimagepadding=2;
}

with(mainMenuStyle=new mm_style()){
//bordercolor="#999999";
//borderstyle="solid";
//borderwidth=1;
fontfamily="Arial, Verdana, Tahoma";
fontsize="12";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#E9E9E9";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.0);Alpha(opacity=90);";
padding=3;
pagebgcolor="#ffffff";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="";
subimagepadding=2;
swap3d=1
}

 with(milonic=new menuname("mainmenu"))
 {
  orientation="horizontal";
 alwaysvisible=1; 
 style=mainMenuStyle;
 menuwidth=350; 
aI("text=Products;url=http://www.jerichosystems.com/Products/index.html;showmenu=products;");
aI("text=Services;url=http://www.jerichosystems.com/Services/index.html;");
aI("text=Industries;url=http://www.jerichosystems.com/Industries/index.html;");
aI("text=Client Portal;url=http://www.jerichosystems.com/portal/index.html;");
aI("text=Company;url=http://www.jerichosystems.com/Company/index.html;showmenu=company;");
 }
//
// company menu
//

with(milonic=new menuname("company"))
{
style=menuStyle;
aI("text=Overview;url=http://www.jerichosystems.com/Company/index.html;");
aI("text=Background;url=http://www.jerichosystems.com/Company/Background.html;");
aI("text=Contact Information;url=http://www.jerichosystems.com/Company/Contact_Info.html;");
aI("text=News &amp; Events;url=http://www.jerichosystems.com/Company/News/index.html;");
aI("text=Partners;url=http://www.jerichosystems.com/Company/Partners/index.html;");
aI("text=Career Opportunities;url=http://www.jerichosystems.com/Company/Careers_email.html;");
aI("text=GSA Schedule;url=http://www.jerichosystems.com/Products/GSA_Schedule/Contract_Information.html;");
}

with(milonic=new menuname("products"))
{
style=menuStyle;
//aI("text=Es Community Edition;url=http://www.jerichosystems.com/Products_Services/EnterSpaceCommunity/index.html;");
aI("text=EnterSpace Decisioning Service (EsDS);url=http://www.jerichosystems.com/Products/EnterSpaceEnterprise/index.html;");
aI("text=Additional Modules;url=http://www.jerichosystems.com/Products/Additional/index.html;showmenu=enterprise_products;");}

with(milonic=new menuname("enterprise_products"))
{
style=menuStyle;
aI("text=JAzP for SharePoint 2007;url=http://www.jerichosystems.com/Products/Additional/JAzP/MS_SharePoint/index.html;");
aI("text=EnterSpace Vault;url=http://www.jerichosystems.com/Products/Additional/EnterSpaceVault/index.html;");
aI("text=Jericho Portal Framework;url=http://www.jerichosystems.com/Products/Additional/JPortalFramework/index.html;");
aI("text=Jericho Secure Document Service;url=http://www.jerichosystems.com/Products/Additional/JSDS/index.html;");
aI("text=Jericho SAML Attribute Responder;url=http://www.jerichosystems.com/Products/Additional/JSAML/index.html;");
}

with(milonic=new menuname("services"))
{
style=menuStyle;
aI("text=Professional Services;url=http://www.jerichosystems.com/Services/index.html;");

}

with(milonic=new menuname("portal"))
{
style=menuStyle;
aI("text=Client Portal Home;url=http://www.jerichosystems.com/portal/index.html;");
}
with(milonic=new menuname("industries"))
{
style=menuStyle;
aI("text=Solutions Home;url=http://www.jerichosystems.com/Industries/index.html;");
}


drawMenus();

