// Couleur de fond des cellules
cell_color = "#FFFFFF";
// Couleur de fond des cellules inverses
fore_color = "#6785BB";
// Couleur des elements du menu sans qu'on passe dessus
menu_font_color = "#000000";
// Couleur des elements du menu quand on passe dessus
mouse_color = "#6785BB";
// Couleur des elements du menu séléctionné
selected_color = "#C61FDF";

var t_out_sec = 100;
var accueil = "Home";
var print_message = "printable version";
var sign_style = "<font style=\"font-size=10px; font-color: black;\">&gt;&gt;</font>";

var index_zone1 = "actualites_news_cp050621.html";
var index_zone2 = "actualites_news_donkiz_launch.html";

tlien = new Array;
tlien[0] = 'COMPANY'; 
tlien[1] = 'TECHNOLOGIES'; 
tlien[2] = 'PRODUCTS'; 
tlien[3] = 'SERVICES'; 
tlien[4] = 'NEWS'; 

toplien = new Array;
toplien[0] = 'Company'; 
toplien[1] = 'Technologies'; 
toplien[2] = 'Products'; 
toplien[3] = 'Services'; 
toplien[4] = 'News'; 
toplien[5] = 'Contact';


glien = new Array; 
glien[0] = '\'societe_presentation.html\'"><b>' + tlien[0] + '</b>'; 
glien[1] = '\'technologies.html\'"><b>' + tlien[1] + '</b>'; 
glien[2] = '\'produits.html\'"><b>' + tlien[2] + '</b>'; 
glien[3] = '\'services_consulting.html\'"><b>' + tlien[3] + '</b>'; 
glien[4] = '\'actualites_news.html\'"><b>' + tlien[4] + '</b>'; 

zlien = new Array; 
zlien[0] = new Array; 
zlien[1] = new Array; 
zlien[2] = new Array; 
zlien[3] = new Array; 
zlien[4] = new Array; 
zlien[0][0] = '\'societe_presentation.html\'"><b>Overview</b>'; 
zlien[0][1] = '\'societe_competences.html\'"><b>Skills</b>'; 
zlien[0][2] = '\'societe_partenaires.html\'"><b>Partners</b>'; 
zlien[0][3] = '\'societe_references.html\'"><b>References</b>'; 
zlien[0][4] = '\'societe_carrieres.html\'"><b>Careers</b>'; 
zlien[0][5] = '\'societe_coordonnees.html\'"><b>Address & Phone</b>'; 
zlien[1][0] = '\'technologies_presentation.html\'"><b>Overview</b>'; 
zlien[1][1] = '\'technologies_benefices.html\'"><b>Advantages</b>'; 
zlien[1][2] = '\'technologies_faq.html\'"><b>FAQ</b>'; 
zlien[2][0] = '\'produits_sightis.html\'"><b>Sightis</b>'; 
zlien[2][1] = '\'produits_taggis.html\'"><b>Taggis</b>'; 
zlien[2][2] = '\'produits_dis.html\'"><b>Dis</b>'; 
zlien[2][3] = '\'produits_mailrelation.html\'"><b>MailRelation</b>'; 
zlien[3][0] = '\'services_consulting.html\'"><b>Consulting</b>'; 
zlien[3][1] = '\'services_developpement.html\'"><b>Development</b>'; 
zlien[3][2] = '\'services_integration.html\'"><b>Integration</b>'; 
zlien[4][0] = '\'actualites_news.html\'"><b>Latest</b>'; 
zlien[4][1] = '\'actualites_pressekit.html\'"><b>Press Kit</b>'; 

document.write('<style type="text/css">'); 
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:15; left:99px }') 
document.write('#topgauche { position:absolute;  z-index:10; }') 
document.write('#topdroit { position:relative;  z-index:10;}')
document.write('td.menu { color:' + menu_font_color + '; font-family:verdana,arial,helvetica,sans-serif; cursor: hand;}')
document.write('td.menuselect { color:' + selected_color + '; font-family:verdana,arial,helvetica,sans-serif; cursor: hand;}')
document.write('td.submenu { color:' + menu_font_color + '; font-size: 13px; font-family:verdana,arial,helvetica,sans-serif; cursor: hand;}')
document.write('td.submenuselect { color:' + selected_color + '; font-size: 13px; font-family:verdana,arial,helvetica,sans-serif; cursor: hand;}')
document.write('</style>') 
