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' : 20000, // 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("images/pro01_01b.gif","彩条背心袋"),
	wrap_img("images/pro01_02b.gif","彩条背心袋"),
	wrap_img("images/pro01_03b.gif","彩条背心袋"),
	wrap_img("images/pro01_04b.gif","彩条背心袋"),
	wrap_img("images/pro01_05b.gif","带色背心袋"),
	wrap_img("images/pro01_06b.gif","带色背心袋"),
	wrap_img("images/pro01_07b.gif","带色背心袋"),
	wrap_img("images/pro01_08b.gif","彩色连卷背心袋"),
	wrap_img("images/pro01_09b.gif","连卷印刷背心袋"),
	wrap_img("images/pro01_10b.gif","连卷印刷背心袋"),
	wrap_img("images/pro01_11b.gif","连卷印刷背心袋"),
	wrap_img("images/pro01_12b.gif","印刷背心袋"),
	wrap_img("images/pro01_13b.gif","印刷背心袋"),
	wrap_img("images/pro01_14b.gif","印刷背心袋"),
	wrap_img("images/pro01_15b.gif","印刷背心袋"),
	wrap_img("images/pro01_16b.gif","印刷背心袋"),
	wrap_img("images/pro01_17b.gif","印刷背心袋"),
	wrap_img("images/pro01_18b.gif","印刷背心袋"),
	wrap_img("images/pro01_19b.gif","挂历背心袋"),
	wrap_img("images/pro01_20b.gif","连卷背心袋"),
	wrap_img("images/pro01_21b.gif","透明背心袋"),
	wrap_img("images/pro01_22b.gif","尿布袋"),
	wrap_img("images/pro01_23b.gif","尿布袋"),
	wrap_img("images/pro01_24b.gif","尿布袋"),// 背心袋类
	wrap_img("images/pro02_01b.gif","平口袋"),
	wrap_img("images/pro02_02b.gif","垃圾袋"),
	wrap_img("images/pro02_03b.gif","平口袋"),
	wrap_img("images/pro02_04b.gif","平口袋"),
	wrap_img("images/pro02_05b.gif","平口袋"),
	wrap_img("images/pro02_06b.gif","垃圾袋"),
	wrap_img("images/pro02_07b.gif","彩色垃圾袋"),
	wrap_img("images/pro02_08b.gif","垃圾袋"),
	wrap_img("images/pro02_09b.gif","8折垃圾袋"),
	wrap_img("images/pro02_10b.gif","8折垃圾袋"),
	wrap_img("images/pro02_11b.gif","8折垃圾袋"),
	wrap_img("images/pro02_12b.gif","桌布"),
	wrap_img("images/pro01_25b.gif","背心袋"),
	wrap_img("images/pro01_26b.gif","背心袋"),
	wrap_img("images/pro02_13b.gif","垃圾袋"),
	]
	// 平口袋类

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='"+s_file+"' ></td></tr><tr><td align=center>"+s_title+"</td></tr></table>"
}

