var myScrollerThing = new msgScroller(
	65, //height of the scroller (the scrolling part of it, not the border)
	205, //width of the scroller (the scrolling part of it, not the border)
	60, //height required by the text in the scroller, usually about 20 per line
	    //(if the text wraps onto the line beneath it, you will need 40 etc.)
	0, //thickness of the border around the scroller
	'#000000', //colour of the border around the scroller
	75, //scrolling delay - 75 is about right
	2000, //pause time (set to same as scrolling delay for no pause)
	1, //distance from the top that you want the scroller to pause
	'#f0f1f2' //background colour for the scroller
);

myScrollerThing.msgArray[0]  = '<table width="205" cellspacing="0" cellpadding="0"><font face="Arial, Helvetica" size="4"><tr><td align="center" width="107"><A HREF="accueil_java.htm">Java</td><td width="98" align="center"><img src="images/java-logo.gif" align="absmiddle" width="35" height="58" border="0" hspace="18"></td></tr></table>';
myScrollerThing.msgArray[1]  = '<table width="205" cellspacing="0" cellpadding="0"><font face="Arial, Helvetica" size="4"><tr><td align="center" width="107"><A HREF="accueil_jujitsu.htm">Ju jitsu</td><td width="98" align="center"><img src="images/jujitsu.gif" align="absmiddle" width="33" height="58" border="0" hspace="18"></td></tr></table>';
myScrollerThing.msgArray[2]  = '<table width="205" cellspacing="0" cellpadding="0"><font face="Arial, Helvetica" size="4"><tr><td align="center" width="107"><A HREF="accueil_figurines.htm">Figurines<br>et maquettes</td><td width="98" align="center"> <img src="images/maquette.gif" align="absmiddle" width="80" height="52" border="0" hspace="1"></td></tr></table>';
myScrollerThing.msgArray[3]  = '<table width="205" cellspacing="0" cellpadding="0"><font face="Arial, Helvetica" size="4"><tr><td align="center" width="107"><A HREF="accueil_linux.htm">Linux</td><td width="98" align="center"><img src="images/linux-logo.gif" align="absmiddle" width="50" height="58" border="0" hspace="18"></td></tr></table>';
myScrollerThing.msgArray[4]  = '<table width="205" cellspacing="0" cellpadding="0"><font face="Arial, Helvetica" size="4"><tr><td align="center" width="107"><A HREF="accueil_delphi.htm">Delphi</td><td width="98" align="center"><IMG height=35 alt="logo delphi" hspace=5 src="images/delphi-logo.gif" width=35 align=left border=0 vspace="15"><img src="images/delphi7.gif" width="35" height="35" hspace="5" border="0" hspace="18" vspace="15"></td></tr></table>';
myScrollerThing.msgArray[5]  = '<table width="205" cellspacing="0" cellpadding="0"><font face="Arial, Helvetica" size="4"><tr><td align="center" width="107"><A HREF="accueil_microsoft.htm">Développement<br>avec Microsoft</td><td width="98" align="center"> <img src="images/dotnetlogo.png" align="absmiddle" width="81" height="40" border="0" hspace="1" vspace="15"></td></tr></table>';

myScrollerThing.buildScroller();
