function func1( str ) {document.all.id1.innerHTML = str; } function func2( img ) {document.all.id1.innerHTML = "\"\""; } function nw(img,width,height) { prm = "width=" + width + ",height=" + height; n = window.open("", "ImgWindow",prm); n.document.open(); n.document.write("Image Window\n"); n.document.write(""); n.document.write("\n"); n.document.write("\n"); n.document.write("
"); n.document.write("\n"); n.document.close(); return false; }