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 photo Page"),
	wrap("SoftComplex Download Page"),
	wrap("Tigra Hints Forum"),
	wrap_img("photo001"),
	wrap_img("photo002"),
	wrap_img("photo003"),
	wrap_img("photo004"),
	wrap_img("photo005"),
	wrap_img("photo006"),
	wrap_img("photo007"),
	wrap_img("photo008"),
	wrap_img("photo009"),
	wrap_img("photo010"),
	wrap_img("photo011"),
	wrap_img("photo012"),
	wrap_img("photo013"),
	wrap_img("photo014"),
	wrap_img("photo015"),
	wrap_img("photo016"),
	wrap_img("photo017"),
	wrap_img("photo018"),
	wrap_img("photo019"),
	wrap_img("photo020"),
	wrap_img("photo021"),
	wrap_img("photo022"),
	wrap_img("photo023"),
	wrap_img("photo024"),
	wrap_img("photo025"),
	wrap_img("photo026"),
	wrap_img("photo027"),
	wrap_img("photo029"),
	wrap_img("photo028"),
	wrap_img("photo030"),
	wrap_img("photo031"),
	wrap_img("photo032"),
	wrap_img("photo033"),
	wrap_img("photo034"),
	wrap_img("photo035"),
	wrap_img("photo036"),
	wrap_img("photo037"),
	wrap_img("photo038"),
	wrap_img("photo039"),
	wrap_img("photo040"),
	wrap_img("photo041"),
	wrap_img("photo042"),
	wrap_img("photo043"),
	wrap_img("photo044"),
	wrap_img("photo045"),
	wrap_img("photo046"),
	wrap_img("photo047"),
	wrap_img("photo048"),
	wrap_img("photo049"),
	wrap_img("photo050"),
	wrap_img("photo051"),
	wrap_img("photo052"),
	wrap_img("photo053"),
	wrap_img("photo054"),
	wrap_img("photo055"),
	wrap_img("photo056"),
	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='photoalbum/"+s_file+".jpg' class='picI'></td></tr></table>"
}

