var tr_LoginnameInUse = 'Uw loginnaam is reeds in gebruik'; var tr_PasswordsDoNotMatch = 'Wachtwoorden zijn niet aan elkaar gelijk'; var tr_OnlyJpgGifExtension = 'Alleen afbeelding met extensie .jpg of .gif zijn toegestaan'; var tr_RequiredFields = 'De volgende velden zijn verplicht'; var tr_EmailIncorrect = 'Het emailadres is niet correct'; var tr_PhoneLength = 'Een telefoonnummer dient 10 tekens lang te zijn'; var IE = document.all?true:false function openOverlay(title,url,width,height) { GB_showCenter(title, url, /* optional */ height, width) } function printme() { var objOut = document.getElementById("output"); var out = objOut.innerHTML; var wh = window.open("","wh","width=640px,height=480px,scrollbars=yes"); wh.document.open(); var output = ''; output = ''+output+''+out.replace('','/object-->')+''; output += '<'+'script type="text/javascript">'; output += 'setTimeout("window.print()",2000);'; output += ''; wh.document.writeln(output); wh.document.close(); } function initSIFR() { if(typeof sIFR == "function"){ // header big, black sIFR.replaceElement(named( { sSelector:"h1", sFlashSrc:"http://www.paardekooper.nl/flash/h1.swf", sColor:"#FF2B8E", sWmode:"transparent", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0" } )); }; } var clickedOnPhoto = false; function showNextPhoto() { var test = document.getElementById('col_1').getElementsByTagName('DIV') for(var i=0; i minId) { previousId = thisId-1; } document.getElementById('foto_'+thisId+'_'+maxId).style.display = 'none'; document.getElementById('foto_'+previousId+'_'+maxId).style.display = 'block'; }