/* script language="JavaScript" */
<!-- 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!		  
// -------------------------------------------------------

function sb(name,file) {
  if (parseFloat(navigator.appVersion)>2.02)
    eval('document.images["'+name+'"].src="'+file+'"')
}

// -->

/* /script  */
