<!--
  ///// Menu configuration array   /////
  var menuArr=new Array();
  
  //-*-// PRODUCTS SUB-MENU //-*-//
   menuArr[1]=new Array();
	  ///  VAPS XT  
	  menuArr[1][0]= new Array();  	  
	  menuArr[1][0]['text']= 'VAPS XT';
	  menuArr[1][0]['link']= 'products/VAPSXT/index.php';
      ///  VAPS
	  menuArr[1][1]= new Array();	  
	  menuArr[1][1]['text']= 'VAPS';
	  menuArr[1][1]['link']= 'products/VAPS/index.php';
      ///  VAPS QCG
	  menuArr[1][2]= new Array();	  
	  menuArr[1][2]['text']= 'VAPS QCG';
	  menuArr[1][2]['link']= 'products/VAPS-QCG/index.php';
	  ///  STAGE
	  menuArr[1][3]= new Array();	  
	  menuArr[1][3]['text']= 'STAGE';
	  menuArr[1][3]['link']= 'products/STAGE/index.php';
	  ///  AI.implant
	  menuArr[1][4]= new Array();	  
	  menuArr[1][4]['text']= 'AI.implant';
	  menuArr[1][4]['link']= 'products/AI/index.php';
  
  //-*-// COMMUNITIES SUB-MENU //-*-//
    menuArr[2]=new Array();
   	  ///  Aerospace & Defense
	  menuArr[2][0]= new Array();  	  
	  menuArr[2][0]['text']= 'Aerospace & Defense';
	  menuArr[2][0]['link']= 'communities/aerospaceAndDefense/index.php';
	  ///  Automotive
	  menuArr[2][1]= new Array();  	  
	  menuArr[2][1]['text']= 'Automotive';
	  menuArr[2][1]['link']= 'communities/automotive/index.php';
	  ///  Customer Profiles
	  menuArr[2][2]= new Array();  	  
	  menuArr[2][2]['text']= 'Customer Profiles';
	  menuArr[2][2]['link']= 'communities/profiles.php';
	  ///  Whitepapers
	  menuArr[2][3]= new Array();  	  
	  menuArr[2][3]['text']= 'Whitepapers';
	  menuArr[2][3]['link']= 'communities/whitepapers.php';
	  ///  Newsletter
	  menuArr[2][4]= new Array();  	  
	  menuArr[2][4]['text']= 'Newsletter';
	  menuArr[2][4]['link']= 'communities/newsletter.php';
	  

  //-*-// SERVICES SUB-MENU //-*-//
   menuArr[3]=new Array();
	  ///  Program Start Up
	  menuArr[3][0]= new Array();  	  
	  menuArr[3][0]['text']= 'Program Start Up';
	  menuArr[3][0]['link']= 'services/programStartUp.php';
	  
	  ///  Content Creation
	  menuArr[3][1]= new Array();  	  
	  menuArr[3][1]['text']= 'Content Creation';
	  menuArr[3][1]['link']= 'services/contentCreation.php';
	  
	  ///  Expert Help
	  menuArr[3][2]= new Array();  	  
	  menuArr[3][2]['text']= 'Expert Help';
	  menuArr[3][2]['link']= 'services/expertHelp.php';
	  
	  ///  Feature Enhancement
	  menuArr[3][3]= new Array();  	  
	  menuArr[3][3]['text']= 'Feature Enhancement';
	  menuArr[3][3]['link']= 'services/featureEnhancement.php';
	  
	  ///  Training Courses
	  menuArr[3][4]= new Array();  	  
	  menuArr[3][4]['text']= 'Training Courses';
	  menuArr[3][4]['link']= 'services/training/index.php';
	  
	  ///  Onsite Consulting
	  //menuArr[3][5]= new Array();  	  
	  //menuArr[3][5]['text']= 'Onsite Consulting';
	  //menuArr[3][5]['link']= 'services/onsiteConsulting.php';
	  
  
  //-*-// ABOUT US SUB-MENU //-*-//
  menuArr[4]=new Array();
	  ///  Corporate Profile
	  menuArr[4][0]= new Array();  	  
	  menuArr[4][0]['text']= 'Corporate Profile';
	  menuArr[4][0]['link']= 'aboutUs/corporateProfile.php';
	  
	  ///  Press Room
	  menuArr[4][1]= new Array();  	  
	  menuArr[4][1]['text']= 'Press Room';
	  menuArr[4][1]['link']= 'aboutUs/pressRoom/index.php';
	  	  
	  ///  Investor Relations
	  menuArr[4][2]= new Array();  	  
	  menuArr[4][2]['text']= 'Investor Relations';
	  menuArr[4][2]['link']= 'aboutUs/investorRelations/index.php';
	  
	  ///  Careers
	  menuArr[4][3]= new Array();  	  
	  menuArr[4][3]['text']= 'Careers';
	  menuArr[4][3]['link']= 'aboutUs/careers/index.php';
	  
	  ///  Events
	  menuArr[4][4]= new Array();  	  
	  menuArr[4][4]['text']= 'Events';
	  menuArr[4][4]['link']= 'aboutUs/events/index.php';
	  
	  ///  Partner Relations
	  menuArr[4][5]= new Array();  	  
	  menuArr[4][5]['text']= 'Partner Relations';
	  menuArr[4][5]['link']= 'aboutUs/partnerRelations.php';
	  
  
  //-*-// CUSTOMER SUPPORT SUB-MENU //-*-//
  menuArr[5]=new Array();
	  ///  Maintenance
	  menuArr[5][0]= new Array();  	  
	  menuArr[5][0]['text']= 'Maintenance';
	  menuArr[5][0]['link']= 'support/maintenance.php';
	  
	  ///  Support Web
	  menuArr[5][1]= new Array();  	  
	  menuArr[5][1]['text']= 'Support Web';
	  menuArr[5][1]['link']= 'support/supportWeb/index.php';

	  ///  Support Contacts
	  menuArr[5][2]= new Array();  	  
	  menuArr[5][2]['text']= 'Support Contacts';
	  menuArr[5][2]['link']= 'support/supportContacts.php';

	  
  //-*-// HOW TO BUY SUB-MENU //-*-//
  menuArr[6]=new Array();
	  ///  Request a Quote
	  menuArr[6][0]= new Array();  	  
	  menuArr[6][0]['text']= 'Request a Quote';
	  menuArr[6][0]['link']= 'howToBuy/requestQuote.php';

	  ///  Find a Distributor
	  menuArr[6][1]= new Array();  	  
	  menuArr[6][1]['text']= 'Find a Distributor';
	  menuArr[6][1]['link']= 'howToBuy/findDistributor.php';

	  ///  Order Services & Support
	  menuArr[6][2]= new Array();  	  
	  menuArr[6][2]['text']= 'Order Services & Support';
	  menuArr[6][2]['link']= 'howToBuy/orderServicesAndSupport.php';
//-->