var transition_timer = 5; // time in seconds between image transition
var transition_speed = 800; // speed of the transition in milliseconds
var smoothness = 20; // smoothness of the transition : lower = smoother (you may run into performance issues if set too low)
var transition = ''; // transition type: can be 'in', 'out', or 'inout' - leave blank for linear

var Pic = new Array();
var Cap = new Array();
Pic[0] = '/images/B633111404C149AEB8400D995FDE2FAF.jpg';
Cap[0] = 'Liberte';
Pic[1] = '/images/534D4D5F821F4855A2EE6A81A7AF8A8D.jpg';
Cap[1] = 'Egalite';
Pic[2] = '/images/0E2B2FF571C1486B80E9284EDB11FB1C.jpg';
Cap[2] = 'Fraternite';
Pic[3] = '/images/11B0075AB47C42DC84967534AD8CABB8.jpg';
Cap[3] = 'Solidarite';
Pic[4] = '/images/88186ECB06BA4796B2DCF3FF2390737D.jpg';
Cap[4] = 'Laicite';
Pic[5] = '/images/F29DA048312D43F18FD348FE7A8B9061.jpg';
Cap[5] = 'Tolerance';
Pic[6] = '/images/9908B05D1004420AB98A955F8817097B.jpg';
Cap[6] = 'Justice';
Pic[7] = '/images/4ED64E5276724E9A97245DE5DAC742C5.jpg';
Cap[7] = 'Mixite';
Pic[8] = '/images/CB797CB709BA4E40A19687F5CD3CD182.jpg';
Cap[8] = 'humanisme';
Pic[9] = '/images/92C4F566475B483D87B574456373955C.jpg';
Cap[9] = 'Liberte de conscience';

