// close stuff left open by head.js

// close body
document.write('							\
</div>									\
');

// navigation buttons
document.write('							\
<div id=navlayer>							\
   <a href="javascript:prev_slide();"					\
      ><img src="template/prev.gif" border=0 height=15 width=15></a	\
  ><a href="javascript:goto_slide(0)"					\
      ><img src="template/stop.gif" border=0 height=15 width=15></a	\
  ><a href="javascript:next_slide();"					\
      ><img src="template/next.gif" border=0 height=15 width=15></a>	\
</div>									\
');


