
// Delay and Offset Variables

_menuCloseDelay=500;
_menuOpenDelay=0;
_subOffsetTop=2;
_subOffsetLeft=0;
projectid=2;
root="http://www.blackberry.com";
//root="";
// Main Menu Style Variables

with(menuStyle=new mm_style()){

itemwidth=148;
borderwidth=0;
fontfamily="Verdana, Geneva, Arial";
fontsize="10px";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#FFFFFF";
offcolor="#4C4C4C";
onbgcolor="#4F8EB6";
oncolor="#ffffff";
padding=1;
pagebgcolor="#E6E6E6";
pagecolor="#737373";
separatorcolor="#D9D9D9";
separatorsize=1;
subimage="/js/arrow.gif";
subimagepadding=2;
subimageposition="left";
}

// Sub-Menu Style Variables

with(menuSubStyle=new mm_style()){

borderwidth=1;
bordercolor="#5286BD"
fontfamily="Verdana, Geneva, Arial";
fontsize="10px";
fontstyle="normal";
fontweight="normal";
offbgcolor="#FFFFFF";
offcolor="#4C4C4C";
onbgcolor="#4F8EB6";
oncolor="#ffffff";
overfilter='Shadow(color="#777777",Direction=135,Strength=3)';
padding=2;
pagebgcolor="#E6E6E6";
pagecolor="#737373";
separatorcolor="#5286BD";
separatorsize=1;
subimage="/js/subarrow.gif";
subimagepadding=2;
subimageposition="right";
}

// Level 1 SubMenus

//  BlackBerry Devices
with(milonic=new menuname("Press")){
style=menuSubStyle;
aI("text=2005 Press Releases;url="+root+"/news/press/2005/index.shtml;");
aI("text=2004 Press Releases;url="+root+"/news/press/2004/index.shtml;");
aI("text=2003 Press Releases;url="+root+"/news/press/2003/index.shtml;");
aI("text=2002 Press Releases;url="+root+"/news/press/2002/index.shtml;");
aI("text=2001 Press Releases;url="+root+"/news/press/2001/index.shtml;");
aI("text=2000 Press Releases;url="+root+"/news/press/2000/index.shtml;");
aI("text=1999 Press Releases;url="+root+"/news/press/1999/index.shtml;");
aI("text=1998 Press Releases;url="+root+"/news/press/1998/index.shtml;");
}

with(milonic=new menuname("PartnerPress")){
style=menuSubStyle;
aI("text=2005 Partner Press Releases;url="+root+"/news/partner/2005/index.shtml;");
aI("text=2004 Partner Press Releases;url="+root+"/news/partner/2004/index.shtml;");
aI("text=2003 Partner Press Releases;url="+root+"/news/partner/2003/index.shtml;");
aI("text=2002 Partner Press Releases;url="+root+"/news/partner/2002/index.shtml;");
aI("text=2001 Partner Press Releases;url="+root+"/news/partner/2001/index.shtml;");
aI("text=2000 Partner Press Releases;url="+root+"/news/partner/2000/index.shtml;");
aI("text=1999 Partner Press Releases;url="+root+"/news/partner/1999/index.shtml;");
aI("text=1998 Partner Press Releases;url="+root+"/news/partner/1998/index.shtml;");
}

with(milonic=new menuname("Awards")){
style=menuSubStyle;
aI("text=2004 Awards;url="+root+"/news/awards/2004/index.shtml;");
aI("text=2003 Awards;url="+root+"/news/awards/2003/index.shtml;");
aI("text=2002 Awards;url="+root+"/news/awards/2002/index.shtml;");
aI("text=2001 Awards;url="+root+"/news/awards/2001/index.shtml;");
aI("text=2000 Awards;url="+root+"/news/awards/2000/index.shtml;");
aI("text=1999 Awards;url="+root+"/news/awards/1999/index.shtml;");
}

with(milonic=new menuname("Events")){
style=menuSubStyle;
aI("text=Trade Shows and Events;url="+root+"/news/events/index.shtml;");
aI("text=Web Seminars;url="+root+"/news/events/web_seminars.shtml;");
aI("text=Seminar Series;url="+root+"/news/events/technicalseminar/index.shtml;");
}


// Level 2 Submenus



drawMenus();

