var MENU_ITEMS_XP = [
   ['Solutions', null, {'tw':'_self'},
      ['Products', '/products.php', {'tw':'_self'}],
      ['Network', '/network.php', {'tw':'_self'}],
      ['Software', '/software.php', {'tw':'_self'}],
      ['Audio Visual', '/av.php', {'tw':'_self'}]
   ],
   ['Services', null, {'tw':'_self'},
      ['Network Administration', '/service_net_admin.php', {'tw':'_self'}],
      ['Project Management', '/service_proj_mgt.php', {'tw':'_self'}],
      ['Systems Integration', '/service_systems_int.php', {'tw':'_self'}],
      ['Software Management', '/service_sw_mgt.php', {'tw':'_self'}],
      ['Custom Projects', '/service_custom_proj.php', {'tw':'_self'}],
      ['Database Development', '/service_db_dev.php', {'tw':'_self'}],
      ['Custom Web Design', '/service_websites.php', {'tw':'_self'}],
      ['Network Performance', '/service_net_perf.php', {'tw':'_self'}],
      ['Programming', '/service_sw_dev.php', {'tw':'_self'}]
   ],
   ['Support', null, {'tw':'_self'},
      ['Authorized Warranty Repair', '/support_warranty.php', {'tw':'_self'}],
      ['Out-of-Warranty Repair', '/support_no_warranty.php', {'tw':'_self'}],
      ['Hardware Installation Services', '/support_hw_install.php', {'tw':'_self'}],
      ['Start a Remote Support Session', '/support_remote.php', {'tw':'_self'}],
      ['Meet Now', '/meetnow.php', {'tw':'_self'}]
   ],
   ['Clients', null, {'tw':'_self'},
      ['K12 and High Education', '/client_k12.php', {'tw':'_self'}],
      ['Healthcare', '/client_healthcare.php', {'tw':'_self'}],
      ['City and County Government', '/client_govt.php', {'tw':'_self'}],
      ['Law Enforcement and Life Safety', '/client_safety.php', {'tw':'_self'}],
      ['Banking and Financial', '/client_banking.php', {'tw':'_self'}],
      ['Corporate and SMB', '/client_corp.php', {'tw':'_self'}],
      ['Residential', '/client_residential.php', {'tw':'_self'}],
      ['How to Buy', '/client_howtobuy.php', {'tw':'_self'}]
   ],
   ['Training', null, null,
      ['Our Trainers', '/training_trainers.php', {'tw':'_self'}],
      ['Online Training', '/training_online.php', {'tw':'_self'}],
      ['Classroom Training', '/training_classroom.php', {'tw':'_self'}],
      ['Onsite Training', '/training_onsite.php', {'tw':'_self'}],
      ['Classroom Rental', '/training_classroom.php', {'tw':'_self'}],
      ['Clubs / Groups / Organizations', '/training_groups.php', {'tw':'_self'}],
      ['Training Evaluation', 'http://www.computerlandeasttexas.com/training-eval.php', {'tw':'_self'}],
      ['Free Resources', '/training_free.php', {'tw':'_self'}]
   ],
   ['Company', null, {'tw':'_self'},
      ['About ComputerLand', '/about.php', {'tw':'_self'}],
      ['Contact Us', '/contact.php', {'tw':'_self'}],
      ['Capabilities Statement', '/capabilities.php', {'tw':'_self'}]
   ]];
