/*
  Array naming format:
  Top-level menus are named "Menu#" with the final character being the menu number.
  Second-level menus are named "Menu#_#" with the first number indicating the parent menu,
    and the second number indicating the menu item referenced from.  For example, if the second  
    item in the third menu was the reference, then the name would be "Menu3_2".
  All other sub menus follow an extension of the above convention: "Menu#_#_#" and so forth.
  
  * Note about embedding images:
  The code to place an image in the menu item name, use the following format: "<img src='./images/logo.gif' height='15' width='12'>"  
  Top-level menu format:
  Element position
  1:  width of menu box
  2:  x-pos of popup
  3:  y-pos of popup  
  4:  font colour (not req.)
  5:  over font colour (not req.)
  6:  background colour (not req.)
  7:  over background colour (not req.)
  8:  border colour (not req.)
  9:  separator colour (not req.)
  10:  Menu item name
  11:  Menu item link
  12:  boolean, 0 if no submenu, 1 if there is
  
  Top-level menu format:
  Element position
  1:  Menu item name
  1:  Menu item link
  2:  boolean, 0 if no submenu, 1 if there is
*/

Menu1 = new Array(
180,
220,20,
"","",
"","",
"","",
"<b>About Us</b>","about.asp",0,
"Contact Us","contact.asp",0,
//"History","about-ourhistory.html",0,
//"People","about-ourpeople.html",0,
"Careers","careers.asp",0,
"Privacy Policy","privacy.asp",0
)

Menu2 = new Array(
180,
281,20,
"","",
"","",
"","",
//"<b>Solutions</b>","solutions.html",0,
//"Services","solutions-services.html",1,
"Products","products-solutions.asp",1
)

Menu2_2 = new Array(
//"e-Business","solutions-services-ebusiness.html",0,
//"Migration Services","solutions-services.html",1
)

Menu2_2_2 = new Array(
//"Unisys Series 2200","solutions-services-2200.html",0,
//"Unisys System 80","solutions-services-sys80.html",0,
//"Unisys Series 1100","solutions-services-1100.html",0
)

Menu2_3 = new Array(
//"Web Delivery Products","solutions-products.html",1,
//"Transaction Processing Products","solutions-products.html",1
//"Wireless Access Products","solutions_products.asp",0
)

Menu2_3_1 = new Array(
//"Inglenet Web Application Server","solutions-products-was.html",0,
//"TIP Internet Connector","solutions-products.html",0
)

Menu2_3_2 = new Array(
//"TIP/ix","solutions-products-tipix.html",0,
//"TIP/dbi","solutions-products-tipdbi.html",0,
"Tip/Studio","products_tip_studio.asp",0)

Menu2_3_3 = new Array(
//"MobilREACH","solutions-products-mobilreach.html",0
)









Menu3 = new Array(
180,
342,20,
"","",
"","",
"","",
"<b>Portfolio</b>","portfolio.html",0
)



Menu4 = new Array(
180,
398,20,
"","",
"","",
"","",
"<b>News</b>","news.html",0,
"Press Releases","news-pressreleases.html",0,
"Inglenet E-zine","news-inglenetezine.html",0
)

Menu5 = new Array(
180,
441,20,
"","",
"","",
"","",
"<b>Investors</b>","investors.html",0,
"Analysts' Reports","invesotors-analystsreports.html",0,
"Financial Reports","invesotors-financialreports.html",0,
"Management","investors-management.html",0,
"Events","investors-events.html",0
)


Menu6 = new Array(
180,
501,20,
"","",
"","",
"","",
"<b>Resources</b>","resources.html",0,
"White Papers","resources-whitepapers.html",0,
"Links","resources-links.html",0,
"Tech News","resources-technews.html",0
)

Menu7 = new Array(
180,
523,20,
"","",
"","",
"","",
"7","",0
)