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 = {
	'8-1':wrap_img("8-1", "A picture of a tiger"),
	'8-2':wrap_img("8-2", "A picture of a tiger"),
	'8-3':wrap_img("8-3", "A picture of a tiger"),
	'8-4':wrap_img("8-4", "A picture of a tiger"),
	'8-5':wrap_img("8-5", "A picture of a tiger"),
	'8-6':wrap_img("8-6", "A picture of a tiger"),
	'8-7':wrap_img("8-7", "A picture of a tiger"),
	'8-8':wrap_img("8-8", "A picture of a tiger"),
	'8-9':wrap_img("8-9", "A picture of a tiger"),
	'8-10':wrap_img("8-10", "A picture of a tiger"),
	'8-11':wrap_img("8-11", "A picture of a tiger"),
	'8-12':wrap_img("8-12", "A picture of a tiger"),
	'8-13':wrap_img("8-13", "A picture of a tiger"),
	'8-14':wrap_img("8-14", "A picture of a tiger"),
	'8-15':wrap_img("8-15", "A picture of a tiger"),
	'8-16':wrap_img("8-16", "A picture of a tiger"),
	'8-17':wrap_img("8-17", "A picture of a tiger"),
	'8-18':wrap_img("8-18", "A picture of a tiger"),
	'8-19':wrap_img("8-19", "A picture of a tiger"),
	'8-20':wrap_img("8-20", "A picture of a tiger"),
	'8-21':wrap_img("8-21", "A picture of a tiger"),
	'8-22':wrap_img("8-22", "A picture of a tiger"),
	'8-23':wrap_img("8-23", "A picture of a tiger"),
	'8-24':wrap_img("8-24", "A picture of a tiger"),
	'8-25':wrap_img("8-25", "A picture of a tiger"),
	'8-25b':wrap_img("8-25b", "A picture of a tiger"),
	'8-26':wrap_img("8-26", "A picture of a tiger"),
	'8-27':wrap_img("8-27", "A picture of a tiger"),
	'8-28':wrap_img("8-28", "A picture of a tiger"),
	'8-29':wrap_img("8-29", "A picture of a tiger"),
	'8-30':wrap_img("8-30", "A picture of a tiger"),
	'8-31':wrap_img("8-31", "A picture of a tiger"),
	'8-32':wrap_img("8-32", "A picture of a tiger"),
	'8-33':wrap_img("8-33", "A picture of a tiger"),
	'8-34':wrap_img("8-34", "A picture of a tiger"),
	'8-35':wrap_img("8-35", "A picture of a tiger"),
	'8-36':wrap_img("8-36", "A picture of a tiger"),
	'8-37':wrap_img("8-37", "A picture of a tiger"),
	'8-38':wrap_img("8-38", "A picture of a tiger"),
	'8-39':wrap_img("8-39", "A picture of a tiger"),
	'8-40':wrap_img("8-40", "A picture of a tiger"),
	'8-41':wrap_img("8-41", "A picture of a tiger"),
	'8-42':wrap_img("8-42", "A picture of a tiger"),
	'8-43':wrap_img("8-43", "A picture of a tiger"),
	'8-44':wrap_img("8-44", "A picture of a tiger"),
	'8-45':wrap_img("8-45", "A picture of a tiger"),
	'8-46':wrap_img("8-46", "A picture of a tiger"),
	'8-47':wrap_img("8-47", "A picture of a tiger"),
	'8-48':wrap_img("8-48", "A picture of a tiger"),
	'8-49':wrap_img("8-49", "A picture of a tiger"),
	'8-50':wrap_img("8-50", "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/8/"+s_file+".jpg' class='picI'></td></tr><tr><td align=center>Imagen Ampliada</td></tr></table>"
}
