for (thisvol=1;thisvol<maxvolumes;thisvol++)
{
document.write("<hr size=1 noshade color=#000000><p>");
document.write("<a name=vol" + thisvol + "><font color=#FFFFFF size=2 face=Tahoma>");
document.write("<a href=" + thisvol + "/><img src=../Vol" + thisvol + ".jpg align=right hspace=3 width=162 height=230 border=0 naturalsizeflag=3></a>");
document.write("</font><a href=" + thisvol + "/><font size=4 face=Tahoma><b>Volume " + thisvol + " </b></font></a>");
if (thisvol>7)
{
document.write("<a href=../pdf/DesandMick" + thisvol + ".pdf><img src=../pdficon.gif border=0 width=17 height=17></a>");
}
document.write("<font color=#000000 size=2 face=\"Palatino Linotype, Tahoma\"><br> <i>");
document.write(monther[thisvol] + " " + yearer[thisvol]);
document.write("</i></font></p><p><a href=" + thisvol + "/>");
for (i=1;i<10;i++)
{
document.write("<a href=" + thisvol + "/" + i + ".htm><font size=2 face=Tahoma><b>");
currentvol = thisvol+'';
currentstory = currentvol + i;
current = parseFloat(currentstory);
document.write(vol[current] + "</b></font></a><font color=#000000 size=2 face=\"Palatino Linotype, Tahoma\"> - ");
document.write(desc[current] + "<b><br> </b></font>");
}
document.write("<font color=#000000 size=2 face=\"Palatino Linotype, Tahoma\"><br></font></p>");
}
