﻿//cell of a table holds image viewer

document.write("    <td width=718 valign=top> ")

document.write("     <u>Series Name:</u><b> " + seriesName + "</b><br />")

//image map for control
//http://www.w3schools.com/tags/tag_map.asp
document.write("<map NAME=\"imageNav\">")
document.write("<area SHAPE=\"RECT\" coords=\"0,0,359,1111\" onclick=\"previous()\">")
document.write("<area SHAPE=\"RECT\" coords=\"359,0,718,1111\" onclick=\"next()\">")
document.write("</map>")


document.write("<center><img id=\"imageviewer\" src=\""+viewer+"\" usemap=\"#imageNav\" border=0></center>")


document.write("<center><img src=\"global/loading_ani.gif\" width=1 height=1><br>-<a class=\"menubutton\" onclick=\"first()\"> FIRST </a>-<a class=\"menubutton\" onclick=\"next()\"> NEXT </a>-<a class=\"menubutton\" onclick=\"previous()\"> PREVIOUS </a>-<a class=\"menubutton\" onclick=\"last()\"> LAST </a>-</center> ")

document.write("    </td>")


