function newWindow(myjpg) {imageWindow = window.open(myjpg, "imagewin", "width=600,height=400")imageWindow.focus()}