<!--
var pop_img;

function popImage(IMGNAME,W,H,CAPTION) {
  if (pop_img != null && ! pop_img.closed) {
    pop_img.close();
  }

  var TEXTSPACER = 70;
  var MARGIN = 5;
  
  var DOCWIDTH = W+62;
  var DOCHEIGHT = H+142+TEXTSPACER;
  var CELLWIDTH = W;
  var TABLEWIDTH = W+62;
  var INNERWIDTH = W;
  var CAPTIONWIDTH = W-(2*MARGIN);
  
  var TOOLBAR = 0;
  var STATUS = 0;
  var MENUBAR = 0;
  var SCROLLBARS = 0;
  var RESIZABLE = 0;
  
  pop_img = window.open("","winpop_image","width=" +DOCWIDTH+ ", height=" +DOCHEIGHT+ ", toolbar=" +TOOLBAR+ ", status=" +STATUS+ ", menubar=" +MENUBAR+ ", scrollbars=" +SCROLLBARS+ ", resizable= " +RESIZABLE+ "");
  pop_img.document.open();
  pop_img.document.write('<html>\n');
  pop_img.document.write('<head>\n');
  pop_img.document.write('<title>LibbieSchrader.com</title>\n');
  pop_img.document.write('<base href="http://www.LibbieSchrader.com" target="_blank">\n');
  pop_img.document.write('<link rel="stylesheet" href="/_libbieschrader.css">\n');
  pop_img.document.write('</head>\n');
  pop_img.document.write('<body bgcolor="#8D7183" topmargin="0" leftmargin ="0" marginheight="0" marginwidth="0">\n');
  pop_img.document.write('  <table width="100%" height="100%"  border="0" cellpadding="0" cellspacing="0">\n');
  pop_img.document.write('  <tr>\n');
  pop_img.document.write('    <td align="center" valign="middle">\n');
  pop_img.document.write('  <table width=" '+TABLEWIDTH+' " border="0" align="center" cellpadding="0" cellspacing="0">\n');
  pop_img.document.write('  <tr>\n');
  pop_img.document.write('    <td height="50" colspan="3"><img src="/img/_pixel.gif" width=" '+TABLEWIDTH+' " height="50"></td>\n');
  pop_img.document.write('  </tr>\n');
  pop_img.document.write('  <tr>\n');
  pop_img.document.write('    <td width="31" height="21"><img src="/img/frame_corner_tl.gif" width="31" height="21"></td>\n');
  pop_img.document.write('    <td width=" '+CELLWIDTH+' " height="21" background="/img/frame_side_t.gif"><img src="/img/_pixel.gif" width=" '+CELLWIDTH+' " height="21"></td>\n');
  pop_img.document.write('    <td width="31" height="21"><img src="/img/frame_corner_tr.gif" width="31" height="21"></td>\n');
  pop_img.document.write('  </tr>\n');
  pop_img.document.write('  <tr>\n');
  pop_img.document.write('    <td width="31" height=" '+H+' " background="/img/frame_side_l.gif" valign="top"><img src="/img/_pixel.gif" width="31" height=" '+H+' "></td>\n');
  pop_img.document.write('    <td width=" '+CELLWIDTH+' " align="center" valign="top" bgcolor="#F7F5F6">\n');
  pop_img.document.write('		  <table width=" '+INNERWIDTH+' " border="0" cellpadding="0" cellspacing="0">\n');
  pop_img.document.write('            <tr>\n');
  pop_img.document.write('              <td colspan="3" height=" '+H+' " align="center" valign="top"><a href="javascript:self.close()" target="_self"><img src=" '+IMGNAME+' " width=" '+W+' " height=" '+H+' " border="0"></a></td>\n');
  pop_img.document.write('            </tr>\n');
  pop_img.document.write('            <tr>\n');
  pop_img.document.write('              <td height=" '+MARGIN+' " colspan="3"><img src="/img/_pixel.gif" width=" '+CELLWIDTH+' " height=" '+MARGIN+' "></td>\n');
  pop_img.document.write('            </tr>\n');
  pop_img.document.write('            <tr>\n');
  pop_img.document.write('              <td width=" '+MARGIN+' "><img src="/img/_pixel.gif" width=" '+MARGIN+' " height="9"></td>\n');
  pop_img.document.write('              <td width=" '+CAPTIONWIDTH+' " align="center" valign="top" class="Caption"> '+CAPTION+' <br>\n');
  pop_img.document.write('      <img src="/img/_pixel.gif" width=" '+CAPTIONWIDTH+' " height="10"><br>\n');
  pop_img.document.write('      <span class="SmallText"><a href="javascript:self.close()" target="_self">Close Window</a></span></td>\n');
  pop_img.document.write('              <td width=" '+MARGIN+' "><img src="/img/_pixel.gif" width=" '+MARGIN+' " height="9"></td>\n');
  pop_img.document.write('            </tr>\n');
  pop_img.document.write('            <tr>\n');
  pop_img.document.write('              <td height=" '+MARGIN+' " colspan="3"><img src="/img/_pixel.gif" width=" '+CELLWIDTH+' " height=" '+MARGIN+' "></td>\n');
  pop_img.document.write('            </tr>\n');
  pop_img.document.write('          </table>\n');
  pop_img.document.write('    </td>\n');
  pop_img.document.write('    <td width="31" height=" '+H+' " background="/img/frame_side_r.gif" valign="top"><img src="/img/_pixel.gif" width="31" height=" '+H+' "></td>\n');
  pop_img.document.write('  </tr>\n');
  pop_img.document.write('  <tr>\n');
  pop_img.document.write('    <td height="71"><img src="/img/frame_corner_bl.gif" width="31" height="71"></td>\n');
  pop_img.document.write('    <td width=" '+CELLWIDTH+' " height="71" align="right" background="/img/frame_side_b.gif"><img src="/img/frame_side_b_blurb.gif" alt="[[ ANIMAL EMOTION }}" width="148" height="71" border="0" usemap="#ae_textMap"></td>\n');
  pop_img.document.write('    <td height="71"><img src="/img/frame_corner_br.gif" width="31" height="71" border="0" usemap="#ae_logoMap"></td>\n');
  pop_img.document.write('  </tr>\n');
  pop_img.document.write('</table>\n');
  pop_img.document.write('    </td>\n');
  pop_img.document.write('  </tr>\n');
  pop_img.document.write('<map name="ae_textMap" id="ae_text2"><area shape="rect" coords="84,22,147,41" href="http://www.animalemotion.com" target="_blank" alt="[[ ANIMAL EMOTION ]]"></map>\n');
  pop_img.document.write('<map name="ae_logoMap" id="ae_logo2"><area shape="rect" coords="2,21,21,42" href="http://www.animalemotion.com" target="_blank" alt="[[ ANIMAL EMOTION ]]"></map>\n');
  pop_img.document.write('</body>\n');
  pop_img.document.write('</html>');
  pop_img.document.close();
  pop_img.focus();
}
// -->