<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://ww3.org/TR/REC-html40/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>
<!--SSJOBNAME-->
</title>
</head>
<SCRIPT language="JavaScript">
<!-- Hide from older browsers
var page_width =
<!--PAGE_WIDTH_PX-->
;
var page_height =
<!--PAGE_HEIGHT_PX-->
;
var jobinfo =
<!--SSJOBINFO-->
;

<!--SSSLUGLINE-->

var i = 0;

var pages = new Array();
pages[i++] = ["dummyfirstleft", "This is a blank page"];
<!--PAGES_JS_ARRAY-->

function totalPages()
{
  return pages.length;
}
function prevPage()
{
  if (document.pages_nav_form.pages_select.selectedIndex == 0) return;
  document.pages_nav_form.pages_select.selectedIndex--;
  pageSelected();
}
function nextPage()
{ 
  if (document.pages_nav_form.pages_select.selectedIndex == (document.pages_nav_form.pages_select.length - 1)) return;
  document.pages_nav_form.pages_select.selectedIndex++;
  pageSelected();
}
function firstPage()
{ 
  if (document.pages_nav_form.pages_select.selectedIndex == 0) return;
  document.pages_nav_form.pages_select.selectedIndex = 0;
  pageSelected();
}
function lastPage()
{ 
  if (document.pages_nav_form.pages_select.selectedIndex == (document.pages_nav_form.pages_select.length - 1)) return;
  document.pages_nav_form.pages_select.selectedIndex = document.pages_nav_form.pages_select.length - 1;
  pageSelected();
}
function pageSelected()
{
  document.page_img_back.style.visibility="hidden";
  document.page_img_back.src = pages[document.pages_nav_form.pages_select.selectedIndex * 2][0];
  document.page_img_front.style.visibility="hidden";
  document.page_img_front.src = pages[document.pages_nav_form.pages_select.selectedIndex * 2 + 1][0];
}
function imgLoaded(img)
{
      //alert("loaded: \"" + img.src + "\"");
      img.style.visibility="visible";
}
function imgErrored(img)
{
      //alert("failed to load: \"" + img.src + "\"");
      img.style.visibility="hidden";
}
function changeContent(id,shtml) 
{
   if (document.getElementById || document.all) {
      var el = document.getElementById ? document.getElementById(id): document.all[id];
      if (el && typeof el.innerHTML != "undefined") el.innerHTML = shtml;
   }
}
function getInfo(img)
{
  var last_index = 0;
  var max = pages.length;
  var x = 0;
  for (x = 0; x < max; x++) {
      last_index = img.src.lastIndexOf(pages[x][0]);
      if (last_index == (img.src.length - pages[x][0].length)) {
        return pages[x][1];
      }
  }
}
function imgOver(img)
{
  changeContent("info_div", getInfo(img));
}
function imgOut()
{
  changeContent("info_div", jobinfo);
}
// Stop hiding -->
</SCRIPT>
<body>
<table style="margin-left: auto; margin-right: auto; text-align: center;" border="1" cellpadding="5" cellspacing="0">
  <tbody>
    <tr>
      <td style="align: top; text-align: center;">
<SCRIPT language="JavaScript">
<!-- Hide from older browsers
if (totalPages() <= 0) {
document.writeln("No pages.");
}
else if (totalPages() == 1) {
document.writeln("page 1 of 1");
}
else if (totalPages() == 2) {
document.writeln("page 1-2 of 2");
}
else {
  document.writeln("<form name=\"pages_nav_form\">");
  document.writeln("<input name=\"first_page\" value=\"|&lt;\" type=\"button\" onClick=\"firstPage();\">");
  document.writeln("<input name=\"prev_page\" value=\"&lt;\" type=\"button\" onClick=\"prevPage();\">");
  document.write("<select name=\"pages_select\" onChange=\"pageSelected()\">");
  for (var i = 1; i <= totalPages(); i += 2) {
    if ((i + 1) > totalPages()) {
      document.writeln("<option>" + i + "</option>");
    }
    else {
      document.writeln("<option>" + i + "-" + (i + 1) + "</option>");
    }
  }
  document.writeln("</select>");
  document.writeln(" of " + totalPages());
  document.writeln("<input name=\"next_page\" value=\"&gt;\" type=\"button\" onClick=\"nextPage();\">");
  document.writeln("<input name=\"last_page\" value=\"&gt;|\" type=\"button\" onClick=\"lastPage();\">");
  document.writeln("</form>");
}
// Stop hiding -->
</SCRIPT>
      </td>
    </tr>
    <tr>
       <td align="center"><center>
<SCRIPT language="JavaScript">
<!-- Hide from older browsers
//document.writeln("<div id=\"pages_div\" style=\"width: " + (page_width + page_width + 20) + "px; height: " + (page_height + 20) + "px;\">");
document.writeln("<div id=\"pages_div\">");
document.writeln("<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\"><tbody><tr><td style=\"width: " + page_width + "px; height: " + page_height + "px;\">");
document.writeln("<a href=\"javascript:;\" onmouseover=\"imgOver(page_img_back);\" onmouseout=\"imgOut();\">");
document.writeln("<img name=\"page_img_back\" style=\"visibility: hidden; border-style: none;\" width=\"" + page_width + "\" height=\"" + page_height + "\" src=\"" + pages[0][0] + "\" onError=\"imgErrored(this);\" onLoad=\"imgLoaded(this);\"></a></td>");
document.writeln("<td style=\"width: " + page_width + "px; height: " + page_height + "px;\">");
document.writeln("<a href=\"javascript:;\" onmouseover=\"imgOver(page_img_front);\" onmouseout=\"imgOut();\">");
document.writeln("<img name=\"page_img_front\" style=\"visibility: hidden; border-style: none;\" width=\"" + page_width + "\" height=\"" + page_height + "\" src=\"" + pages[1][0] + "\" onError=\"imgErrored(this);\" onLoad=\"imgLoaded(this);\"></a></td>");
document.writeln("</tbody></table>");
document.writeln("</div>");
// Stop hiding -->
</SCRIPT>
       </center></td>
    </tr>
    <tr>
       <td>
       	<div id="info_div">
	</div>
<SCRIPT language="JavaScript">
<!-- Hide from older browsers
imgOut();
// Stop hiding -->
</SCRIPT>
       </td>
    </tr>
  </tbody>
</table>
</body>
</html>
