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' : 100, // 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'    : 1100 // a z-index for all hint layers
},

HINTS_ITEMS = {
	1:'<table width="300" border="0" cellspacing="0" cellpadding="0"><tr><th width="133" scope="col">Linen Hire Per Bed </th><th width="95" scope="col">OFF PEAK </th><th width="64" scope="col">PEAK</th></tr><tr><th scope="row">Adult</th><td class="whitecell">$ 8</td><td class="whitecell">$ 11 </td></tr><tr><th scope="row">Children</th><td class="whitecell">$ 5 </td><td class="whitecell">$ 8 </td></tr></table>',
	2:wrap("TIP - You can drag the scrolling text to reveal photos!", true)
};

var myHint = new THints (HINTS_CFG, HINTS_ITEMS);

function wrap (s_, b_ques) {
	return "<table cellpadding='0' cellspacing='0' border='0' style='-moz-opacity:80%;filter:progid:DXImageTransform.Microsoft.dropShadow(Color=#777777,offX=4,offY=4)'><tr><td rowspan='2'><img src='images/1"+(b_ques?"q":"")+".gif'></td><td><img src='/images/pixel.gif' width='1' height='15'></td></tr><tr><td background='images/2.gif' height='28' nowrap>"+s_+"</td><td><img src='images/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/k0"+s_file+".jpg' class='picI'></td></tr><tr><td align=center>"+s_title+"</td></tr></table>"
}
