// JavaScript Document

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 = {
	'IM01':wrap_img("sugerencias01_4.jpg",""), 
	'IM02':wrap_img("sugerencias02_4.jpg",""), 
	'IM03':wrap_img("sugerencias03_4.jpg","")};
var myHint = new THints (HINTS_CFG, HINTS_ITEMS);
