// $Id: global.js,v 1.2 2003/08/29 11:13:03 skim Exp $

function targetBlank (url) {
	blankWin = window.open(url, '_blank', 'menubar=yes,toolbar=yes,'+
		'location=yes,directories=yes,fullscreen=no,titlebar=yes,'+
		'hotkeys=yes,status=yes,scrollbars=yes,resizable=yes');
}

