<!--  hide javascript from older browsers

imgsrc = new Array();
imgant = new Array();
imgold = new Array();
imgact = "tx_prese";

imgsrc[0] = "Images/texto_Presentation.gif";
imgsrc[1] = "Images/texto_Presentation_over.gif";
imgsrc[2] = "Images/texto_Presentation_sel.gif";
imgsrc[3] = "Images/texto_Encours.gif";
imgsrc[4] = "Images/texto_Encours_over.gif";
imgsrc[5] = "Images/texto_Encours_sel.gif";
imgsrc[6] = "Images/texto_AnciensNum.gif";
imgsrc[7] = "Images/texto_AnciensNum_over.gif";
imgsrc[8] = "Images/texto_AnciensNum_sel.gif";
imgsrc[9] = "Images/texto_Dossiers.gif";
imgsrc[10] = "Images/texto_Dossiers_over.gif";
imgsrc[11] = "Images/texto_Dossiers_sel.gif";
imgsrc[12] = "Images/texto_Abonnez.gif";
imgsrc[13] = "Images/texto_Abonnez_over.gif";
imgsrc[14] = "Images/texto_Abonnez_sel.gif";
imgsrc[15] = "Images/texto_Articles.gif";
imgsrc[16] = "Images/texto_Articles_over.gif";
imgsrc[17] = "Images/texto_Articles_sel.gif";
imgsrc[18] = "Images/texto_Realisateurs.gif";
imgsrc[19] = "Images/texto_Realisateurs_over.gif";
imgsrc[20] = "Images/texto_Realisateurs_sel.gif";
imgsrc[21] = "Images/texto_Themes.gif";
imgsrc[22] = "Images/texto_Themes_over.gif";
imgsrc[23] = "Images/texto_Themes_sel.gif";
imgsrc[24] = "Images/texto_Courrier.gif";
imgsrc[25] = "Images/texto_Courrier_over.gif";
imgsrc[26] = "Images/texto_Courrier_over.gif";
imgsrc[27] = "Images/texto_Liens.gif";
imgsrc[28] = "Images/texto_Liens_over.gif";
imgsrc[29] = "Images/texto_Liens_sel.gif";


imgant["tx_prese"] = "Images/texto_Presentation.gif";
imgant["tx_encou"] = "Images/texto_Encours.gif";
imgant["tx_ancnu"] = "Images/texto_AnciensNum.gif";
imgant["tx_dossi"] = "Images/texto_Dossiers.gif";
imgant["tx_abonn"] = "Images/texto_Abonnez.gif";
imgant["tx_artic"] = "Images/texto_Articles.gif";
imgant["tx_reali"] = "Images/texto_Realisateurs.gif";
imgant["tx_theme"] = "Images/texto_Themes.gif";
imgant["tx_courr"] = "Images/texto_Courrier.gif";
imgant["tx_liens"] = "Images/texto_Liens.gif";

imgold["tx_prese"]     = new Image();
imgold["tx_prese"].src = imgant["tx_prese"];
imgold["tx_encou"]     = new Image();
imgold["tx_encou"].src = imgant["tx_encou"];
imgold["tx_ancnu"]     = new Image();
imgold["tx_ancnu"].src = imgant["tx_ancnu"];
imgold["tx_dossi"]     = new Image();
imgold["tx_dossi"].src = imgant["tx_dossi"];
imgold["tx_abonn"]     = new Image();
imgold["tx_abonn"].src = imgant["tx_abonn"];
imgold["tx_artic"]     = new Image();
imgold["tx_artic"].src = imgant["tx_artic"];
imgold["tx_reali"]     = new Image();
imgold["tx_reali"].src = imgant["tx_reali"];
imgold["tx_theme"]     = new Image();
imgold["tx_theme"].src = imgant["tx_theme"];
imgold["tx_courr"]     = new Image();
imgold["tx_courr"].src = imgant["tx_courr"];
imgold["tx_liens"]     = new Image();
imgold["tx_liens"].src = imgant["tx_liens"];


if (getAppVersion()) 
{
        img    = new Array();
        for (i = 0; i < imgsrc.length; i++) 
        {
            img[i]     = new Image();
            img[i].src = imgsrc[i];
        }
}
//end hiding javascript -->
