if (document.images) {function pictures(name, caption){str="";str=name+".jpg";newwindow=window.open('','pictures','width=300,height=300')newwindow.document.write("<html><head><title>Istanbul Diary</title></head><body bgcolor=#ccccff><Center><img src=img/"+str)newwindow.document.write(" WIDTH=225 HEIGHT=206 BORDER=1 ALT="+caption)newwindow.document.write("><BR><font size=-2> &#169; 1999-2001 Tamia Lum</font><P>" +caption)newwindow.document.write("</CENTER></body></html>")newwindow.focus()newwindow.document.close()}}