var SCROLL1_DATA = {
	// Use <blink> and </blink> tags to enclose blinking fragment, 
	// <pause time=ms> to pause scrolling for a time of ms miliseconds
	'message' : " <pause time=1>Scrolling1 <blink>Statusbar</blink> JavaScript <pause time=3>Scrolling Title <blink>JavaScript</blink>",
	// scrolling speed, milliseconds per char. use negative value to reverse direction
	'speed' : 200,
	// blinking parameters: [time to show for, time to hide for] or
	// if scalar both time to show for and time to hide for
	'blink' : [500, 500],
	// wheather the scrolling goes in window title bar
	'intitle' : true
}

var SCROLL2_DATA = {
	'message' : "<pause time=3> Casarit NV - ambachtelijke rieten daken                                                                                          <pause time=2> Casarit is gekend voor kwaliteit, betrouwbaarheid & oog voor detail                                                      <pause time=2>               Contacteer ons vrijblijvend voor meer informatie                                  ",
	'speed' : 80,
	'blink' : 500,
	'intitle' : false
}

var SCROLLfr_DATA = {
	'message' : "<pause time=3> Casarit SA – toits de chaume artisanaux                                                                                          <pause time=2> Casarit est connu pour sa fiabilité, sa qualité et pour sa précision                                                      <pause time=2>              Contactez-nous pour des renseignements sans engagement.                                   ",
	'speed' : 80,
	'blink' : 500,
	'intitle' : false
}
