/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['', null, null,
		['Lucernarios', null, null,
			['Poliester', null, null, 
				['Rollos planos', '4.htm'],
				['Rollos ondulados', '4.htm'],
				['Placas onduladas', '4.htm'],
				['Placas grecadas', '4.htm'],
				['Productos especiales', '4.htm']
			],
			['Policarbonato', null, null,
				['Est&aacute;ndar celular', '5.htm'],
				['Sistemas celular', '10.htm'],
				['Compacto grecado', '7.htm'],
				['Compacto plano', '8.htm'],
				['M&oacute;dulos para panel', '17.htm']
			],
			['Acr&iacute;licos', null, null,
				['Acrylit', '9.htm'],
				['Claraboyas', 'claraboyas.htm']
			
		],
		
		],
		
		
		['Aislamientos', null, null,
			['Lana vidrio / roca', '32.htm'],
			['Poliestireno Extrusionado', '33.htm']
		],
		
		
		['Otros', null, null,
		 	['PVC Espumado'],
			['Falsos Techos', '37.htm'],
			
		]
	],

];

