home = "http://www.onhiatus.com"; journal = "http://www.onhiatus.com/journal2/journal.cgi"; email = "" ipath = "http://www.onhiatus.com/journal2/icons/"; function NewWin(date, caption, imageURL) { nw = window.open('', '', 'resizable=yes,scrollbars=yes,width=400,height=200'); nw.document.write("" + caption + "\n"); nw.document.writeln("
"); nw.document.writeln(""); nw.document.write(""); nw.document.write(date.substring(4,6)); nw.document.write("/"); nw.document.write(date.substring(6,8)); nw.document.write("/"); nw.document.write(date.substring(0,4)); nw.document.writeln(": "); nw.document.writeln(caption); nw.document.writeln("
"); nw.document.writeln(""); nw.document.writeln("Image ©" + date.substring(0,4) + " Anthony Jones"); nw.document.writeln("
\n"); nw.document.writeln(""); nw.document.writeln("
"); nw.document.writeln("


"); nw.document.writeln("Goto: Travel Journal, "); nw.document.writeln("Home Page
"); nw.document.writeln(email); nw.document.writeln(""); return true; } function writeicons(rownum, picnum, date, caption, bigURL, roll, infotext) { myprompt = "Click to go to journal entry for " + date.substring(4,6) + "/" + date.substring(6,8) + "/" + date.substring(2,4); makeTip("entry" + picnum, "210", myprompt); document.write(""); document.writeln(""); if (bigURL.length > 5) { document.write(""); document.writeln(""); } myprompt = "Click here to see images and notes from roll " + roll; makeTip("roll" + picnum, "240", myprompt); document.write(""); document.writeln(""); makeTip("info" + picnum, "200", infotext); document.write(""); document.writeln(""); return true; } function makeTip (name, width, text) { document.writeln("

" + "

" + text + "

" + "
"); return true; } function makeHelp (name, width, text) { document.writeln("
" + "

" + text + "

" + "
"); return true; }