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' : 20000, // a delay between hint appearing and hint hiding
	'wise'       : true,
	'follow'     : true,
	'z-index'    : 0 // a z-index for all hint layers
},

HINTS_ITEMS = {
	'boligrafos':wrap_img("boligrafos", "boligrafos"),
	'bolis':wrap_img("bolis", "bolis"),
	'plumas':wrap_img("plumas", "A picture of a tiger"),
	'pluma':wrap_img("pluma", "A picture of a tiger"),
	'visera':wrap_img("visera", "A picture of a tiger"),
	'boligrafo-calculadora':wrap_img("boligrafo-calculadora", "A picture of a tiger"),
	'gorra':wrap_img("gorra", "A picture of a tiger"),
	'gorras':wrap_img("gorras", "A picture of a tiger"),
	'mecheros':wrap_img("mecheros", "A picture of a tiger"),
	'encendedores':wrap_img("encendedores", "A picture of a tiger"),
	'viseras':wrap_img("viseras", "A picture of a tiger"),
	'visera-playa':wrap_img("visera-playa", "A picture of a tiger"),
	'llavero':wrap_img("llavero", "A picture of a tiger"),
	'pin':wrap_img("pin", "A picture of a tiger"),
	'anillo':wrap_img("anillo", "A picture of a tiger"),
	'abrebotellas':wrap_img("abrebotellas", "A picture of a tiger"),
	'llavero':wrap_img("llavero", "A picture of a tiger"),
	'llaveros-coche':wrap_img("llaveros-coche", "A picture of a tiger"),
	'llavero-coche':wrap_img("llavero-coche", "A picture of a tiger"),
	'llaveros':wrap_img("llaveros", "A picture of a tiger"),
	'pins':wrap_img("pins", "A picture of a tiger"),
	'coche':wrap_img("coche", "A picture of a tiger"),
	'placa':wrap_img("placa", "A picture of a tiger"),
	'dumbo':wrap_img("dumbo", "A picture of a tiger"),
	'linterna':wrap_img("linterna", "A picture of a tiger"),
	'correa':wrap_img("correa", "A picture of a tiger"),
	'peine':wrap_img("peine", "A picture of a tiger"),
	'agenda':wrap_img("agenda", "A picture of a tiger"),
	'calendario':wrap_img("calendario", "A picture of a tiger"),
	'telefonos':wrap_img("telefonos", "A picture of a tiger"),
	'parasoles':wrap_img("parasoles", "A picture of a tiger"),
	'parasol':wrap_img("parasol", "A picture of a tiger"),
	'abanico':wrap_img("abanico", "A picture of a tiger"),
	'sombrilla':wrap_img("sombrilla", "A picture of a tiger"),
	'paraguas':wrap_img("paraguas", "A picture of a tiger"),
	'solar':wrap_img("solar", "A picture of a tiger"),
	'paipai':wrap_img("paipai", "A picture of a tiger"),
	'cenicero':wrap_img("cenicero", "A picture of a tiger"),
	'monedero':wrap_img("monedero", "A picture of a tiger"),
	'monederos':wrap_img("monederos", "A picture of a tiger"),
	'multiuso':wrap_img("multiuso", "A picture of a tiger"),
	'suiza':wrap_img("suiza", "A picture of a tiger"),
	'radio':wrap_img("radio", "A picture of a tiger"),
	'paletas':wrap_img("paletas", "A picture of a tiger"),
	'mochila':wrap_img("mochila", "A picture of a tiger"),
	'cerillas':wrap_img("cerillas", "A picture of a tiger"),
	'metro':wrap_img("metro", "A picture of a tiger"),
	'pelota':wrap_img("pelota", "A picture of a tiger"),
	'globos':wrap_img("globos", "A picture of a tiger"),
	'camiseta':wrap_img("camiseta", "A picture of a tiger"),
	'billetera':wrap_img("billetera", "A picture of a tiger"),
	'abrecartas-abrecd':wrap_img("abrecartas-abrecd", "A picture of a tiger"),
	'flexo':wrap_img("flexo", "A picture of a tiger"),
	'radios':wrap_img("radios", "A picture of a tiger"),
	'reloj':wrap_img("reloj", "A picture of a tiger"),
	'relojes':wrap_img("relojes", "A picture of a tiger"),
	'sombrero':wrap_img("sombrero", "A picture of a tiger"),
	'taza':wrap_img("taza", "A picture of a tiger"),
	'wuppies':wrap_img("wuppies", "A picture of a tiger")
	
};

var myHint = new THints (HINTS_CFG, HINTS_ITEMS);
function wrap (s_, b_ques) {
	return "<table cellpadding='0' cellspacing='0' border='0' style='-moz-opacity:90%;filter:progid:DXImageTransform.Microsoft.dropShadow(Color=#777777,offX=4,offY=4)'><tr><td rowspan='2'><img src='img/1"+(b_ques?"q":"")+".gif'></td><td><img src='/img/pixel.gif' width='1' height='15'></td></tr><tr><td background='img/2.gif' height='28' nowrap>"+s_+"</td><td><img src='img/4.gif'></td></tr></table>"
}
function wrap_img (s_file, s_title) {
	//return "<table cellpadding=5 bgcolor=white style='border:1px solid #777777'><tr><td><img src='img/k0"+s_file+".jpg' class='picI'></td></tr><tr><td align=center>"+s_title+"</td></tr></table>"
	return "<table cellpadding=5 bgcolor=white style='border:1px solid #777777'><tr><td><img src='pool/1/"+s_file+".jpg' class='picI'></td></tr><tr><td align=center>Imagen Ampliada</td></tr></table>"
}
