/* site/titlebar.html */
///////configure the below four variables to change the style of the slider///////
//set the scrollerwidth and scrollerheight to the width/height of the LARGEST image in your slideshow!
var scrollerwidth=110;
var scrollerheight=66; //76
var scrollerbgcolor='#1111FF';
//3000 miliseconds=3 seconds
var pausebetweenimages=3000;
var slideimages=new Array();
slideimages[0]='<p class="slidetext">NIEUWE FOTOS<br>KLIK OP FOTO</p>'
if (window.parent.activelang==1) slideimages[0]='<p class="slidetext">NEW PHOTOS<br>CLICK ON PHOTO</p>'
var scrolling=false;
var thumbpath='thumb/';

