<!-- hide

// -------------------------------------------------------
//  Javascript written by Jae Yoon			  
//  Copyright © 1995-2007, Jae Yoon. All rights reserved. 
//  You can copy the source but just keep the recognition 
//  to the programmer					  
//  Ideas are priceless, Say NO to piracy!		  
// -------------------------------------------------------


  // HTML Survival Kit Bottom 

HTML_bottom_arrow_a1 = "<A HREF=\"/html/\" onMouseOver=\"window.status='Return to HTML Survival Kit Homepage'; return true\" onMouseOut=\"window.status=''; return true\">"
HTML_bottom_arrow_a2 = "<IMG BORDER=0 SRC=\"/arrow/cr_right.gif\" ALT='Return to HTML Survival Kit Homepage'></A>"
HTML_bottom_arrow_b1 = "<A HREF=\"#DocTop\" onMouseOver=\"window.status='Move to the Top of this page'; return true\" onMouseOut=\"window.status=''; return true\">"
HTML_bottom_arrow_b2 = "<IMG BORDER=0 SRC=\"/arrow/cr_top.gif\" ALT='Move to the Top of this page'></A>"

document.write(HTML_bottom_arrow_a1);
document.write(HTML_bottom_arrow_a2);
document.write(HTML_bottom_arrow_b1);
document.write(HTML_bottom_arrow_b2);


// -->

