function showImage(name,width,height) { var newWindowFeatures="dependent=1,Height="+height+",Width="+width+",scrollbars=yes,status=no,resizable=yes"; var board=window.open("window.html",1283655281,newWindowFeatures); board.document.open(); board.document.write(""); board.document.write("Картинка"); board.document.write("
"); board.document.write(""); board.document.close(); }