

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0              // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft = 0  		  // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#CE5A31";
oncolor="#ffffff";
offbgcolor="#EFBD00";
offcolor="#000000";
bordercolor="#CE5A31";
borderstyle="solid";
borderwidth=1;
separatorcolor="#CE5A31";
separatorsize="1";
padding=4;
fontsize="8pt";
fontstyle="normal";
fontfamily="Verdana";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="0";
overfilter="";
outfilter="";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=47;
alwaysvisible=1;
screenposition="center";
orientation="horizontal";
aI("text=About us;showmenu=About us;");
aI("text=Investor relations;showmenu=Investor relations;");
aI("text=Connected Retailer solutions;showmenu=Connected Retailer Solutions;");
aI("text=News & events;showmenu=News & events;");
aI("text=Client Care;url=../cc/index.cfm;");
aI("text=Contact us;url=../contact/index.cfm;");
}

with(milonic=new menuname("About us")){
style=menuStyle;
overflow="scroll";
aI("text=NSB;url=../about/index.cfm;");
aI("text=Executive team;url=../about/executives.cfm;status=The company's executives;");
aI("text=Partners;url=../about/partners.cfm;status=NSB Group partners");
//aI("text=Alliances;url=../about/alliances.cfm;status=NSB Group alliances;");
aI("text=Careers;url=../about/careers.cfm;status=See what are the latest openings at NSB;");
}

with(milonic=new menuname("Investor relations")){
style=menuStyle;
// Comment as requested by Stacey, June 10,2008 by Ahuynh
//aI("text=NSB overview;url=../ir/index.cfm;");
aI("text=Financial reports;url=../ir/reports.cfm;");
//aI("text=Directors;url=../ir/directors.cfm;");
//aI("text=Advisors;url=../ir/advisors.cfm;");
//aI("text=Key dates;url=../ir/keyDates.cfm;");
//aI("text=Share price;url=http://quote.bloomberg.com/apps/quote?ticker=NSB:LN;target=_blank;");
//aI("text=Terms of reference;url=../ir/termsReference.cfm;");
}



with(milonic=new menuname("Connected Retailer solutions")){
style=menuStyle;
aI("text=Connected Retailer solutions;url=../cr/index.cfm;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Planning;url=../cr/solution.cfm?id=1300;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Sourcing and Product Development;url=../cr/solution.cfm?id=1304;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Merchandising;url=../cr/solution.cfm?id=1299;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Sales Analytics;url=../cr/solution.cfm?id=1303;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Store;url=../cr/solution.cfm?id=1305;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;CRM;url=../cr/solution.cfm?id=1298;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Enterprise<i>Xpress</i>;url=../cr/solution.cfm?id=1740;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Store<i>Xpress</i>;url=../cr/solution.cfm?id=1741;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Software as a Service;url=../cr/managedServices.cfm;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Hardware;url=../cr/solution.cfm?id=1742;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Client Services;url=../cr/solution.cfm?id=1743;");
//aI("text=Client-hosted;showmenu=Client-hosted;");
//aI("text=NSB-hosted;showmenu=NSB-hosted;");
}


/*with(milonic=new menuname("Client-hosted")){
style=menuStyle;
aI("text=Planning;url=../cr/solution.cfm?id=1300;");
aI("text=Sourcing and Product Development;url=../cr/solution.cfm?id=1304;");
aI("text=Merchandising;url=../cr/solution.cfm?id=1299;");
aI("text=Store;url=../cr/solution.cfm?id=1305;");
aI("text=Sales Analytics;url=../cr/solution.cfm?id=1303;");
aI("text=CRM;url=../cr/solution.cfm?id=1298;");
//aI("text=Connected Retailer Showcase;url=../cr/showcase.cfm;");
}

with(milonic=new menuname("NSB-hosted")){
style=menuStyle;
aI("text=Managed Services;url=../cr/managedServices.cfm;");
}*/

with(milonic=new menuname("News & events")){
style=menuStyle;
aI("text=Press releases;url=../ne/pressReleases.cfm;status=Our available press releases;");
// Comment as requested by Stacey, June 11,2008 by Ahuynh
//aI("text=Case studies;url=../ne/caseStudies.cfm;status=Our available case studies;");
//aI("text=Articles;url=../ne/articles.cfm;status=Our various press articles;");
//aI("text=Press kit;url=../ne/pressKit.cfm;status=Various items for the press;");
//aI("text=NSB publications;url=../ne/publications.cfm;");
//aI("text=Events and eSeminars;url=../ne/events.cfm;");
}


//Comment out to disable NSBGROUP.com website and redirect to Epicor.com
//drawMenus();

