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' : 250, // a delay between object mouseover and hint appearing
	'hide_delay' : 10000, // a delay between hint appearing and hint hiding
	'wise'       : true,
	'follow'     : true,
	'z-index'    : 0 // a z-index for all hint layers
},

HINTS_ITEMS = [
	wrap("Barcellona <br> 800 180 649", true),
	wrap("Sofia <br> 800 180 649", true),
	wrap("Salonicco <br> 800 180 649", true),
	wrap("Atene <br> 800 180 649", true),
	wrap("Firenze <br> 800 180 649", true),
	wrap("Norimberga <br> 800 180 649", true),
	wrap("Villadossola <br> 800 180 649", true),
	wrap("Torino <br> 800 180 649", true),
	wrap("Viareggio <br> 800 180 649", true),
	wrap("Trieste <br> 800 180 649", true),
	wrap("Treviso <br> 800 180 649", true),
	wrap("Taranto <br> 800 180 649", true),
	wrap("Spello <br> 800 180 649", true),
	wrap("Roma <br> 800 180 649", true),
	wrap("Rimini <br> 800 180 649", true),
	wrap("Ragusa <br> 800 180 649", true),
	wrap("Prato <br> 800 180 649", true),
	wrap("Palermo <br> 800 180 649", true),
	wrap("Olbia <br> 800 180 649", true),
	wrap("Cagliari <br> 800 180 649", true),
	wrap("Crotone <br> 800 180 649", true),
	wrap("Napoli <br> 800 180 649", true),
	wrap("Grosseto <br> 800 180 649", true),
	wrap("Livorno <br> 800 180 649", true),
	wrap("Firenze <br> 800 180 649", true),
	wrap("Lucca <br> 800 180 649", true),
	wrap("Alessandria <br> 800 180 649", true),
	wrap("Milano <br> 800 180 649", true),
	wrap("Bergamo <br> 800 180 649", true),
	wrap("Brescia <br> 800 180 649", true),
	wrap("Modena <br> 800 180 649", true),
	wrap("Bologna <br> 800 180 649", true),
	wrap("Cesena <br> 800 180 649", true),
	wrap("Capranica <br> 800 180 649", true),
	wrap("Matera <br> 800 180 649", true),
	wrap("Terni <br> 800 180 649", true),
	wrap("Sarzana <br> 800 180 649", true),
	wrap("Tigra Hints Documentation", true)
];

var myHint = new THints (HINTS_CFG, HINTS_ITEMS);

function wrap (s_, b_ques) {
	return "<table cellpadding='2' cellspacing='0' border='0' class='bordoHint'><tr><td height='28' nowrap bgcolor=#A01F18 align=center class='bottom'>"+s_+"</td></tr></table>"
}

function wrap_img (s_file, s_title) {
	return "<table cellpadding=5 bgcolor=#A01F18 style='border:1px solid #000000'><tr><td><img src='../images/hints/h0"+s_file+".jpg' class='picI'></td></tr><tr><td align=center class='bottom'>"+s_title+"</td></tr></table>"
}
