// Descripcion de los campos del array menu1 // - El Campo 0 indica el identificador del campo en el menu principal. // [0] = Indica que no tiene submenu // [otro valor] = tiene submenu // - El Campo 1 indica el nombre del campo en el menu principal. // - El campo 2 indica el link del campo en el menu principal // - El campo 3 indica el tipo de link // [0] = Indica un link normal // [1] = Indica un link de ventana desplegable // [2] = indica que no tiene link keyTerms=new Array(); keyTerms[0]="ms1:grupossc:#:2"; keyTerms[1]="ms2:products:#:2"; keyTerms[2]="ms3:services:#:2"; keyTerms[3]="ms4:research:#:2"; // Descripcion de los campos del array menu2 // - El campo 0 indica a que campo del menu principal pertenece el submenu. // - El campo 1 indica el identificador del submenu // [0] = Indica que no tiene submenu // [otro valor] = tiene submenu // - El campo 2 indica el nombre del campo en el submenu. // - El campo 3 indica el link del campo. // - El campo 4 indica el tipo de link // [0] = Indica un link normal // [1] = Indica un link de ventana desplegable // [2] = indica que no tiene link // [3] = Indica que es una nueva ventana menu2=new Array(); menu2[0]="ms1:0:About Grupo SSC:www.grupossc.com/en/corporative/corporative.html?gclid=CKDKzr6t5ZQCFR4sagodkG6IRA:0"; menu2[1]="ms1:0:Our Customers:www.grupossc.com/en/corporative/customers.html:0"; menu2[2]="ms1:0:Aliances:www.grupossc.com/en/corporative/aliances.html:0"; menu2[3]="ms1:0:Job Vacancies:www.grupossc.com/en/corporative/job.html:0"; menu2[4]="ms1:0:Contact Us:www.grupossc.com/en/contactus/contactus.html:0"; menu2[5]="ms1:0:ITSSC:www.itssc.edu.mx:0"; menu2[6]="ms1:0:Users Conference:conferencia.grupossc.com:0"; menu2[7]="ms2:0:ANSYS:www.grupossc.com/en/ansys/index.html:0"; menu2[8]="ms2:0:CATIA:www.grupossc.com/en/catia/index.html:0"; menu2[9]="ms2:0:CADFIX:www.grupossc.com/en/cadfix/index.html:0"; menu2[10]="ms2:0:ENSIGHT:www.grupossc.com/en/ensight/index.html:0"; menu2[11]="ms3:0:Trainning:www.grupossc.com/en/trainning/index.html:0"; menu2[12]="ms3:0:Support:www.grupossc.com/en/support/index.html:0"; menu2[13]="ms3:0:High Performance Computing:www.grupossc.com/en/hpc/index.html:0"; menu2[14]="ms3:0:Solutions:www.grupossc.com/soluciones.html:0"; menu2[15]="ms3:0:ANSYS Online Demos:www.grupossc.com/en/demos_access.html', '580', '850',1,'entrada_demos':1"; menu2[16]="ms4:0:Consulting:www.grupossc.com/en/consulting/index.html:0"; menu2[17]="ms4:0:Success Stories:www.grupossc.com/cexito.html:0"; menu2[18]="ms4:0:Software:www.grupossc.com/en/software.html:0"; // menu2[18]="ms3:0:Calendario Escolar:www.itssc.edu.mx/calendarios/ingenierias08.html', '605', '555',0,'itssc_licenciaturas':1"; menu3=new Array(); // SUBMENU DE BACHILLERATO EN SECCION ASPIRANTES // menu3[0]="sub1:0:Próximos exámenes:www.itssc.edu.mx/posgrado/objetivos.html:0"; // menu3[1]="sub1:0:Solicitud en línea:www.itssc.edu.mx/posgrado/estructura.html:0"; // menu3[2]="sub1:0:¿Donde deposito?:www.itssc.edu.mx/posgrado/estructura.html:0"; // SUBMENU DE LICENCIATURAS EN SECCION ASPIRANTES // menu3[3]="sub2:0:Oferta académica:www.itssc.edu.mx/asignaturas.html:0"; // menu3[4]="sub2:0:Requisitos previos:www.itssc.edu.mx/posgrado/objetivos.html:0"; // menu3[5]="sub2:0:Próximos exámenes:www.itssc.edu.mx/posgrado/estructura.html:0"; // menu3[6]="sub2:0:Solicitud en línea:www.itssc.edu.mx/asignaturas.html:0"; // menu3[7]="sub2:0:¿Donde deposito?:www.itssc.edu.mx/posgrado/estructura.html:0"; //SUBMENU DE POSGRADOS EN SECCION ASPIRANTES // menu3[8]="sub3:0:Diplomados:www.itssc.edu.mx/aspirantes/diplomados.html:0"; // menu3[9]="sub3:0:Especialidades:www.itssc.edu.mx/aspirantes/especialidades.html:0"; // menu3[10]="sub3:0:Maestrías:www.itssc.edu.mx/aspirantes/maestrias.html:0";