// JavaScript Document var snelheid = 1; var outputhtml = ''; var huidige_breedte = ''; var afbeelding = new Array(); var kopieersnelheid = snelheid; var iedom = document.all||document.getElementById; afbeelding[0]='pictures/fotostaand/thumbs/DSC01313.jpg'; afbeelding[1]='pictures/fotoliggend/thumbs/DSC01292.jpg'; afbeelding[2]='pictures/fotostaand/thumbs/DSC01272.jpg'; afbeelding[3]='pictures/fotoliggend/thumbs/DSC01508.JPG'; afbeelding[4]='pictures/fotostaand/thumbs/DSC01290.jpg'; afbeelding[5]='pictures/fotoliggend/thumbs/DSC01284.jpg'; afbeelding[6]='pictures/fotostaand/thumbs/DSC01311.jpg'; afbeelding[7]='pictures/fotoliggend/thumbs/DSC01285.jpg'; afbeelding[8]='pictures/fotostaand/thumbs/DSC01396.JPG'; afbeelding[9]='pictures/fotoliggend/thumbs/DSC01301.jpg'; afbeelding[10]='pictures/fotostaand/thumbs/DSC01269.jpg'; afbeelding[11]='pictures/fotoliggend/thumbs/DSC01270.jpg'; afbeelding[12]='pictures/fotostaand/thumbs/DSC01299.jpg'; afbeelding[13]='pictures/fotoliggend/thumbs/DSC01305.jpg'; afbeelding[14]='pictures/fotostaand/thumbs/DSC01279.jpg'; afbeelding[15]='pictures/fotoliggend/thumbs/DSC01281.jpg'; afbeelding[16]='pictures/fotostaand/thumbs/DSC01291.jpg'; afbeelding[17]='pictures/fotoliggend/thumbs/DSC01288.jpg'; afbeelding[18]='pictures/fotoliggend/thumbs/cap kl 3.jpg'; afbeelding = '
'+afbeelding.join("")+'
'; if (iedom||document.layers) { with (document) { if (iedom) { outputhtml += ''; outputhtml += '
'; outputhtml += '
'; outputhtml += '
'; outputhtml += '
'; outputhtml += '
'; } else if (document.layers) { outputhtml += ''; outputhtml += ''; outputhtml += ''; outputhtml += ''; } } } function opvullen() { if (iedom) { //select picturefields afb = document.getElementById ? document.getElementById("test2") : document.all.test2; afb2 = document.getElementById ? document.getElementById("test3") : document.all.test3; afb.innerHTML = afb2.innerHTML = afbeelding; huidige_breedte = document.all ? afb.offsetWidth : document.getElementById("temp").offsetWidth; afb2.style.left = huidige_breedte +'px'; } else if (document.layers) { ns_slide = document.netscape.document.netscape2; ns_slide2 = document.netscape.document.netscape3; ns_slide.document.write(afbeelding); ns_slide.document.close(); huidige_breedte = ns_slide.document.width; ns_slide2.left = huidige_breedte; ns_slide2.document.write(afbeelding); ns_slide2.document.close(); } lefttime=setInterval("schuiflinks()",30); } function schuiflinks() { var styleleft; if (iedom) { if (parseInt(afb.style.left)>(huidige_breedte*(-1)+8)) styleleft = parseInt(afb.style.left) - kopieersnelheid; else styleleft = parseInt(afb2.style.left) + huidige_breedte; afb.style.left = styleleft +'px'; if (parseInt(afb2.style.left)>(huidige_breedte*(-1)+8)) styleleft = parseInt(afb2.style.left) - kopieersnelheid; else styleleft = parseInt(afb.style.left) + huidige_breedte; afb2.style.left = styleleft +'px'; } else if (document.layers) { if (ns_slide.left>(huidige_breedte*(-1)+8)) ns_slide.left -= kopieersnelheid; else ns_slide.left = ns_slide2.left + huidige_breedte; if (ns_slide2.left>(huidige_breedte*(-1)+8)) ns_slide2.left -= kopieersnelheid; else ns_slide2.left = ns_slide.left + huidige_breedte; } } function startstop(snelheid1) { if(snelheid1 == 1) { kopieersnelheid = snelheid; } else { kopieersnelheid = snelheid1; } return true; }