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' : 500, // a delay between object mouseover and hint appearing
	'hide_delay' : 8000, // 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_img("performances/sl01","Debut Concert with Symphony Orchestra Windstrings, Samobor 1995"),
	wrap_img("performances/sl02","Debut Concert with Symphony Orchestra Windstrings, Samobor 1995"),
	wrap_img("performances/sl03","Graduation Concert, Zagreb 2002"),
	wrap_img("performances/sl04","Graduation Concert, Zagreb 2002"),
	wrap_img("private/sl17","with Brother Rinaldo at his Graduation Ceremony, Zagreb 2000"),
	wrap_img("private/sl18","Samobor 2002"),
	wrap_img("private/sl07","Samobor 2003"),
	wrap_img("private/sl19","Samobor 2001"),
	wrap_img("private/sl16","with Nephew Leopold Henrik, Samobor 2005"),
	wrap_img("artists/sl10","with the Prizewinner in the Youngest Category, Padua 2004"),
	wrap_img("sl11","Zagreb 1998 - klasa prof. Giovannia Cavallina"),
	wrap_img("artists/sl12","with Slovenian Soprano Singer Mihaela Komočar, Samobor 2004"),
	wrap_img("artists/sl13","International Summer Academy, Salzburg 2002"),
	wrap_img("sl15","with band Live On Stage, Samobor 2001"),
	wrap_img("performances/sl14","with Domagoj Pavlović & Petar Križanić (Bassoon), Samobor  1999"),
	wrap_img("private/sl16","with Nephew Leopold Henrik, Samobor 2005"),
	wrap_img("sl17","L"),
	wrap_img("sl18","m"),
	wrap_img("sl19","n"),
	wrap_img("official/sl20","Session 2004"),
	wrap_img("official/sl21","Session 2002"),
	wrap_img("official/sl22","Session 2002"),
	wrap_img("official/sl23","Session 2004"),
	wrap_img("official/sl24","Session 2004"),
	wrap_img("official/sl25","Session 2004"),
	wrap_img("official/sl26","Session 2004"),
	wrap_img("official/sl27","Session 2004"),
	wrap_img("official/sl47","1989"),
	wrap_img("official/sl29","Session 2005"),
	wrap_img("official/sl30","Session 2005"),
	wrap_img("sketches/sl31","Faces, 1990 (pencil)"),
	wrap_img("sketches/sl32","Self-portrait, 1990 (ink)"),
	wrap_img("sketches/sl33","Roses, 1990 (pencil)"),
	wrap_img("sketches/sl34","Professor Vlahović, 1990 (pencil)"),
	wrap_img("sketches/sl35","Medo, 1992 (pencil)"),
	wrap_img("sketches/sl36","Ceramics, 1993 (ink)"),
	wrap_img("sketches/sl37","Dad, 1993 (pencil)"),
	wrap_img("sketches/sl38","Table, 1993 (pencil)"),
	wrap_img("sketches/sl39","Sheeba, 1993 (pencil)"),
	wrap_img("sketches/sl40","Piano, 1997 (ink)"),
	wrap_img("performances/sl41","Performance on the Croatian Television, Zagreb 2000"),
	wrap_img("private/sl42","with Parents, Samobor 1982"),
	wrap_img("private/sl43","Prom Night, Zagreb 1998"),
	wrap_img("private/sl44","Samobor 2000"),
	wrap_img("private/sl45","with Maddalena, Buchurest 2004"),
	wrap_img("private/sl46","with Nephew Leopold Henrik, Samobor 2005"),
	wrap_img("private/sl47","with Nephew Leopold Henrik, Samobor 2005"),
	wrap_img("private/sl48","with Nephew Leopold Henrik, Samobor 2005"),
	wrap_img("private/sl49","with Actress Kristina Krepela at the Prom Night, Zagreb 1998"),
	wrap_img("private/sl50","with Nephew Leopold Henrik, Samobor 2005"),
	wrap_img("official/sl51","mihaelpaar.com 2006"),
	wrap_img("official/sl52","mihaelpaar.com 2006"),
	wrap_img("performances/sl53","with Pianist Mario Šoša, Korčula 2005"),
	wrap_img("performances/sl54","with Sebastian String Quartet, Samobor 2006"),
	wrap_img("official/sl55","Session 2004"),
	wrap_img("private/sl56","Samobor 2003"),
	wrap_img("artists/sl57","with Prizewinners of the Darko Lukić Tribune 2007"),
	wrap_img("performances/sl60","with Zagreb String Quartet"),
	wrap_img("performances/sl59","with Zagreb String Quartet"),
	wrap_img("performances/sl61","with Zagreb String Quartet"),
	wrap_img("performances/sl58","with Zagreb String Quartet"),	
];

var myHint = new THints (HINTS_CFG, HINTS_ITEMS);

function wrap_img (s_file, s_title) {
	return "<table cellpadding=5 bgcolor=white style='border:1px solid #777777'><tr><td><img src='galerija/"+s_file+".jpg' class='picI'></td></tr><tr><td align=center>"+s_title+"</td></tr></table>"
}

