var HINTS_CFG = {
	'top'        : 1, // a vertical offset of a hint from mouse pointer
	'left'       : 1, // 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' : 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 = [
	'<table border="1" cellspacing="0" cellpadding="0" bgcolor="#4682B4" width="200"><tr><td><table border="0" cellspacing="1" cellpadding="3"><tr class="row"><td><p><img src="/images/info.gif" align="right">Get help designing your book<br>Burnham Media can help you through every step of the design process.</p></td></tr></table></td></tr></table>',
	'<table border="1" cellspacing="0" cellpadding="0" bgcolor="#4682B4" width="200"><tr><td><table border="0" cellspacing="1" cellpadding="3"><tr class="row"><td><p><img src="/images/info.gif" align="right">Fast print services to get your work and projects moving. </p></td></tr></table></td></tr></table>',
	'<table border="1" cellspacing="0" cellpadding="0" bgcolor="#4682B4" width="200"><tr><td><table border="0" cellspacing="1" cellpadding="3"><tr class="row"><td><p><img src="/images/info.gif" align="right">Self publishing services for new and existing authors. </p></td></tr></table></td></tr></table>',	
	'<table border="1" cellspacing="0" cellpadding="0" bgcolor="#4682B4" width="200"><tr><td><table border="0" cellspacing="1" cellpadding="3"><tr class="row"><td><p><img src="/images/info.gif" align="right">Reprinting for out of print publications.</p> </td></tr></table></td></tr></table>',
	'<table border="1" cellspacing="0" cellpadding="0" bgcolor="#4682B4" width="200"><tr><td><table border="0" cellspacing="1" cellpadding="6"><tr class="row"><td><p><img src="/images/info.gif" align="right">Directory and Docese publishing and advert placement services. </p></td></tr></table></td></tr></table>',
	'<table border="1" cellspacing="0" cellpadding="0" bgcolor="#4682B4" width="200"><tr><td><table border="0" cellspacing="1" cellpadding="6"><tr class="row"><td><p><img src="/images/info.gif" align="right">Advertisers please click here to view or download a printable pdf document containing detailed  information on our advertising rates and placements. </p></td></tr></table></td></tr></table>',
	'<table border="1" cellspacing="0" cellpadding="0" bgcolor="#4682B4" width="200"><tr><td><table border="0" cellspacing="1" cellpadding="6"><tr class="row"><td><img src="/images/derbycover.jpg" height="354" width="251"> </td></tr></table></td></tr></table>',																
];

var myHint = new THints (HINTS_CFG, HINTS_ITEMS);



