function popupWindow(filename, thisWidthAndThisHeight){exampleWindow = window.open(filename, 'Example', thisWidthAndThisHeight, 'toolbar=no,resizable=yes,scrollbars=yes,menubar=no,status=no')	exampleWindow.focus();}