// Build and show the main menu items
var Menu1 = new Array ()
var subMenu1 = new Array ()

   Menu1[0] = new Array("About us  ", "","I1", "left")
     subMenu1[0] = new Array()
     subMenu1[0][0] = new Array ("              History         ","../history.asp","_self")
     subMenu1[0][1] = new Array ("Mission", "../Mission.asp","_self")
     subMenu1[0][2] = new Array ("            Constitution           ","../constitution.asp","_self")
     subMenu1[0][3] = new Array ("            Executive Committee          ","../ExCo.asp","_self")
     subMenu1[0][4] = new Array ("            Executive Secretary          ","../Exsec.asp","_self")
     subMenu1[0][5] = new Array ("            General Conferences       ","../GC.asp","_self")
      subMenu1[0][6] = new Array ("           ICT-RAIS       ","../about.asp","_self")
 subMenu1[0][7] = new Array ("            ICT Steering Committee       ","../raisexco.asp","_self")
 subMenu1[0][8] = new Array ("            RAIS Secretariat       ","../raissec.asp","_self")
 subMenu1[0][9] = new Array ("            AARINENA Membership       ","../membership.asp","_self")

   Menu1[1] = new Array("Sub-regions ",  "left")
     subMenu1[1] = new Array()
     subMenu1[1][0] = new Array ("              Map of the Region         ","../Map.asp","_self")
     subMenu1[1][1] = new Array ("Arabian Peninsula", "http://www.aarinena.org/aarinena/Ap/index.asp","_self")       
     subMenu1[1][2] = new Array ("            Maghreb           ","http://www.aarinena.org/aarinena/Magh/index.asp","_self")
     subMenu1[1][3] = new Array ("            Mashreq           ","http://www.aarinena.org/aarinena/Mash/index.asp","_self")
     subMenu1[1][4] = new Array ("            Nile Valley & Red Sea          ","http://www.aarinena.org/aarinena/Nile/index.asp","_self")
     subMenu1[1][5] = new Array ("            Western Asia       ","http://www.aarinena.org/aarinena/WA/index.asp","_self")


 Menu1[2] = new Array("Regional Networks", "","_top", "left")
     subMenu1[2] = new Array()
     subMenu1[2][0] =new Array("           Biotechnology Network           ","../networks/biotech/index.asp","_self")
     subMenu1[2][1] = new Array ("            Cotton Network           ","../networks/cotton/index.asp","_self")
     subMenu1[2][2] = new Array ("            Date Palm Network           ","../networks/dp/index.asp","_self")
     subMenu1[2][3] = new Array ("            MHP Network           ","../networks/MHP/index.asp","_self")
     subMenu1[2][4] = new Array ("            Olive Network           ","../networks/olive/index.asp","_self")
     subMenu1[2][5] = new Array ("            PGR Network           ","../networks/pgr/index.asp","_self")
     subMenu1[2][6] = new Array ("            WUE Network      ","../networks/wue/index.asp","_self")
   
      Menu1[3] = new Array("Information Systems","" ,"_top", "left")
     subMenu1[3] = new Array()
     subMenu1[3][0] = new Array ("            NARIMS           ","../../Database/NARIMS/index.asp","_self")
     subMenu1[3][1] = new Array ("            NERAKIN           ","../../database/Nerakin/index.asp","_self")
     subMenu1[3][2] = new Array ("            WANARIS           ","../../database/Researchers/index.asp","_self")
     

   Menu1[4] = new Array("Newsletter","" ,"I1")
     subMenu1[4] = new Array()
     subMenu1[4][0] = new Array ("  Current issue                      ","../../rais/documents/Newsletter/vol18no1/home.asp","_self")
     subMenu1[4][1] = new Array ("Archive ", "../../database/Newsletter/archive.asp","_self")
     

     
       
  Menu1[5] = new Array("News&Events", "","_top", "left")
     subMenu1[5] = new Array()
     subMenu1[5][0] = new Array ("  Monthly news                      ","../../rais/events.html","_self")
     subMenu1[5][1] = new Array ("Archive ", "../../rais/archive.html","_self")
     
       
  


/// FORMAT MENU  ///
menuStyle = "flat"                                  // Menu Style (flat, 3d)
cellPadding = "3"                                   // Cell Padding
cellBorder = 1                                      // Border width (for no border, enter 0)  THIS VALUE APPLIES TO ALL MENUS
verticalOffset = "0"                                // Vertical offset of Sub Menu. 
horizontalOffset = "0"                              // Horizontal offset of Sub Menu. 
subMenuDelay = 2                                    // Time sub menu stays visible for (in seconds). THIS VALUE APPLIES TO ALL MENUS
subIndicate = 1                                     // Show if a sub menu is present (use 0 for "no")  THIS VALUE APPLIES TO ALL MENUS
indicator = "" // Symbol to show if a sub menu is present (subIndicate must be to set to 1)
                                                    // Use standard HTML <img> tag. You can use a character instead of an image. 
                                                    // e.g.      indicator = ">"
// Main Menu Items
menuWidth = "131"                  // Width of menu item.  Use 0 for default
borderColor = "#336600"         //"#C5EE20"           // Border Colour (flat mode only)
borderHighlight = "#97BBD3"      // Border Highlight Colour (3d mode only)
borderShadow = "#61721B"         // Border Shadow Colour (3d mode only)
menuBackground ="#CDE686"          //  "#FCB103"//     "#245264"       // Cell Background Colour
menuHoverBackground = "#CFE78C"    // Cell Background Colour on mouse rollover
fontFace = "Tahoma"               // Font Face
fontColour = "#003300"           // Font Colour
fontHoverColour = "#0033AA"      // Font Colour on mouse rollover
fontSize = "8pt"                 // Font Size
fontDecoration = "none"          // Style of the link text (none, underline, overline, line-through)
fontWeight = "bold"            // Font Weight (normal, bold)

// Sub Menu Items
smenuWidth = "0"                 // Width of sub menu item.  Use 0 for default
sborderColor = "Black"           // Border Colour (flat mode only)
sborderHighlight = "#E9E9E2"     // Border Highlight Colour (3d mode only)
sborderShadow = "#83837C"        // Border Shadow Colour (3d mode only)
smenuBackground ="#EBF5CF"// "#FF8306"            ///"#f07800" // Cell Background Colour
smenuHoverBackground = "#CFE78C" // Cell Background Colour on mouse rolloverr
sfontFace = "tahoma"              // Font Face
sfontColour = "003300"          // Font Colour
sfontHoverColour = "#cc6600"     // Font Colour on mouse rollover
sfontSize = "8pt"                // Font Size
sfontDecoration = "none"         // Style of the link text (none, underline, overline, line-through)
sfontWeight = "bold"           // Font Weight (normal, bold)

quantity = 1
/// END FORMAT MENU  ////

