function newWindow(solvar) 
     {
     solwindow = window.open(solvar, "solution", 
     "scrollbars=yes,resizable=yes,width=500,height=375")
     solwindow.focus()
     }

