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'    : 0 // a z-index for all hint layers
},

HINTS_ITEMS = {
	
	'TT1':wrap_img("hp-4x4", "4x4 Off road fun!"), 
	'TT2':wrap_img("hp-artic","A BIG driving experience!"), 
	'TT3':wrap_img("hp-corp","Great Corporate events!"), 
	'TT4':wrap_img("hp-fire","Great BIG TOYS!"), 
	'TT5':wrap_img("hp-junior","Junior Drivers getting <br>their first drive!<br>Fabulous fun and teaches <br>the basics of driving!"), 
	'TT6':wrap_img("hp-multi","Can't choose which<br> experience to try? <br>You don't have to, <br>a Multi Activity Experience<br> has it all!"), 
	'TT7':wrap_img("hp-rally02","Adrenaline filled <br>Rally Driving - <br>adults AND juniors"), 
	'TT8':wrap_img("hp-stag","Stage & Hen parties <br>with a difference"), 
	'TT9':wrap_img("hp-train","Driver Training for <br>businesses and individuals"), 
	'TT10':wrap_img("hp-skid","Skid Control courses<br>- learn some new skills<br> and have fun too!"),
	'TT11':wrap_img("offroad-thumb","4x4 Off Road Motorsport"),
	'TT12':wrap_img("rallyms-thumb","Club Rallies"),
	'TT13':wrap_img("quad-thumb","Quad Racing"),
	'TT14':wrap_img("mcenduro-thumb","Motorcycle Enduros"),
 	 20:'<table border="1" cellspacing="1" width="180px"><tr><td bgcolor="#c0c0c0"><b>More the merrier</b><br>Activity for 15 people,<br> Skid Car, 4x4 Off Road and Artic, Blindfold Autotest or Reverse Steer<br>Group Price £1,744.88<br></td></tr></table>',
	 21:'<table border="1" cellspacing="1" width="180px"><tr><td bgcolor="#c0c0c0"><b>Learn with some mates</b><br>Activity for up to 8 people<br>Skid Car and 4x4 Off Road<br>Lasts; Approx 5 - 6 hours<br>Group Price £1,222.00<br> </td></tr></table>',
	 22:'<table border="1" cellspacing="1" width="180px"><tr><td bgcolor="#c0c0c0"><b>¾ hour Super Saver</b><br>Activity for up to 8 people<br>(Each team has ¾ hr per activity)<br>Choose 2 from Skid Car, 4x4 and Artic&nbsp;<br>Lasts; Approx 2 - 2½ hours<br>Group Price £470.00<br> </td></tr></table>',
	 23:'<table border="1" cellspacing="1" width="180px"><tr><td bgcolor="#c0c0c0"><b>1 hour Super Saver</b><br>Activity for up to 8 people<br>(Each team has 1 hour per activity)<br>Choose 2 from Skid Car, 4x4 and Artic<br>Lasts; 2½ to 3 hours<br>Price £705.00<br> </td></tr></table>',
	 24:'<table border="1" cellspacing="1" width="180px"><tr><td bgcolor="#c0c0c0"><b>Multi-Activity #1</b><br>Lasts; Half Day<br>Activities; Skid, Artic and 4x4<br>Per person Price from £119.00<br><br> </td></tr></table>',
	 25:'<table border="1" cellspacing="1" width="180px"><tr><td bgcolor="#c0c0c0"><b>Multi-Activity #2</b><br>Lasts; Approx 2½ hours<br>Activities; Choose 3 from skid car, Juggernaut, the Bedford MJ 4x4 and the Land Rover 4x4<br>Per Person Price from £99.00<br></td></tr></table>',
	 26:'<table border="1" cellspacing="1" width="180px"><tr><td bgcolor="#c0c0c0"><b>Multi-Activity #3</b><br>Lasts; Full Day<br>Activities; Skid, Juggernaut, Rally, 4x4 &amp; either Autotest, Reverse Steer or Archery&nbsp;<br>Per Person Price from £200.00<br> </td></tr></table>',
	 27:'<table border="1" cellspacing="1" width="180px"><tr><td bgcolor="#c0c0c0"><b>Multi-Activity #4</b><br>Lasts; Full Day<br>Activities; Rally Driving and 4x4 Off Road in a Land Rover<br>Per Person Price from £200.00<br> </td></tr></table>'
	 
};

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='http://www.manbymotorplex.com/res_suppliers/MBY100/pictures/"+s_file+".jpg' class='picI'></td></tr><tr><td align=center>"+s_title+"</td></tr></table>"
}

