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' : 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 = {
	'TT1':wrap("China Glassware Section",true), 
	'CABS':wrap("Holding Cabinets & Machinery",true), 
	1:'<table bgcolor="#dddddd" width="300" border="1" bordercolor=black cellpadding="4" cellspacing="2" class="internTxt"><tr><td><B>Description:</B> Tea and Coffee maker which made in glass container with high temperature-resistant 100°C-120°C and inner stainless steel filter. The unique Sophisticated filter can isolate the dregs and adjust the density of tea freely which brings great convenience to drink and innovation to the traditional way. They have excellent appearance which suit for hotel, wineshop, family, restaurant and office.</td></tr></table>',
	2:'<table bgcolor="#dddddd" width="300" border="1" bordercolor=black cellpadding="4" cellspacing="2" class="internTxt"><tr><td><b>PRODUCT INFORMATION ROLLOVER (to be quoted)</b><br><B>Description:</B> H o ld in g C ab in ets & M a ch in er y HIGH-PERFORMANCE INSULATED HOLDING CABINET #C200 Series ¥ Maintains uniform temperature ¥ Analog thermometer ¥ Self-closing dutch doors prevent excess heat loss ¥ Field reversible doors ¥ Pass-thru and non pass-thru designs available ¥ Sanitary type 304 stainless steel or aluminum construction ¥ Top mounted exterior controls ¥ Split rack design ¥ 5Ó donut neoprene casters ¥ 74Ó h. x 273Ú16Ó w. x  (36Ó or 323Ú4Ó d.) ¥ Pan capacity is 34 or 17 pans, depending upon model</td></tr></table>',
	'VALERT':wrap("Falta reporte") 
	
	
};

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/k0"+s_file+".jpg' class='picI'></td></tr><tr><td align=center>"+s_title+"</td></tr></table>"
}
