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' : 2000, // a delay between hint appearing and hint hiding
	'wise'       : true,
	'follow'     : true,
	'z-index'    : 0 // a z-index for all hint layers
},

HINTS_ITEMS = {
	'1':wrap_img("01", "<!--Product 1-->"), 
	'2':wrap_img("02", "<!--Product 2-->"), 
	'3':wrap_img("03", "<!--Product 3-->"), 
	'4':wrap_img("04", "<!--Product 4-->"), 
	'5':wrap_img("05", "<!--Product 5-->"), 
	'6':wrap_img("06", "<!--Product 6-->"), 
	'7':wrap_img("07", "<!--Product 7-->"), 
	'8':wrap_img("08", "<!--Product 8-->"), 
	'9':wrap_img("09", "<!--Product 9-->"), 
	'10':wrap_img("10", "<!--Product 10-->"), 
	'11':wrap_img("11", "<!--Product 11-->"), 
	'12':wrap_img("12", "<!--Product 12-->"), 
	'13':wrap_img("13", "<!--Product 13-->"), 
	'14':wrap_img("14", "<!--Product 14-->"), 
	'15':wrap_img("15", "<!--Product 15-->"), 
	'16':wrap_img("16", "<!--Product 16-->"), 
	'17':wrap_img("17", "<!--Product 17-->"), 
	'18':wrap_img("18", "<!--Product 18-->"), 
	'19':wrap_img("19", "<!--Product 19-->"), 
	'20':wrap_img("20", "<!--Product 20-->"), 
	'21':wrap_img("21", "<!--Product 21-->"), 
	'22':wrap_img("22", "<!--Product 22-->"), 
	'23':wrap_img("23", "<!--Product 23-->"), 
	'24':wrap_img("24", "<!--Product 24-->"),
	'25':wrap_img("25", "<!--Product 25-->"),
	'26':wrap_img("26", "<!--Product 26-->"),
	'27':wrap_img("27", "<!--Product 27-->"), 
	'28':wrap_img("28", "<!--Product 28-->"), 
	'29':wrap_img("29", "<!--Product 29-->"), 
	'30':wrap_img("30", "<!--Product 30-->"), 
	'31':wrap_img("31", "<!--Product 31-->"), 
	'32':wrap_img("32", "<!--Product 32-->"), 
	'33':wrap_img("33", "<!--Product 33-->"), 
	'34':wrap_img("34", "<!--Product 34-->"),
	'35':wrap_img("35", "<!--Product 35-->"),
	'36':wrap_img("36", "<!--Product 36-->"),
	'37':wrap_img("37", "<!--Product 37-->"), 
	'38':wrap_img("38", "<!--Product 38-->"), 
	'39':wrap_img("39", "<!--Product 39-->"), 
	'40':wrap_img("40", "<!--Product 40-->"), 
	'41':wrap_img("41", "<!--Product 41-->"), 
	'42':wrap_img("42", "<!--Product 42-->"), 
	'43':wrap_img("43", "<!--Product 43-->"), 
	'44':wrap_img("44", "<!--Product 44-->"),
	'45':wrap_img("45", "<!--Product 45-->"),
	'46':wrap_img("46", "<!--Product 46-->"),
	'47':wrap_img("47", "<!--Product 47-->"),
	'48':wrap_img("48", "<!--Product 48-->"), 
	'49':wrap_img("49", "<!--Product 49-->"), 
	'50':wrap_img("50", "<!--Product 50-->"), 
	'51':wrap_img("51", "<!--Product 51-->"), 
	'52':wrap_img("52", "<!--Product 52-->"), 
	'53':wrap_img("53", "<!--Product 53-->"), 
	'54':wrap_img("54", "<!--Product 54-->") 
};

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='images/product"+s_file+".jpg' class='picI'></td></tr><tr><td align=center>"+s_title+"</td></tr></table>"
}
