function img_blank (link, title, x, y) { width0=50; height0=50; str='width='+width0+', height='+height0+', left='+x+', top='+y+',dependent=1,resizable=0,menubar=0,toolbar=0,location=0,scrollbars=0,status=0'; win = window.open('','', str); f=win.document; f.open(); f.write(""); f.write(""+title+""); f.write(""); f.write(""); } function img_blank_full (link, title, x, y) { width0=0; height0=0; str='dependent=1,resizable=0,menubar=0,toolbar=0,location=0,scrollbars=1,status=0'; win = window.open('','', str); f=win.document; f.open(); f.write(""); f.write(""+title+""); f.write(""); f.write(""); }