/* 
------------------------------------------------------------
	Configurazione opzioni menu Siva
	
	Data: 31-01-2006
------------------------------------------------------------
*/

var MENU_ITEMS_EN = [
	['COMPANY', null, null,
	    ['Profile', 'profilo.html', null],
            ['Production', 'produzione.html', null],
            ['Quality Control', 'controllo.html', null]
         ],
		
	
         ['PRODUCTS', null, null,
            ['TV Coaxial Cables', null, null,
               ['Satellite Reception', 'ricezione_1.html', null],
	       ['Satellite Reception Underground Laying', 'ricezione_2.html', null],
	       ['Digital Reception Class A', 'ricezione_3.html', null],
	       ['Digital Reception High Screening Effectiveness Class A+', 'ricezione_4.html', null],
	       ['Terrestrial Reception Foam', 'ricezione_5.html', null],
	       ['Terrestrial Reception Solid', 'ricezione_6.html', null]
	       ],
	       
            ['RF Coaxial Cables', null, null,
	       ['RG/U MIL-C-17F 50 0hm', 'RGU_50.html', null],
	       ['RG/U MIL-C-17F 75 0hm', 'RGU_75.html', null],
	       ['RG/U MIL-C-17F 93 0hm', 'RGU_93.html', null],
	       ['RG " type " 50 0hm', 'RG_50.html', null],
	       ['RG “ LOW LOSS ” 50 Ohm', 'RG_50low.html', null],
	       ['RG “ type ” 75 Ohm', 'RG_75.html', null],
	       ['RG “ type ” 93 Ohm', 'RG_93.html', null],
	       ['Underground Laying Flame Retardant GR.4 0.6/1 Kv.', 'posa.html', null],
	       ['Computer', 'informatica.html', null],
	       ['Videointercom Flame Retardant', 'videocitofonia.html', null]
               ],
	       
	    ['Broadcast Cables', null, null,
	    ['Coaxial Cables',  'coassiali_broadcast.html', null],
            ['Triaxial Cables',  'triassiali_broadcast.html', null],
	    ],
	    
	    ['Multicores Cables', null, null,
               ['LAN " UTP and FTP" cat. 5 ENHANCED', 'lan_utp.html', null],
	       ['Telephonic "TRR" Twisted pairs Flame Retardant / Transposition Braid', 'telefonici_trr.html', null],
	       ['Helically Screened', 'schermo_fascio.html', null],
	       ['Tinned Copper Braid', 'schermo_stagnata.html', null],
	       ['Plain Copper Braid', 'schermo_rossa.html', null],
	       ['Flame Retardant', 'schermo_antifiamma.html', null],
	       ['Single Helically Screened', 'schermi_singoli_fascio.html', null],
	       ['Warning Flame Retardant GR.2 - GR.3 - GR.4', 'allarme.html', null],
	       ['Interphone " FROR " type Flame Retardant', 'citofonia.html', null],
	       ['Twin Screened', 'piattine_schermate.html', null],
	       ['Loudspeaker', 'piattine_altoparlanti.html', null],
	       ['HI-Fi Car', 'piattine_HIFI.html', null],
	     ],
	     
	     ['Packaging',  'cavi_coassiali.html', null],
	      
	      ['" F " Male Connectors',  'connettori_maschio.html', null],
	     
	],
	 

        ['DOWNLOAD', 'download.html', null],
	    
        ['DISTRIBUTORS', 'distributori.html', null],
	
	['CONTACTS', 'contatti.html', null],
	 
	 
	 ['NEWS', null, null,],
	 
         ];

