/*
 You no longer need to number your menus as in previous versions. 
 The new menu structure allows you to name the menu instead, this means that you can remove menus and not break the system.
 The structure should also be much easier to modify, add & remove menus and menu items.
 
 Please note that the above text CAN be erased if you wish as long as copyright notices remain in place.
*/

//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
menunum = 0;
menus = new Array();
_d = document;

function addmenu(){
  menunum++;
  menus[menunum] = menu;
}

function dumpmenus(){
  mt = "<script>";
  for(a = 1; a < menus.length; a++){
    mt+=" menu"+a+"=menus["+a+"];"
  }
  mt+="<\/script>";
  _d.write(mt)
}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.

////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters

if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Pixelate(sqaures=1, duration=0.5); Shadow(color='#000000', Direction=120, Strength=2)"
}
else
{
	effect = "Shadow(color='#000000', Direction=120, Strength=2)" // Stop IE5.5 bug when using more than one filter
}


timegap=900				      // The time delay for menus to remain visible
followspeed=5			      // Follow Scrolling speed
followrate=40			      // Follow Scrolling Rate
suboffset_top=6;		    // Sub menu offset Top position 
suboffset_left=10;		  // Sub menu offset Left position

style1=[				        // style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"",					    // Mouse Off Font Color
"#999999",				      // Mouse Off Background Color
"",				      // Mouse On Font Color
"#999999",				      // Mouse On Background Color
"",				              // Menu Border Color 
,						          // Font Size in pixels
"",				        // Font Style (italic or normal)
"",					        // Font Weight (bold or normal)
"",		            // Font Name
2,						          // Menu Item Padding
"",	                    // Sub Menu Image (Leave this blank if not needed)
,						            // 3D Border & Separator bar
"",				              // 3D High Color
"",				              // 3D Low Color
"",				              // Current Page Item Font Color (leave this blank to disable)
"",					            // Current Page Item Background Color (leave this blank to disable)
"",	                    // Top Bar image (Leave this blank to disable)
"",				              // Menu Header Font Color (Leave blank if headers are not needed)
"",				              // Menu Header Background Color (Leave blank if headers are not needed)
]

style2=[				        // style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"#FFFFFF",					    // Mouse Off Font Color
"#666666",				      // Mouse Off Background Color
"#FFFFFF",				      // Mouse On Font Color
"#000000",				      // Mouse On Background Color
"",                     // Menu Border Color 
11,						          // Font Size in pixels
"normal",				        // Font Style (italic or normal)
"bold",					        // Font Weight (bold or normal)
"Arial",		            // Font Name
2,						          // Menu Item Padding
"",	                    // Sub Menu Image (Leave this blank if not needed)
,						            // 3D Border & Separator bar
"",				              // 3D High Color
"",				              // 3D Low Color
"",				              // Current Page Item Font Color (leave this blank to disable)
"",					            // Current Page Item Background Color (leave this blank to disable)
"",	                    // Top Bar image (Leave this blank to disable)
"",				              // Menu Header Font Color (Leave blank if headers are not needed)
"",				              // Menu Header Background Color (Leave blank if headers are not needed)
]

style3=[				        // style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"#FFFFFF",					    // Mouse Off Font Color
"#999999",				      // Mouse Off Background Color
"#FFFFFF",				      // Mouse On Font Color
"#000000",				      // Mouse On Background Color
"",				              // Menu Border Color 
10,						          // Font Size in pixels
"normal",				        // Font Style (italic or normal)
"bold",					        // Font Weight (bold or normal)
"Arial",		            // Font Name
0,						          // Menu Item Padding
"",	                    // Sub Menu Image (Leave this blank if not needed)
,						            // 3D Border & Separator bar
"",				              // 3D High Color
"",				              // 3D Low Color
"",				              // Current Page Item Font Color (leave this blank to disable)
"",					            // Current Page Item Background Color (leave this blank to disable)
"",	                    // Top Bar image (Leave this blank to disable)
"",				              // Menu Header Font Color (Leave blank if headers are not needed)
"",				              // Menu Header Background Color (Leave blank if headers are not needed)
]

