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("2jortea2501.jpg", "<h3>En la hacienda de Leonato las chicas se divierten mientras trabajan."), 
	'TI2':wrap_img("2jortea2502.jpg", "<h3>Leonato recibe a D. Pedro de Arag&oacute;n, Claudio y Benedicto."), 
	'TI3':wrap_img("2jortea2503.jpg","<h3>Beatriz bromea con Benedicto."), 
	'TI4':wrap_img("2jortea2504.jpg", "<h3>Mientras Claudio y Hero..."), 
	'TI5':wrap_img("2jortea2505.jpg","<h3>viven un apasionado amor."), 
	'TI6':wrap_img("2jortea2506.jpg","<h3>D. Pedro y Claudio urden un enredo."), 
	'TI7':wrap_img("2jortea2507.jpg","<h3>Mientras, Boraccio y D. Juan conspiran."), 
	'TI8':wrap_img("2jortea2508.jpg","<h3>Durante el baile, nadie es quien parece."), 
	'TI9':wrap_img("2jortea2509.jpg","<h3>Las chicas tambi&eacute;n enredan."), 
	'TI10':wrap_img("2jortea2510.jpg","<h3>En la alcoba de una doncella se oyen suspiros..."), 
	'TI11':wrap_img("2jortea2511.jpg","<h3>y al d&iacute;a siguiente..."), 
	'TI12':wrap_img("2jortea2512.jpg","<h3>todos parecen felices..."), 
	'TI13':wrap_img("2jortea2513.jpg","<h3>pues se prepara la boda entre Claudio y Hero."), 
	'TI14':wrap_img("2jortea2514.jpg","<h3>Pero la conspiraci&oacute;n trae la tragedia..."), 
	'TI15':wrap_img("2jortea2515.jpg","<h3>el deshonor..."), 
	'TI16':wrap_img("2jortea2516.jpg","<h3>y la humillaci&oacute;n."), 
	'TI17':wrap_img("2jortea2517.jpg","<h3>Beatriz y Benedicto parecen enamorados."), 
	'TI18':wrap_img("2jortea2518.jpg","<h3>Boraccio confiesa su maldad."), 
	'TI19':wrap_img("2jortea2519.jpg","<h3>Surgen planes de venganza..."), 
	'TI20':wrap_img("2jortea2520.jpg","<h3>y con la participaci&oacute;n de todos..."), 
	'TI21':wrap_img("2jortea2521.jpg","<h3>se enmienda el error."), 
	'TI22':wrap_img("2jortea2522.jpg","<h3>Todo acaba..."), 
	'TI23':wrap_img("2jortea2523.jpg","<h3>con una gran..."), 
	'TI24':wrap_img("2jortea2524.jpg","<h3>celebraci&oacute;n.")
	};
var myHint = new THints (HINTS_CFG, HINTS_ITEMS);
