<!-- hide

// -------------------------------------------------------
//  Javascript written by Jae Yoon			  
//  © Copyright by Jae Yoon. All rights reserved, 1995-2002. 
//  You can copy the source but just keep the recognition 
//  to the programmer					  
//  Ideas are priceless, Say NO to piracy!		  
// -------------------------------------------------------


  // Generic Bottom - two big red arrows (Prev | DocTop)

a1 = "<CENTER>"
a2 = "<TABLE CELLPADDING=5 BORDER=0>"
a3 = "<TR VALIGN=middle ALIGN=center>"
a4 = "<TD>"
a5 = "	<A HREF='javascript:history.go(-1)' "
a6 = "	onMouseOver=\"window.status='Return to Previous page'; return true\" "
a7 = "	onMouseOut=\"window.status=''; return true\" TITLE='Return to Previous page'>"
a8 = "	<IMG SRC=\"/arrow/cr_right.gif\" BORDER=0 ALT='Return to Previous page'></A>"
a9 = "</TD>"
a10 = "<TD>"
a11 = "	<A HREF=\"#DocTop\" onMouseOver=\"window.status='Move to the Top of this page'; return true\" "
a12 = "	onMouseOut=\"window.status=''; return true\">"
a13 = "	<IMG BORDER=0 SRC=\"/arrow/cr_top.gif\" ALT='Move to the Top of this page'></A>"
a14 = "</TD>"
a15 = "</TR></TABLE>"
a16 = "</CENTER>"


document.write(a1);
document.write(a2);
document.write(a3);
document.write(a4);
document.write(a5);
document.write(a6);
document.write(a7);
document.write(a8);
document.write(a9);
document.write(a10);
document.write(a11);
document.write(a12);
document.write(a13);
document.write(a14);
document.write(a15);
document.write(a16);

// -->

