// * Global js // Page onload init array and functions function openMinimalWindow(windowName, windowWidth, windowHeight, elements) { var URL = null; var features = 'width=' + windowWidth + ',height=' + windowHeight + ',scrollbars=no'; var htmlDoc = '' + "\n" + '
' + "\n" + '' + "\n" + '' + "\n" + '| ' + "\n" + elements + "\n" + ' | ' + "\n" + '