
// 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

with(milonic=new menuname("Java")){
style=menuSubStyle;
aI("text=Getting Started;url="+root+"/developers/started/index.shtml;");
aI("text=Downloads;url="+root+"/developers/downloads/index.shtml;");
aI("text=Resources;url="+root+"/developers/resources/index.shtml;");
aI("text=Community;url="+root+"/developers/community/index.shtml;");
aI("text=Support;url="+root+"/developers/support/index.shtml;");
aI("text=Programs;url="+root+"/developers/programs/index.shtml;");

}


// Level 2 Sub Menus

// Java subMenus

//C++ Sub Menus

drawMenus();


