var HINTS_CFG = {
	'top'        : 5, // a vertical offset of a hint from mouse pointer
	'left'       : 5, // a horizontal offset of a hint from mouse pointer
	'css'        : 'hintsClass', // a style class name for all hints, TD object
	'show_delay' : 500, // a delay between object mouseover and hint appearing
	'hide_delay' : 10000, // a delay between hint appearing and hint hiding
	'wise'       : true,
	'follow'     : true,
	'z-index'    : 2 // a z-index for all hint layers
},

HINTS_ITEMS = {
	'TI1':wrap_img("2jortea1801.jpg", "<h3>"), 
	'TI2':wrap_img("2jortea1803.jpg", "<h3>"), 
	'TI3':wrap_img("2jortea1805.jpg","<h3>"), 
	'TI4':wrap_img("2jortea1806.jpg", "<h3>"), 
	'TI5':wrap_img("2jortea1809.jpg","<h3>"), 
	'TI6':wrap_img("2jortea1810.jpg","<h3>"), 
	'TI7':wrap_img("2jortea1804.jpg","<h3>"), 
	'TI8':wrap_img("2jortea1813.jpg","<h3>"), 
	'TI9':wrap_img("2jortea1814.jpg","<h3>"), 
	'TI10':wrap_img("2jortea1816.jpg","<h3>"), 
	'TI11':wrap_img("2jortea1818.jpg","<h3>"), 
	'TI12':wrap_img("2jortea1819.jpg","<h3>"), 
	'TI13':wrap_img("2jortea1820.jpg","<h3>"), 
	'TI14':wrap_img("2jortea1825.jpg","<h3>"), 
	'TI16':wrap_img("2jortea1826.jpg","")};
var myHint = new THints (HINTS_CFG, HINTS_ITEMS);
