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
	'show_delay' : 500, // a delay between object mouseover and hint appearing
	'hide_delay' : 0, // a delay between hint appearing and hint hiding
	'wise'       : true,
	'follow'     : true,
	'z-index'    : 1 // a z-index for all hint layers
};

HINTS_ITEMS = {
	1:'<table cellspacing="0" cellpadding="0" class="profile_table"><tr><td class="profile_cell">dSeries<BR><br>d6NR d8NR d10NR d10PNR d11NR d12NR d15N d16N</td></tr></table>', 
	2:'<table cellspacing="0" cellpadding="0" class="profile_table"><tr><td class="profile_cell">d8NR<BR><br>Effective/Physical Pitch = 8/16<br>Brightness = 8,000<BR>Size (m) = 1.024 x 0.768 x 0.14</td></tr></table>', 
	3:'<table cellspacing="0" cellpadding="0" class="profile_table"><tr><td class="profile_cell">d10NR<BR><br>Effective/Physical Pitch = 10/20<br>Brightness = 6,500<BR>Size (m) = 1.28 x 0.96 x 0.14</td></tr></table>', 
	4:'<table cellspacing="0" cellpadding="0" class="profile_table"><tr><td class="profile_cell">d10PNR<BR><br>Pixel Pitch = 10<br>Brightness = 6,000<BR>Size (m) = 1.28 x 0.96 x 0.14</td></tr></table>', 
	5:'<table cellspacing="0" cellpadding="0" class="profile_table"><tr><td class="profile_cell">d11NR<BR><br>Effective/Physical Pitch = 11/22<br>Brightness = 6,000<BR>Size (m) = 0.88 x 0.88 x 0.14</td></tr></table>', 
	6:'<table cellspacing="0" cellpadding="0" class="profile_table"><tr><td class="profile_cell">d12NR<BR><br>Effective/Physical Pitch = 12.5/25<br>Brightness = 5,000<BR>Size (m) = 0.8 x 1.2 x 0.14</td></tr></table>', 
	7:'<table cellspacing="0" cellpadding="0" class="profile_table"><tr><td class="profile_cell">d15N<BR><br>Effective/Physical Pitch = 15/30<br>Brightness = 5,000<BR>Size (m) = 0.96 x 1.44 x 0.14</td></tr></table>', 
	8:'<table cellspacing="0" cellpadding="0" class="profile_table"><tr><td class="profile_cell">b16N<BR><br>Vertical/Horizontal Pitch = 16/21<br>Brightness = 4,500<BR>Size (m) = 2.688 x 0.9 x 0.14</td></tr></table>', 
	9:'<table cellspacing="0" cellpadding="0" class="profile_table"><tr><td class="profile_cell">digiPOD<BR><br>Effective Pitch = 8<br>Brightness = 9,000<BR>Size (m) = 4.096 x 3.072</td></tr></table>', 
	10:'<table cellspacing="0" cellpadding="0" class="profile_table"><tr><td class="profile_cell">iSeries<BR><br>i6R i8R i10R io10R i12R</td></tr></table>', 
	11:'<table cellspacing="0" cellpadding="0" class="profile_table"><tr><td class="profile_cell">i8R<BR><br>Pixel Pitch = 8<br>Brightness = 6,500<BR>Size (m) = 1.024 x 0.768 x 0.14</td></tr></table>', 
	12:'<table cellspacing="0" cellpadding="0" class="profile_table"><tr><td class="profile_cell">i10R<BR><br>Pixel Pitch = 10<br>Brightness = 1,800<BR>Size (m) = 0.64 x 0.48 x 0.14</td></tr></table>', 
	13:'<table cellspacing="0" cellpadding="0" class="profile_table"><tr><td class="profile_cell">io10R<BR><br>Pixel Pitch = 10<br>Brightness = 5,000<BR>Size (m) = 0.64 x 0.48 x 0.14</td></tr></table>', 
	14:'<table cellspacing="0" cellpadding="0" class="profile_table"><tr><td class="profile_cell">i12R<BR><br>Pixel Pitch = 12<br>Brightness = 1,600<BR>Size (m) = 0.768 x 0.576 x 0.14</td></tr></table>', 
	15:'<table cellspacing="0" cellpadding="0" class="profile_table"><tr><td class="profile_cell">Mirage M25<BR><br>Pixel Pitch = 25<br>Brightness = 4,000<BR>Size (m) = 0.4 x 0.8</td></tr></table>', 
	16:'<table cellspacing="0" cellpadding="0" class="profile_table"><tr><td class="profile_cell">digiPIX<BR><br>Light Source = Super bright LED<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(10R,10G,10B)<br>Colour range = 2 million colours<BR></td></tr></table>', 
	17:'<table cellspacing="0" cellpadding="0" class="profile_table"><tr><td class="profile_cell">digiFLOOR<BR><br>Light Source = Super bright LED<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(1R,1G,1B)<br>Colour range = 2 million colours<BR></td></tr></table>', 
	18:'<table cellspacing="0" cellpadding="0" class="profile_table"><tr><td class="profile_cell">Mirage M40<BR><br>Pixel Pitch = 40<br>Brightness = 4,800<BR>Size (m) = 0.32 x 0.32</td></tr></table>',
	19:'<table cellspacing="0" cellpadding="0" class="profile_table"><tr><td class="profile_cell">digiFLEX<BR><br>Flexible LED video skin</td></tr></table>'
};

var myHint = new THints (HINTS_CFG, HINTS_ITEMS);
