file_path = "../../../images/cruising/moorings/"function cell_image(year, image, title) {	document.write("<td><img src='")	document.write(file_path + "y20" + year + "/" + image + ".jpg' height='120' width='173' alt='" + title + "'title='" + title + "'border='0' /></td>")}function new_row() {	document.write("</tr><tr>")}function cell_title(title) {	document.write("<td>" + title + "</td>")}function cell_sign() {	document.write("<td colspan='2'><a class='cut' href='../twojays.htm' onFocus='if(this.blur)this.blur();'><img src='../../../images/navigate/twojays.gif' alt='Two Jays' title='Two Jays' border='0' height='39' width='65' /></a></td>")}