| ' + tab_user[i][3] + ' |
';
if(tab_user[i][1].indexOf('-point_fort-')>0){texte = texte + '| Commentaires : | ' + tab_user[i][11] + ' |
';}
if(tab_user[i][1].indexOf('-type-')>0){texte = texte + '| Type : | ' + tab_user[i][17] + ' |
';}
if(tab_user[i][1].indexOf('-classe-')>0){texte = texte + '| Classe : | ' + tab_user[i][5] + ' |
';}
if(tab_user[i][1].indexOf('-grain-')>0){texte = texte + '| Type de grain : | ' + tab_user[i][8] + ' |
';}
if(tab_user[i][1].indexOf('-precocite-')>0){texte = texte + '| Précocité : | ' + tab_user[i][6] + ' |
';}
if(tab_user[i][1].indexOf('-groupe-')>0){texte = texte + '| Groupe de précocité : | ' + tab_user[i][15] + ' |
';}
if(tab_user[i][1].indexOf('-precocite_f-')>0){texte = texte + '| Précocité floraison : | ' + tab_user[i][13] + ' |
';}
if(tab_user[i][1].indexOf('-precocite_m-')>0){texte = texte + '| Précocité maturité : | ' + tab_user[i][14] + ' |
';}
if(tab_user[i][1].indexOf('-temperature_g-')>0){texte = texte + '| Somme de température grain : | ' + tab_user[i][10] + ' |
';}
if(tab_user[i][1].indexOf('-temperature_f-')>0){texte = texte + '| Somme de température fourrage : | ' + tab_user[i][9] + ' |
';}
if(tab_user[i][1].indexOf('-alternative-')>0){texte = texte + '| Alternativité : | ' + tab_user[i][27] + ' |
';}
if(tab_user[i][1].indexOf('-hauteur-')>0){texte = texte + '| Hauteur : | ' + tab_user[i][26] + ' |
';}
if(tab_user[i][1].indexOf('-technologie-')>0){texte = texte + '| Caractéristiques technologiques : | ' + tab_user[i][25] + ' |
';}
if(tab_user[i][1].indexOf('-proteine-')>0){texte = texte + '| Teneur en protéine : | ' + tab_user[i][16] + ' |
';}
if(tab_user[i][1].indexOf('-resistance-')>0){texte = texte + '| Résistance : | ' + tab_user[i][12] + ' |
';}
if(tab_user[i][1].indexOf('-exploitation-')>0){texte = texte + '| Exploitation : | ' + tab_user[i][18] + ' |
';}
if(tab_user[i][1].indexOf('-utilisation-')>0){texte = texte + '| Utilisation : | ' + tab_user[i][7] + ' |
';}
if(tab_user[i][1].indexOf('-positionement-')>0){texte = texte + '| Points forts : | ' + tab_user[i][20] + ' |
';}
if(tab_user[i][1].indexOf('-dos_semi-')>0){texte = texte + '| Conseils de semis : | ' + tab_user[i][19] + ' |
';}
texte = texte + '';
}
}
mytop = parseInt(posy) + 8;
myleft=parseInt(posx)-500;
document.getElementById(idpopdesc).innerHTML=texte;
for(i=0;i