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' : 200, // a delay between object mouseover and hint appearing
	'hide_delay' : 20000, // a delay between hint appearing and hint hiding
	'wise'       : true,
	'follow'     : true,
	'z-index'    : 0 // a z-index for all hint layers
},

HINTS_ITEMS = {
	'TT4':wrap_img("bush_venus_p", "Bush Venus<BR>Acrylic and charcoal on brown paper.<BR>(57cm x 44.5cm)"),
	'TT5':wrap_img("daydream_p", "Daydream<BR>Acrylic and charcoal on brown paper.<BR>(58.5cm x 46.5cm)"),
	'TT6':wrap_img("the_fountain_p", "The Fountain<BR>Acrylic and charcoal on brown paper.<BR>(69.5cm x 56.5cm)"),
	'TT7':wrap_img("portal_p", "The Portal<BR>Acrylic and charcoal on brown paper.<BR>(50.5cm x 40.5cm)"),
	'TT8':wrap_img("paradise_lost_p", "Paradise Lost<BR>Acrylic and charcoal on brown paper.<BR>(56cm x 71cm)"),
	'TT9':wrap_img("lunar_moth_p", "The Lunar Moth<BR>Acrylic and charcoal on brown paper.<BR>(56cm x 71cm)"),
	'TT10':wrap_img("mother_earth_p", "Mother Earth<BR>Acrylic and charcoal on brown paper.<BR>(56cm x 71cm)"),
	'TT11':wrap_img("vigil_p", "Vigil<BR>Acrylic and charcoal on brown paper.<BR>(60cm x 90cm)"),
	'TT12':wrap_img("sentinel_p", "The Sentinel<BR>Acrylic and charcoal on brown paper.<BR>(56cm x 71cm)"),
	'TT13':wrap_img("maternity_totem_p", "Maternity Totem<BR>Acrylic and charcoal on brown paper.<BR>(56cm x 71cm)"),
	'TT14':wrap_img("totems_p", "Totems<BR>Acrylic and charcoal on brown paper.<BR>(56cm x 71cm)"),
	'TT15':wrap_img("double_janus_p", "Mother and Child with double Janus<BR>Acrylic and charcoal on brown paper.<BR>(60cm x 90cm)")};

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/2008/"+s_file+".jpg' class='picI'></td></tr><tr><td align=center>"+s_title+"</td></tr></table>"
}
