<!-- Begin
/************************************/
/* Button Top                       */
/*                                  */
/* needs the following constants :  */
/*    cBack (from Library)          */
/*    cTop (from Library)           */
/************************************/
document.write(
'<div align="right">',
'<A href="javascript:goHist(-1)" title="'+cBack+'">',
'<IMG src="../Clipart/Button_Back4.gif" width="48" height="14" border="0" alt="'+cBack+'">',
'</A>',
' <A href="#Top" title="'+cTop+'">',
'<IMG src="../Clipart/Button_Top4.gif" width="48" height="14" border="0" alt="'+cTop+'">',
'</A>',
'</div>');
// End -->