addmenu(menu=[		      // This is the array that contains your menu properties and details
"mainmenu",			        // Menu Name - This is needed in order for the menu to be called
132,					          // Menu Top - The Top position of the menu in pixels
0,				              // Menu Left - The Left position of the menu in pixels
,					              // Menu Width - Menus width in pixels
0,					            // Menu Border Width 
,					              // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,				          // Properties Array - this is set higher up, as above
1,					            // Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",				          // Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,				          // Filter - Text variable for setting transitional effects on menu activation - see above for more info
,					              // Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 					            // Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
1,					            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,					              // Position of TOP sub image left:center:right
,					              // Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,					              // Right To Left - Used in Hebrew for example. (1=on/0=off)
,					              // Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					              // ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					              // Reserved for future use
,					              // Reserved for future use
,					              // Reserved for future use

,"<img src='images/bots/01a.gif' style='border-right: solid; border-right-color:#999999;'/>","show-menu=cobre",,"",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"<img src='images/bots/02a.gif' style='border-right: solid; border-right-color:#999999;'/>","show-menu=aluminio",,"",1
,"<img src='images/bots/03a.gif' style='border-right: solid; border-right-color:#999999;'/>","show-menu=subnaval",,"",1
])

	addmenu(menu=["cobre",
	,,237,0,"",style2,,"left",effect,,,,,,,,,,,,
	," &nbsp;  • Fios e Cabos de Cobre Nú","show-menu=subnu",,,0
	," &nbsp;  • Cabos de Controle","show-menu=subflex",,,0
	," &nbsp;  • Condutores para Baixa Tensão","show-menu=subcobre",,,0
	," &nbsp;  • Condutores para Média Tensão","show-menu=subcobre2",,,0
	," &nbsp;  • Cabos para Instrumentação","show-menu=subinstru",,,0
	," &nbsp;  • Cabos para Instalação Aérea Externa","show-menu=subext",,,0
	," &nbsp;  • Eletrônicos e Telefonia","show-menu=subequip",,,0
	," &nbsp;  • Cabos com baixa emissão de fumaça","show-menu=subfumaca",,,0
	])
	
	addmenu(menu=["aluminio",
	,,215,0,"",style2,,"left",effect,,,,,,,,,,,,
	," &nbsp; &nbsp; • Fios e Cabos de alumínio nú","show-menu=subaluminio",,,1
	," &nbsp; &nbsp; • Cabo Indulink - AL (0,6/1kV)","produtos/indulink_a.htm",,,1
	," &nbsp; &nbsp; • Cabo Indugrex - AL (0,6/1kV)","produtos/indugrex_a.htm",,,1
	," &nbsp; &nbsp; • Cabos Multiplexados (0,6/1kV)","show-menu=submultiplex",,,1
	," &nbsp; &nbsp; • Cabo Indugrex TR - AL (15 e 25kV) <br> &nbsp; &nbsp; &nbsp; (para linhas aéreas compactas)","produtos/grex_tral.htm",,,1
	," &nbsp; &nbsp; • Condutores para média tensão","show-menu=subalumedia",,,1
  ])
	
	addmenu(menu=["encartelados",
	,,120,0,"",style2,,"left",effect,,,,,,,,,,,,
	," &nbsp; &nbsp; • Em Construção","",,,1
	])
	
	addmenu(menu=["subcobre",
	,,180,0,"",style3,,"left",effect,,,,,,,,,,,,
	," &nbsp; | Fio Antichama Ecopower (750V)","produtos/ecopower.htm",,,0
	," &nbsp; | Fio e Cabo Antichama (750V)","produtos/antichama.htm",,,0
	," &nbsp; | Cabo Indunax (0,6/1kV)","produtos/indunax.htm",,,0
	," &nbsp; | Cabo Indunax-flex (0,6/1kV)","produtos/indunax_flex.htm",,,0
	," &nbsp; | Cabo Indulink (0,6/1kV)","produtos/indulink_b.htm",,,0
	," &nbsp; | Cabo Epronax (0,6/1kV)","produtos/epronax.htm",,,0
	," &nbsp; | Cabo Eproflex 90 (0,6/1kV)","produtos/eproflex.htm",,,0
	," &nbsp; | Cabo Duflex (750V)","produtos/duflex.htm",,,0
	," &nbsp; | Cabo Indusolda (750V)","produtos/indusolda.htm",,,0
	," &nbsp; | Cordões Flexíveis (300V)","produtos/flexiveis.htm",,,0
	," &nbsp; | Cabo Caboflex (750V)","produtos/caboflex.htm",,,0
  ])
	
	addmenu(menu=["subcobre2",
	,,190,0,"",style3,,"left",effect,,,,,,,,,,,,
	," &nbsp; | Cabo Indulink (XLPE) 6/20kV","produtos/indulink.htm",,,0
	," &nbsp; | Cabo Epronax Slim (HEPR) 6/20kV","produtos/slim.htm",,,0
	," &nbsp; | Cabo Epronax Slim 105(EPR)3.6/35kV","produtos/slim2.htm",,,0
	])

	addmenu(menu=["subfumaca",
	,,155,0,"",style3,,"left",effect,,,,,,,,,,,,
	," &nbsp; | Cabo ATOX Flex (750V)","produtos/aft.htm",,,0
	," &nbsp; | Cabo ATOX Flex 90 (0,6/1kV)","produtos/aft90.htm",,,0
	])
	  
  addmenu(menu=["subalumedia",
	,,190,0,"",style3,,"left",effect,,,,,,,,,,,,
	," &nbsp; | Cabos Indulink - AL (XLPE) 6/20kV","produtos/indulink_amedia.htm",,,1
	," &nbsp; | Cabo Epronax Slim - AL (HEPR)","produtos/slimal.htm",,,1
	])
	
	addmenu(menu=["subflex",
	,,60,0,"",style2,,"left",effect,,,,,,,,,,,,
	," &nbsp; | 500V","show-menu=subcontrol",,,0
	," &nbsp; | 1000V","show-menu=subcontrol2",,,0
	
  ])
  
  addmenu(menu=["subcontrol",
	,,310,0,"",style3,,"left",effect,,,,,,,,,,,,
	," &nbsp; | 500V PVC/PVC","produtos/500v_pvc.htm",,,0
	," &nbsp; | 500V PVC/PVC blindado (fita de alumínio poliéster + dreno)","produtos/500vblin_pvc.htm",,,0
	," &nbsp; | 500V PVC/PVC blindado (fita de cobre)","produtos/500vblin_pvcfc.htm",,,0
	," &nbsp; | 500V PVC/PVC blindado (trança-fios de cobre)","produtos/500vblin_pvctfc.htm",,,0
	
  ])
  
  addmenu(menu=["subcontrol2",
	,,315,0,"",style3,,"left",effect,,,,,,,,,,,,
	," &nbsp; | 1000V PVC/PVC","produtos/1000v_pvc.htm",,,0
	," &nbsp; | 1000V PVC/PVC blindado (fita de alumínio poliéster + dreno)","produtos/1000vblin_pvc.htm",,,0
	," &nbsp; | 1000V PVC/PVC blindado (fita de cobre)","produtos/1000vblin_pvcfc.htm",,,0
	," &nbsp; | 1000V PVC/PVC blindado (trança-fios de cobre)","produtos/1000vblin_pvctfc.htm",,,0
	," &nbsp; | 1000V XLPE/PVC","produtos/1000v_xlp.htm",,,0
	," &nbsp; | 1000V XLPE/PVC blindado (fita de alumínio poliéster + dreno)","produtos/1000vblin_xlp.htm",,,0
	," &nbsp; | 1000V XLPE/PVC blindado (fita de cobre)","produtos/1000vblin_xlpfc.htm",,,0
	," &nbsp; | 1000V XLPE/PVC blindado (trança-fios de cobre)","produtos/1000vblin_xlptfc.htm",,,0
	," &nbsp; | 1000V EPR/PVC","produtos/1000v_epr.htm",,,0
	," &nbsp; | 1000V EPR/PVC blindado (fita de alumínio poliéster + dreno)","produtos/1000vblin_epr.htm",,,0
	," &nbsp; | 1000V EPR/PVC blindado (fita de cobre)","produtos/1000vblin_eprfc.htm",,,0
	," &nbsp; | 1000V EPR/PVC blindado (trança-fios de cobre)","produtos/1000vblin_eprtfc.htm",,,0

  ])
  
  addmenu(menu=["subinstru",
	,,310,0,"",style3,,"left",effect,,,,,,,,,,,,
	," &nbsp; | Cabo Indusinal sem blindagem (300V)","produtos/indusinal.htm",,,0
	," &nbsp; | Cabo Indusinal com blindagem (300V)","produtos/indusinal_com.htm",,,0
	," &nbsp; | Multicabo Indusinal sem blindagem (300V)","produtos/multicabo_s.htm",,,0
	," &nbsp; | Multicabo Indusinal com blindagem individual (300V)","produtos/multicabo_c.htm",,,0
	," &nbsp; | Multicabo Indusinal com blindagem total (300V)","produtos/multicabo_t.htm",,,0
	," &nbsp; | Multicabo Indusinal com blindagem individual e total (300V)","produtos/multicabo_it.htm",,,0
  ])
  
  addmenu(menu=["subequip",
	,,180,0,"",style3,,"left",effect,,,,,,,,,,,,
	," &nbsp; | Cabo coaxial","produtos/coaxial.htm",,,0
	," &nbsp; | Cordão paralelo bicolor","produtos/paralelos.htm",,,0
	," &nbsp; | Fios telefônicos internos FI","produtos/tel_fi.htm",,,0
	," &nbsp; | Fios telefônicos internos FDG","produtos/tel_fdg.htm",,,0
	," &nbsp; | Cabos telefônicos internos CCI","produtos/tel_cci.htm",,,0
	," &nbsp; | Fios telefônicos externos FE","produtos/tel_fe.htm",,,0
  ])
  
  addmenu(menu=["subext",
	,,170,0,"",style3,,"left",effect,,,,,,,,,,,,
	," &nbsp; | Fios e cabos WPP","produtos/wpp_c.htm",,,0
	," &nbsp; | Cabos Indugrex (0,6/1kV)","produtos/indugrex.htm",,,0
	," &nbsp; | Cabos Indugrex TR (15 e 25kV)","produtos/grex_tr.htm",,,0
	," &nbsp; | Cabos Multiplex (0,6/1kV)","produtos/multiplex.htm",,,0
  ])
  
  addmenu(menu=["subnu",
	,,150,0,"",style3,,"left",effect,,,,,,,,,,,,
	," &nbsp; | Têmpera duro e meio duro","produtos/cobre.htm",,,0
	," &nbsp; | Têmpera mole","produtos/cobremole.htm",,,0
	
  ])
  
  addmenu(menu=["subnaval",
	,,125,0,"",style2,,"left",effect,,,,,,,,,,,,
	," &nbsp; | Cabo Indunav - E","show-menu=subnaval2",,,0
	," &nbsp; | Cabo Indunav - C","show-menu=subnaval3",,,0
	," &nbsp; | Cabo Indunav - S","show-menu=subnaval4",,,0
		
  ])
	
	addmenu(menu=["subnaval2",
	,,105,0,"",style3,,"left",effect,,,,,,,,,,,,
	," &nbsp; | Não Armado (H)","produtos/indunavenah.htm",,,0
	," &nbsp; | Não Armado (NH)","produtos/indunavenanh.htm",,,0
	," &nbsp; | Armado (H)","produtos/indunaveah.htm",,,0
	," &nbsp; | Armado (NH)","produtos/indunaveanh.htm",,,0
		
  ])
	addmenu(menu=["subnaval3",
	,,105,0,"",style3,,"left",effect,,,,,,,,,,,,
	," &nbsp; | Não Armado (H)","produtos/indunavcnah.htm",,,0
	," &nbsp; | Não Armado (NH)","produtos/indunavcnanh.htm",,,0
	," &nbsp; | Armado (H)","produtos/indunavcah.htm",,,0
	," &nbsp; | Armado (NH)","produtos/indunavcanh.htm",,,0
	
	])
	addmenu(menu=["subnaval4",
	,,185,0,"",style3,,"left",effect,,,,,,,,,,,,
	," &nbsp; | Sem blindagem","show-menu=navals1",,,0
	," &nbsp; | Com blindagem total","show-menu=navals2",,,0
	," &nbsp; | Com blindagem individual","show-menu=navals3",,,0
	," &nbsp; | Com blindagem individual e total","show-menu=navals4",,,0
		
  ])
	addmenu(menu=["navals1",
	,,105,0,"",style3,,"left",effect,,,,,,,,,,,,
	," &nbsp; | Não Armado (H)","produtos/navssbnah.htm",,,0
	," &nbsp; | Não Armado (NH)","produtos/navssbnanh.htm",,,0
	," &nbsp; | Armado (H)","produtos/navssbah.htm",,,0
	," &nbsp; | Armado (NH)","produtos/navssbanh.htm",,,0
	
	])
	addmenu(menu=["navals2",
	,,105,0,"",style3,,"left",effect,,,,,,,,,,,,
	," &nbsp; | Não Armado (H)","produtos/navsbtnah.htm",,,0
	," &nbsp; | Não Armado (NH)","produtos/navsbtnanh.htm",,,0
	," &nbsp; | Armado (H)","produtos/navsbtah.htm",,,0
	," &nbsp; | Armado (NH)","produtos/navsbtanh.htm",,,0
	
	])
	addmenu(menu=["navals3",
	,,105,0,"",style3,,"left",effect,,,,,,,,,,,,
	," &nbsp; | Não Armado (H)","produtos/navsbinah.htm",,,0
	," &nbsp; | Não Armado (NH)","produtos/navsbinanh.htm",,,0
	," &nbsp; | Armado (H)","produtos/navsbiah.htm",,,0
	," &nbsp; | Armado (NH)","produtos/navsbianh.htm",,,0
	
	])
	addmenu(menu=["navals4",
	,,105,0,"",style3,,"left",effect,,,,,,,,,,,,
	," &nbsp; | Não Armado (H)","produtos/navsbitnah.htm",,,0
	," &nbsp; | Não Armado (NH)","produtos/navsbitnanh.htm",,,0
	," &nbsp; | Armado (H)","produtos/navsbitah.htm",,,0
	," &nbsp; | Armado (NH)","produtos/navsbitanh.htm",,,0
	
	])
	
	addmenu(menu=["subaluminio",
	,,190,0,"",style3,,"left",effect,,,,,,,,,,,,
	," &nbsp; | Fios de alumínio nú","produtos/aluminio.htm",,,0
	," &nbsp; | Cabo de alumínio nú CA (ASC)","produtos/asc.htm",,,0
	," &nbsp; | Cabo de alumínio nú CAA (ACSR)","produtos/aluminio_caa.htm",,,0
	," &nbsp; | Cabo de alumínio nú CAA (AACSR) <br> &nbsp; &nbsp; alta resistência mecânica","produtos/aacsr.htm",,,0
	
  	
  ])
  
	addmenu(menu=["submultiplex",
	,,55,0,"",style2,,"left",effect,,,,,,,,,,,,
	," &nbsp; | mm2","show-menu=submm",,,0
	," &nbsp; | awg","show-menu=subawg",,,0
	
  ])  
	
	addmenu(menu=["submm",
	,,160,0,"",style3,,"left",effect,,,,,,,,,,,,
	," &nbsp; | Condutor neutro CA (ASC)","produtos/multiplex_al.htm",,,0
	," &nbsp; | Condutor neutro CAA (ACSR)","produtos/multiplex_mmcaa.htm",,,0
	," &nbsp; | Condutor neutro CAL (AAAC)","produtos/multiplex_mmcal.htm",,,0
	," &nbsp; | Condutor neutro isolado","produtos/multiplex_mmisol.htm",,,0
	
  ])  
	
	addmenu(menu=["subawg",
	,,160,0,"",style3,,"left",effect,,,,,,,,,,,,
	," &nbsp; | Condutor neutro CA (ASC)","produtos/multiplex_awgca.htm",,,0
	," &nbsp; | Condutor neutro CAA (ACSR)","produtos/multiplex_awgcaa.htm",,,0
	
	
  ])  
     
  
dumpmenus()
