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("2jortea2401.jpg", "<h3>La enfermera, bien plant&aacute;'."), 
	'TI2':wrap_img("2jortea2402.jpg", "<h3>La limpiadora, eficiente."), 
	'TI3':wrap_img("2jortea2403.jpg","<h3>El representante no sale de su asombro."), 
	'TI4':wrap_img("2jortea2404.jpg", "<h3>Las pacientes que se dan la vez."), 
	'TI5':wrap_img("2jortea2405.jpg","<h3>En todos los trabajos se f... come."), 
	'TI6':wrap_img("2jortea2406.jpg","<h3>El Dr. Melqu&iacute;ades encuentra a la enfermera en su puesto."), 
	'TI7':wrap_img("2jortea2407.jpg","<h3>Un nuevo paciente pide la vez y..."), 
	'TI8':wrap_img("2jortea2408.jpg","<h3>otro se quiere colar."), 
	'TI9':wrap_img("2jortea2409.jpg","<h3>Que passi il siguienti."), 
	'TI10':wrap_img("2jortea2410.jpg","<h3>El primer paciente"), 
	'TI11':wrap_img("2jortea2411.jpg","<h3>En la sala de espera se monta el pollo."), 
	'TI12':wrap_img("2jortea2412.jpg","<h3>El representante tienta la honestidad del Dr. Melqu&iacute;ades."), 
	'TI13':wrap_img("2jortea2413.jpg","<h3>La enfermera, atenta como siempre."), 
	'TI14':wrap_img("2jortea2414.jpg","<h3>El segundo paciente tiene..."), 
	'TI15':wrap_img("2jortea2415.jpg","<h3>dudas, muchas dudas."),
	'TI16':wrap_img("2jortea2416.jpg","<h3>...anda este...!"),
	'TI17':wrap_img("2jortea2417.jpg","<h3>El tercero, picores cuando llueve..."),
	'TI18':wrap_img("2jortea2418.jpg","<h3>y cuando no llueve, tambi&eacute;n."),
	'TI19':wrap_img("2jortea2419.jpg","<h3>Una siestecita, y que passi il siguienti."),
	'TI20':wrap_img("2jortea2420.jpg","<h3>El &uacute;ltimo paciente..."),
	'TI21':wrap_img("2jortea2421.jpg","<h3>no recuerda a qu&eacute; viene."),
	'TI22':wrap_img("2jortea2422.jpg","<h3>Un grupo muy sano")
	};
var myHint = new THints (HINTS_CFG, HINTS_ITEMS);
