function SendSide(webPath) { var ItsTheWindow; w = 240; h = 300; LeftPosition = (screen.width) ? (screen.width-w)/2 : 0; TopPosition = (screen.height) ? (screen.height-h)/2 : 0; settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no'; var id = ""; if(webPath == ""){ id = "/"+DocumentQuickID; }else{ id = webPath; } ItsTheWindow = window.open('/lollandsbank/data.nsf/TipEnVen?OpenForm&ID='+id,'SendSiden', settings); } /* Funktion til validering af tekst streng */ function isValidString(str) { var bad_chars = "'<>\""; for(i=0; i= 0 ) { return false; } } return true; } function toggleDisplay(name){ if(document.getElementById(name).style.display == 'none') document.getElementById(name).style.display = 'block'; else document.getElementById(name).style.display = 'none'; } function printpage(){ window.print(); }