//    --- part of www.geisbergstudios.de ---

function zeitung(quelle,endung,resizable,scrollbars,width,height) {
window.open('inc/prwindow.htm',quelle + endung,'fullscreen=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=' + scrollbars + '0,resizable=' + resizable + ',width=' + width + ',height=' + height)
}

