// global.js



/* Wrapper for tb_jsshow() */

function showThickbox($element, $params){

	$element.blur();

	tb_jsshow($params);

	return false;

}



/* Create function that allows ThickBox to be called directly from javascript */

function tb_jsshow($params){ tb_show(null, $params, false); }

