// open a new sized window containing an html file or imagefunction newWindow (popFile, popName, popSize) {popWindow = window.open(popFile, popName, popSize)}