Article = new Array; i=0; /* DEFINE SCROLLER ELEMENTS Define new scroller elements here in the following format. Article[i] = new Array ("display text", "URL", "frame target to load link in");i++ Note: If you do not want the item to be a link, change the URL value to "none". */ Article[i] = new Array ("Devenir membre
Inscrive-vous et
participez à cette
plateforme de
mutualisation de
ressources
pédagogiques.
", "none", "_self");i++ Article[i] = new Array ("
", "none", "_self");i++ timerTime_ms = 50; ////// SCROLLER CONFIGURATION /////////////////////////////////////////////////////////////////// orientation = "vertical" // Orientation of scroller (Horizontal or vertical) scrollerWidth = 160 // Width of entire scroller. scrollerHeight = 150 // Height of Scroller. borderWidth = 0 // Width of border. (use 0 for no border). borderColour = "#006600" // Colour of scroller border. (Use either hexadecimal or text values. e.g. "#FF0000" or "Red") backColour = "#cce6ff" // Colour of scroller background. (Use either hexadecimal or text values. e.g. "#FF0000" or "Red") staticColour = "#000066" // Colour of scroller items that are NOT a link. (including scrollerDivider characters) stopScroll = 1 // Pause the scroller on mouseOver. (use 0 for no.) textAlignment="center" // Alignment of each scroller item. Only really makes a difference on vertical scroller // (center, left, right, justify) fontstyle="COLOR: red; FONT-FAMILY: geneva, verdana, helvetica, arial, sans-serif" fontweight= "bold" // Scroller Links linkFont = "geneva, verdana, helvetica, arial, sans-serif" // Font of scroller links; linkWeight = "normal" // Weight of scroller links; linkColour = "#000066" // Colour of scroller links linkSize = "8" // Size of links (in points) linkDecoration = "none" // Decoration of links. (underline, overline, none) // Scroller Links On MouseOver slinkFont = "geneva, verdana, helvetica, arial, sans-serif" // Font of scroller links; slinkWeight = "normal" // Weight of scroller links; slinkColour = "#AFAF9D" // Colour of scroller links slinkSize = "9" // Size of links (in points) slinkDecoration = "none" // Decoration of links. (underline, overline, none) scrollerDivider = "" //scrollerDivider = " - " // Character to place between each scroller item. // tags can be used if an image is required. // Use "0" for nothing. For Vertical scrollers, it is best to use "
" ////// DO NOT EDIT BELOW THIS LINE /////////////////////////////////////////////////////////////////// //Browser Sniffer //var isIE = (document.getElementById && document.all)?true:false; ////var isNS4 = (document.layers)?true:false; //var isNS4 = false; //var isNS6 = (document.getElementById && !document.all)?true:false; style='