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'        : 'hints', // a style class name for all hints, TD object
	'show_delay' : 500, // a delay between object mouseover and hint appearing
	'hide_delay' : 3000, // a delay between hint appearing and hint hiding
	'wise'       : true,
	'follow'     : true,
	'z-index'    : 999 // a z-index for all hint layers
},

HINTS_ITEMS = {
	'TT1':wrap("Tigra Hints Product Page"), 
	'TT4':wrap_img("01", "A picture of a tiger"), 
	
	1:'Zobacz profil tego użytkownika.',
	2:'Napisz wiadomosć do tego użytkownika.',
	3:'Dodaj film do ulubionych.',
	4:'Pobierz ten film na dysk twardy !',
	5:'Zgłos film moderatorowi.',
	6:'Kanał RSS',
	
	7:'1/10',
	8:'2/10',
	9:'3/10',
	10:'4/10',
	11:'5/10',
	12:'6/10',
	13:'7/10',
	14:'8/10',
	15:'9/10',
	16:'10/10',
	
	17:'Wymagane zalogowanie !',
	18:'OnLINE',
	19:'OffLINE',
	
	
	20:'Zobacz profil tego użytkownika',
	21:'Zobacz ten film',
	22:'Zaloguj się !',
	23:'Wyloguj się ze swojego konta',
	24:'Tutaj wpisz swój login.',
	25:'Tutaj wpisz swoje hasło.',
	26:'Zaznacz jeżeli chcesz być automatycznie logowany przy każdej wizycie',
	27:'Zobacz listę zalogowanych użytkowników',
	28:'Dodaj nas do swoich ulubionych stron/zakładek !',
	

	
	'TT5':wrap_img("01", "A picture of a tiger")
};

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"+s_file+".jpg' class='picI'></td></tr><tr><td align=center>"+s_title+"</td></tr></table>"
}
