var HINTS_CFG = {
	'top'        : 10, // a vertical offset of a hint from mouse pointer
	'left'       : 10, // a horizontal offset of a hint from mouse pointer
	'css'        : 'hintsClass', // a style class name for all hints, TD object
	'show_delay' : 1000, // a delay between object mouseover and hint appearing
	'hide_delay' : 0, // a delay between hint appearing and hint hiding
	'wise'       : true,
	'follow'     : true,
	'z-index'    : 99 // a z-index for all hint layers
},


TIPS_ITEMS = {  }



var myHint = new THints (HINTS_CFG, TIPS_ITEMS)

function wrap (s) {
	return "<table width='350' cellpadding='10' cellspacing='1' border='1'><tr><td bgcolor='#000000' valign='top' align='center'><font color='#ffffff'>"+s+"</font></td></tr></table>"
}
