function PrepC2h24BottomLinks(prevLink, nextLink) {
  document.write('<div class="sb2BottomLinks">');
  document.write('<a href="Sb2FrontPage.html" class="sbHover"><span class="sbLink">&nbsp;Home&nbsp;</span></a>');
  document.write('<a href="' + prevLink + '" class="sbHover"><span class="sbLink">&nbsp;Prev&nbsp;</span></a>');
  document.write('<a href="' + nextLink + '" class="sbHover"><span class="sbLink">&nbsp;Next&nbsp;</span></a>');
  document.write('<a href="Sb2Intro001.php" class="sbHover"><span class="sbLink">&nbsp;Intro Psgs&nbsp;</span></a>');
  document.write('<a href="Sb2Sharing010.php" class="sbHover"><span class="sbLink">&nbsp;Sharing Psgs&nbsp;</span></a>');
  document.write('<a href="Sb2Prayer.php" class="sbHover"><span class="sbLink">&nbsp;Decision&nbsp;</span></a>');
  document.write('<a href="mailto:paraclete@bibleinverse.org?Subject=Sb24:" class="sbHover"><span class="sbLink">&nbsp;Contact&nbsp;</span></a></div>');
}

function PrepC2h60BottomLinks(prevLink, nextLink) {
  document.write('<div class="sb2BottomLinks">');
  document.write('<a href="Sb2FrontPage.html" class="sbHover"><span class="sbLink">&nbsp;Home&nbsp;</span></a>');
  document.write('<a href="' + prevLink + '" class="sbHover"><span class="sbLink">&nbsp;Prev&nbsp;</span></a>');
  document.write('<a href="' + nextLink + '" class="sbHover"><span class="sbLink">&nbsp;Next&nbsp;</span></a>');
  document.write('<a href="Sb2Intro001.php" class="sbHover"><span class="sbLink">&nbsp;Intro Psgs&nbsp;</span></a>');
  document.write('<a href="Sb2Sharing010.php" class="sbHover"><span class="sbLink">&nbsp;Sharing Psgs&nbsp;</span></a>');
  document.write('<a href="Sb2Sharing200.php" class="sbHover"><span class="sbLink">&nbsp;Decision&nbsp;</span></a>');
  document.write('<a href="mailto:paraclete@bibleinverse.org?Subject=Sb24:" class="sbHover"><span class="sbLink">&nbsp;Contact&nbsp;</span></a></div>');
}

function PrepOnePageOutline(outlineJpg, top, left, link, title) {
  document.write("<img src='" + outlineJpg + "' class='sb2OutlineMap' style='Top:");
  document.write(top + "px;left:" + left + "px;width:121px' />");
  document.write("<p class='sb2PageTitle' style='top:");
  document.write((top + 10) + "px;left:" + (left+10) + "px' />");
  document.write("<a href='" + link + "'>" + title + "</a></p>");
}

function PrepSb08BottomLinks(prevLink, nextLink) {
  document.write('<div class="sb2BottomLinks">');
  document.write('<a href="Sb2FrontPage.html" class="sbHover"><span class="sbLink">&nbsp;Home&nbsp;</span></a>');
  document.write('<a href="' + prevLink + '" class="sbHover"><span class="sbLink">&nbsp;Prev&nbsp;</span></a>');
  document.write('<a href="' + nextLink + '" class="sbHover"><span class="sbLink">&nbsp;Next&nbsp;</span></a>');
  document.write('<a href="mailto:paraclete@bibleinverse.org?Subject=Sb08:" class="sbHover"><span class="sbLink">&nbsp;Contact&nbsp;</span></a></div>');
}

function PrepSb12BottomLinks(prevLink, nextLink) {
  document.write('<div class="sb2BottomLinks">');
  document.write('<a href="Sb2FrontPage.html" class="sbHover"><span class="sbLink">&nbsp;Home&nbsp;</span></a>');
  document.write('<a href="' + prevLink + '" class="sbHover"><span class="sbLink">&nbsp;Prev&nbsp;</span></a>');
  document.write('<a href="' + nextLink + '" class="sbHover"><span class="sbLink">&nbsp;Next&nbsp;</span></a>');
  document.write('<a href="Sb2Prayer.php" class="sbHover"><span class="sbLink">&nbsp;Decision&nbsp;</span></a>');
  document.write('<a href="mailto:paraclete@bibleinverse.org?Subject=Sb12:" class="sbHover"><span class="sbLink">&nbsp;Contact&nbsp;</span></a></div>');
}

function PrepTwoPageOutline(top, left, link, leftTitle, leftVerse, rightTitle, rightVerse) {
  document.write("<img src='../images/Outline_240_165.gif' class='sb2OutlineMap' style='Top:");
  document.write(top + "px;left:" + left + "px' />");

  document.write("<p class='sb2PageTitle' style='top:");
  document.write((top + 10) + "px;left:" + (left + 10) + "px' />");

  document.write("<a href='" + link + "'>");
  document.write(leftTitle + "<br /><br />" + leftVerse);
  document.write("</a></p>");

  document.write("<p class='sb2PageTitle' style='top:");
  document.write((top + 10) + "px;left:" + (left + 130) + "px' />");

  document.write("<a href='" + link + "'>");
  document.write(rightTitle + "<br /><br />" + rightVerse);
  document.write("</a></p>");
}

function ShowGradient() {
  document.write('<img src="../images/HorGradient.gif" class="sb2LogoGradient" />');
  document.write('<img src="../images/OutlineLeft_120_165.gif" class="sb2OutlineImg" />');
  document.write('<img src="../images/OutlineRight_120_165.gif" class="sb2OutlineImg" style="left:360px" />');
  document.write('<span class="sb2BindingPattern"></span>');
}

function ShowNextButton(nextLink) {
  document.write('<img src="../images/Sb2NavButton.gif" class="sb2NavGif" alt="Nav Button" />');
  document.write('<a href="' + nextLink + '" class="sbHover"');
  document.write(' style="text-decoration:none;position:absolute;top:5px;left:662px;font-weight:bold;font-size:10pt">Next</a>');
}

