﻿/* author: mlemaire@nrcan.gc.ca */
/* Generated by AceHTML Freeware http://freeware.acehtml.com */
/* Creation date: 2003-08-20 */

var texte, i, textedefile;
texte= " بصدد الإنجاز * * * ";
i=0;
function defile() {
   if (i<texte.length) {
   i=i+1;
   }
   else {
   i=0;
   }
   textedefile=texte.substring(i,texte.length)+texte.substring(0,texte.length);
   document.Nav1.champdefile.value=textedefile;
   setTimeout("defile()",100);
   }