/*
 
*/

//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE.
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=JavaScript>";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 you have more than one _array.js file

timegap=450                   // The time delay for menus to remain visible
followspeed=5                 // Follow Scrolling speed
followrate=50                 // Follow Scrolling Rate
suboffset_top=1               // Sub menu offset Top position
suboffset_left=20             // Sub menu offset Left position
 

style3=[				// style3 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"990033",				// Mouse Off Font Color
"faba19",					// Mouse Off Background Color
"003129",				// Mouse On Font Color
0,			// Mouse On Background Color
"DFE2E7",				// Menu Border Color
12,					// Font Size
"normal",				// Font Style 
"normal",				// Font Weight
"trebuchet, Verdana, tahoma, helvetica",		// Font Name
3,					// Menu Item Padding
,				// Sub Menu Image (Leave this blank if not needed)
0,					// 3D Border & Separator bar
,				// 3D High Color
,				// 3D Low Color
,					// Referer Item Font Color (leave this blank to disable)
,					// Referer 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=["opciones",109,1,145,1,"",style3,1,"center",,,1,,,,,,,,,,1
,"Justificación","http://www.concanaco.com.mx/hablemosbiendemexico/justificacion.html",,,1
,"Misión","http://www.concanaco.com.mx/hablemosbiendemexico/mision.html",,,1
,"Objetivo","http://www.concanaco.com.mx/hablemosbiendemexico/objetivo.html",,,1
,"Filosofía","http://www.concanaco.com.mx/hablemosbiendemexico/filosofia.html",,,1
,"Racional Creativo","http://www.concanaco.com.mx/hablemosbiendemexico/creativo.html",,,1
,"Descargas","http://www.concanaco.com.mx/hablemosbiendemexico/descargas.html",,,1
,"Facebook","http://www.concanaco.com.mx/",,,1
])

dumpmenus();	
