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' : 400, // a delay between object mouseover and hint appearing
	'hide_delay' : 3000, // a delay between hint appearing and hint hiding
	'wise'       : true,
	'follow'     : false,
	'z-index'    : 0 // a z-index for all hint layers
},

HINTS_ITEMS = [
	wrap("Tigra Hints Product Page"),
	wrap("SoftComplex Download Page"),
	wrap("Tigra Hints Forum"),
	wrap_img("product068"),
	wrap_img("product070"),
	wrap_img("product078"),
	wrap_img("product079"),
	wrap_img("product083"),
	wrap_img("product099"),
	wrap_img("product001"),
	wrap_img("product005"),
	wrap_img("product007"),
	wrap_img("product020"),
	wrap_img("product023"),
	wrap_img("product024"),
	wrap_img("product028"),
	wrap_img("product030"),
	wrap_img("product033"),
	wrap_img("product043"),
	wrap_img("product039"),
	wrap_img("product042"),
	wrap_img("product049"),
	wrap_img("product056"),
	wrap_img("product060"),
	wrap_img("product062"),
	wrap_img("product080"),
	wrap_img("product092"),
	wrap_img("product101"),
	wrap_img("product109"),
	wrap_img("product113"),
	wrap_img("product111"),
	wrap_img("product115"),
	wrap_img("product015"),
	wrap_img("product031"),
	wrap_img("product037"),
	wrap_img("product041"),
	wrap_img("product046"),
	wrap_img("product050"),
	wrap_img("product051"),
	wrap_img("product057"),
	wrap_img("product075b"),
	wrap_img("product065b"),
	wrap_img("product065c"),
	wrap_img("product067b"),
	wrap_img("product076b"),
	wrap_img("product200"),
	wrap_img("product201"),
	wrap_img("product202"),
	wrap_img("product203"),
	wrap_img("product204"),
	wrap_img("product205"),
	wrap_img("product206"),
	wrap_img("product207"),
	wrap_img("product208"),
	wrap_img("product209"),
	wrap_img("product210"),
	wrap_img("product211"),
	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) {
	return "<table cellpadding=5 bgcolor=white style='border:1px solid #777777'><tr><td><img src='product/"+s_file+".jpg' class='picI'></td></tr></table>"
}

