
      if( headerLevel == 0 ) {
   x = ""; }
 else if( headerLevel == 1 ) {
   x = "../"; }
 else if( headerLevel == 2 ) {
   x = "../../"; }
 else if( headerLevel == 3 ) {
   x = "../../../"; }

arrowL = "<img src=\"" + x + "arrowL.gif\" border=\"0\">";
arrowR = "<img src=\"" + x + "arrowR.gif\" border=\"0\">";

//document.writeln('<p><br>');
document.writeln('<blockquote><center>');
document.writeln('<table width="90%" align="center" border="0" cellpadding="0" cellspacing="0">');

document.writeln('<tr><td aligh="left" valign="bottom">');
document.writeln('<a href="',PreviousPage,'">');
document.writeln(arrowL,arrowL,arrowL,'<br><font size="-2" color="#990000"><b>Previous Page</b></font></a>');
document.writeln('</td>');

document.writeln('<td align="center">');
document.writeln('*** <a href="',x,'guestbook/guestbook.html">');
document.writeln('<b>Sign our Guest Book</b></a> ***');
document.writeln('</td>');

document.writeln('<td align="right" valign="bottom">');
document.writeln('<a href="',NextPage,'">');
document.writeln(arrowR,arrowR,arrowR,'<br><font size="-2" color="#990000"><b>Next Page</b></font></a>');
document.writeln('</td></tr>');

document.writeln('</table>');
document.writeln('</center></blockquote>');

