/* 
------------------------------------------------------------
	Configurazione opzioni menu IFA
	
	Data: 31-01-2006
------------------------------------------------------------
*/

var MENU_ITEMS_EN = [
	 ['', 'index.html', null,
         ],
         
  ['', null, null,
      ['Profile', 'profile.html', null],
      ['Quality', 'quality.html', null],
      ['Internationalization plan', 'Internationalization.html', null]
  ],
			
['',  'what_we_do.html', null,
  ['Co-design', null, null,
    ['3D CAD DESIGN', '3D.html', null],

	       ],
          
	['Moulds', 'Moulds.html', null,
         ],
  ['Prototyping production', 'Prototyping.html', null,
         ],
  ['Moulding', null, null,
    ['Process', 'Process.html', null],
    ['Materials', 'Materials.html', null],
	       ],
  ['Painting', 'Painting.html', null,
         ],
  ['Assembling', 'assembling.html', null,
    ],
    
  ['Delivery', 'Delivery.html', null,
         ],
         
         
         
         
	 ],

   ['', null, null,
	    ['Agricultural machinery', 'Agricultural.html', null],
	    ['Construction machinery', 'Construction.html', null],
      ['Trucks', 'Trucks.html', null],
	    ['Other vehicles', 'Utility.html', null],
      ['Automotive', 'Automotive.html', null]
    
         ],
	 
	 
	 ['', 'where_we_are.html', null,
         ],


	 ['', 'news.html', null],
   
   ['', 'contact.html', null],
	      ];

