// JavaScript Document

/***********************************************
* Fading Scroller- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

var delay = 6000; //set delay between message change (in miliseconds)
var maxsteps=5; // number of steps to take to change from start color to endcolor
var stepdelay=5; // time in miliseconds of a single step

//**Note: maxsteps*stepdelay will be total time in miliseconds of fading effect

var startcolor= new Array(255,255,255); // start color (red, green, blue)
var endcolor=new Array(0,0,0); // end color (red, green, blue)

var fcontent=new Array();
begintag='<div style="font: normal 14px Arial; padding: 5px;">'; //set opening tag, such as font declarations

fcontent[0]="<span class='texte11'><div align='justify'>Les villas Crown sont une collection de 6 villas luxueuses 5 &eacute;toiles et vous offre une exp&eacute;rience unique du voyage de luxe.</div></span><center><a href='http://www.lvdlinc.com/puertoplata/guide/fr/galeries.php' class='lien11'><img src='http://www.lvdlinc.com/puertoplata/guide/img/button_blue_next.gif' width='13' height='13' border='0'>Visitez les villas V.I.P.</a></center>";

fcontent[1]="<span class='texte11'><div align='justify'><img src='http://www.lvdlinc.com/puertoplata/guide/img/ampoule.gif' width='19' height='19' align='left'>Avant votre d&eacute;part, prenez le temps de pr&eacute;parer votre s&eacute;jour : adresses utiles, shopping,  sites touristiques ... Ces pr&eacute;paratifs sont le gage d'un s&eacute;jour r&eacute;ussi.</div></span><center><a href='http://www.lvdlinc.com/puertoplata/fr/douane.php' class='lien11'><img src='http://www.lvdlinc.com/puertoplata/guide/img/button_blue_next.gif' width='13' height='13' border='0' />Acc&egrave;s au guide</a></center>";

//fcontent[2]="<span class='texte11'>Ok, enough with these pointless messages. You get the idea behind this script.</a></span>";

closetag='</div>';

var fwidth='234px'; //set scroller width
var fheight='100px'; //set scroller height

var fadelinks=0;  //should links inside scroller content also fade like text? 0 for no, 1 for yes.
