function popUp1(wintype, width, heigth, locat, scroll, resize, left, top) { if (left == null) { var left = 22; } if (top == null) { var top = 22; } var now = new Date(); var popname = 'pop' + now.getHours() + now.getMinutes() + now.getSeconds(); var popUp = window.open( wintype, popname, 'toolbar=no,location=' + locat + ',personalbar=no,status=yes,menubar=no,directories=no' + ',scrollbars=1,resizable=' + resize + ',width=' + width + ',height=' + heigth + ',left=' + left + ',top=' + top ); if (popUp) { popUp.focus(); } }
|
| Nederlands Centraal Muzikantenregister |
|