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'        : '', // a style class name for all hints, TD object
	'show_delay' : 100, // 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 = {
	1:'<table width="340px" border="0" cellspacing="0" cellpadding="16" class="hints"><tr><td><p><b>' + hint_1 +'</b></p></td></tr></table>',
	
 2:'<table width="340" border="0" cellspacing="0" cellpadding="16"><tr><td  class="hints"><p>' + hint_2 +'</p></td></tr></table>',

 3:'<table width="340" border="0" cellspacing="0" cellpadding="16"><tr><td  class="hints"><p>' + hint_3 +'</p></td></tr></table>',
	
12:'<table width="340" border="0" cellspacing="0" cellpadding="16"><tr><td  class="hints"><p>' + hint_12 +'</p></td></tr></table>',

13:'<table width="340" border="0" cellspacing="0" cellpadding="16"><tr><td  class="hints"><p>' + hint_13 +' </p></td></tr></table>',

5:'<table width="340" border="0" cellspacing="0" cellpadding="16"><tr><td  class="hints"><p class="smalltext">' + hint_5 +'</p></td></tr></table>',


	'TT1':wrap("Tigra Hints Product Page"), 
	'TT2':wrap("SoftComplex Download Page"), 
	'TT3':wrap("Tigra Hints Forum"), 
	'TT4':wrap_img("01", "A picture of a tiger"), 
	'TT5':wrap_img("70","A picture of a tiger"), 
	'TT6':wrap_img("20","A picture of a puma"), 
	
	172456778:wrap("Tigra Hints Documentation", true)
};

var myHint = new THints (HINTS_CFG, HINTS_ITEMS);

function wrap (s_, b_ques) {
	return ""
}

function wrap_img (s_file, s_title) {
	return ""
}
