var HINTS_CFG = {
	'top'        : 4, // a vertical offset of a hint from mouse pointer
	'left'       : 4, // a horizontal offset of a hint from mouse pointer
	'css'        : 'hintsClass', // a style class name for all hints, TD object
	'show_delay' : 300, // a delay between object mouseover and hint appearing
	'hide_delay' : 2000, // a delay between hint appearing and hint hiding
	'wise'       : true,
	'follow'     : true,
	'z-index'    : 0 // a z-index for all hint layers
},

HINTS_ITEMS = [
	wrap("Ebony"),
	wrap("Koa"),
	wrap("Bubinga"),
	wrap("Canarywood"),
	wrap("Cocobolo"),
	wrap("Gabon Ebony"),
	wrap("Goncolo Alves"),
	wrap("Desert Ironwood"),
	wrap("Jarah"),
	wrap("Jatoba"),
	wrap("Lacewood"),
	wrap("Lignum Vitae"),
	wrap("Honduran Mahogany"),
	wrap("African Mahogany"),
	wrap("Santos Mahogany"),
	wrap("Myrtle"),
	wrap("African Padauk"),
	wrap("Burmese Padauk"),
	wrap("Pau Ferro"),
	wrap("Pink Ivory"),
	wrap("Purpleheart"),
	wrap("Honduran Rosewood"),
	wrap("Indonesian Rosewood"),
	wrap("Satine"),
	wrap("Teak"),
	wrap("Peruvian Walnut"),
	wrap("Wenge"),
	wrap("Zebrawood"),
	wrap("Macasser Ebony"),
	wrap("European Beech"),
	wrap("Shedua"),
	wrap("Tigra Hints Documentation", true)
];

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%22+s_file+%22.jpg' class='picI'></td></tr><tr><td align=center>"+s_title+"</td></tr></table>"
}
