/* TITLES */
var T=new Array();
T['seelayer']="Ver la pantalla recientemente cerrada";
T['idR']="Recalcular gráfico";
T['idN']="Recalcular gráfico con Números";
T['idF']="Recalcular gráfico sin Números";
T['idP']="Recalcular gráfico Plano";
T['idE']="Recalcular gráfico con Extrusión";
T['idpieM']="Remueve sectores del gráfico";
T['idpiem']="Agrega sectores al gráfico";
T['seenotit']="1 click: muestra último NotIt\n2 clocks: Crea un nuevo NotIt";
T['dwnArrw']="Select an option";
/* APPLICATION MESSAGES
* These are the messages that are displayed at the top-right corner
* of the page inside the unified messaage area 
* if the message number is not a number or is > that M.length, msg() function shows M[0] */
var M=new Array();
M[0]="1234567890123456";
M[1]="Ingreso OK!";
M[2]="Alta OK!";
M[3]="Baja OK!";
M[4]="Edición OK!";
M[5]="Mensaje OK!";
M[6]="Modificación OK!";
/* TABS NAMES at the main page index.html */
var tab=new Array();
tab['es']=new Array();
tab['fr']=new Array();
tab['en']=new Array();
tab['pr']=new Array();
tab['it']=new Array();
/** español */
tab['es'][0]="Home";
tab['es'][1]="Procesos";
tab['es'][2]="Personal";
tab['es'][3]="Productos";
tab['es'][4]="Módulos";
tab['es'][6]="Empresa";
tab['es'][5]='Reportes';
tab['es'][7]="Docs";
tab['es'][8]="BuyOnline";
tab['es'][9]='Partners';

/** francais */
tab['fr'][0]="Maison";
/** english */
tab['en'][0]="Home";
/* TABS IFRANE'S WINDOWS
* These are the pages to be executed inside each iframe of corresponding tab */
var tabsrc=new Array();
/*tabsrc[0]="tab0.html"; crmpersonal/crmpersonalpromo.html vacio.html */
tabsrc[0]="home.html";
tabsrc[1]="proc.html";
tabsrc[2]="crmpersonal/crmpersonalpromo.html";
tabsrc[3]="tab2.html";
tabsrc[4]="mods.html";
tabsrc[6]="tab1.html";
tabsrc[5]="repo.html";
tabsrc[7]="tab4.html";
tabsrc[8]="tab5.html";
tabsrc[9]="tab7.html";
/*tabsrc[4]="./faqs/faqs.html";*/
/** ALTURAS DE LOS IFRAMES */
var Heit=new Array();
Heit[0]=650;
Heit[1]=650;
Heit[2]=3550;
Heit[3]=3550;/*prods*/
Heit[4]=650;/*mods*/
Heit[5]=650;/*reports*/
Heit[6]=650;/*docs*/
Heit[7]=650;/*buy*/
Heit[8]=650;/*partners*/
Heit[9]=1700;/*partners*/

/* LITERALES */
var LIT=new Array();
LIT[0]="Sin guardar";
LIT[1]="CONTACTOS";
LIT[2]="Riesgo cero: \n¡devolución del 100% del importe, \ndentro de los 180 días!";
LIT['empresa']="Empresa";
LIT['firstName']="Nombre";
LIT['lastName']="Apellido";
LIT['msg']="Mensaje";
LIT['ctctMsg']="Sus datos";
LIT['enviar']="     Enviar     ";
LIT['pais']="País";
LIT['tel']="Teléfono";
LIT['material']="Material descargable";
LIT['login']="Partners Login";
LIT['user']="Usuario";
LIT['passUsr']="Password";
LIT['cpyrght']="All Rights Reserved. \nReproduction forbidden without\nwritten permission from the owners";
LIT['wrldHQ']="Confluence Group Europe \nWorld HeadQuarters in Brussels, Belgium";
LIT['type']="Tipo";
LIT['date']="Fecha";
LIT['size']="Tamaño";
LIT['dwnld']="Download";