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' : 5000, // a delay between hint appearing and hint hiding
	'wise'       : true,
	'follow'     : true,
	'z-index'    : 999 // a z-index for all hint layers
};

// b_ques = 1 , 0; 

function wrap(s_, b_ques) {
	return "<table cellpadding='0' cellspacing='0' border='0'><tr><td rowspan='2'><img src='images/hints/1"+(b_ques?"q":"")+".gif'></td><td><img src='images/hints/pixel.gif' width='1' height='15'></td></tr><tr><td background='images/hints/2.gif' height='28' nowrap>"+s_+"</td><td><img src='images/hints/4.gif'></td></tr></table>"
} 


/*
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, c_name, e_name) {
	//return "<table cellpadding=5 bgcolor=white style='border:1px solid #777777'><tr><td align='left'>" + c_name + "</td></tr><tr><td align='left'>" + e_name + "</td></tr><tr><td align='center'>遊戲圖片：</td></tr><tr><td><img src='showimage.php?id=" + s_file + "' height='270' width='300' class='picI'></td></tr></table>";
	return "<table cellpadding=5 bgcolor=white style='border:1px solid #777777'><tr><td align='left'>" + c_name + "</td></tr><tr><td align='left'>" + e_name + "</td></tr><tr><td align='center'>遊戲圖片：</td></tr><tr><td><img src=' "+ s_file + "' height='270' width='300' class='picI'></td></tr></table>";
}

/*

HINTS_ITEMS = {
	'TT1':wrap("Tigra Hints Product Page"), 
	'TT2':wrap("SoftComplex Download Page"), 
	'TT3':wrap("Tigra Hints Forum"), 
	'TT4':wrap_img("01", "A picture of a tiger"), 
	'TT5':wrap_img("70","A picture of a tiger"), 
	'TT6':wrap_img("20","A picture of a puma"), 
}

*/