var tr_LoginnameInUse = 'This username is already in use'; var tr_PasswordsDoNotMatch = 'Passwords do not match'; var tr_OnlyJpgGifExtension = 'Only images with .jpg or .gif are allowed'; var tr_RequiredFields = 'The following fields are required'; var tr_EmailIncorrect = 'Invalid e-mail'; var tr_PhoneLength = 'A phonenumber has a length of 10 characters'; 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.pacombi.com/flash/h1.swf", sColor:"#003366", 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'; }