﻿document.write('<center><big><b>'+TxtHdg1+'</b></big>');
document.write('<br />'+TxtHdg2+'</center>');
document.write(ExtraTextTop);
document.write('<font color="#336699">ALBUM '+AlbNo+'</font><small><center>'+insTxt+'</center></small>'
              +'<a href="../index.htm">Return to list of calendars</a><center><table><tbody><tr>');
np = da.length;
while(pn < np)
{ if(nir >= npr)
  { document.write('</tr><tr>');
    nir = 0;
  }
  document.write('<td><a target="BPWin" href="BigPic.htm?pid='+pn+'"><img src="'
                +da[pn][0]+'TN.jpg" alt="'+da[pn][1]+'" border=3></a>'
                +'<small><small><br>'+AlbNo+'-'+da[pn][0]+'</small></small>');
  nir = nir + 1;
  pn = pn + 1;
}
document.write('</tr></tbody></table></center>');
document.write('<center><small><small>Copyright © Keith Diment. No commercial use without prior permission.');
document.write('<br>Higher-resolution unwatermarked copies usually available. Contact:');
document.write('<br><img src="../../EmailAddr.gif"></small></small></center>');
document.write('<br><a href="../index.htm">Return to list of calendars</a><br id="end">');
document.write(ExtraTextBottom);
document.write("<a href='http://portal.plus.net/my/mydiscount_info/landing_page.html?WRKUh%2Fz%2FuZ5dXmEjImm%2BIMg%2BcpejTzgDGxzbLeo7KIo%3D'>"
              +"<img src='http://portal.plus.net/images/banners/banner_9.gif' alt='PlusNet logo' border='0'></a>");


