/* 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 loadup(form) {
	var tocindex=form.dest.selectedIndex 
	window.open(form.dest.options[tocindex].value,"_top","");
}
// -->
/* /SCRIPT */

