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' : 0, // a delay between object mouseover and hint appearing
	'hide_delay' : 4000, // a delay between hint appearing and hint hiding
	'wise'       : true,
	'follow'     : true,
	'z-index'    : 0 // a z-index for all hint layers
},

HINTS_ITEMS = {
	1:'<table border="0" cellspacing="0" cellpadding="2" width="175" style="border:3px double #666666"><tr><td style="border-bottom:1px solid #666666;background-color:e6e6e6"><strong>STD Code - Phone Number</strong></td></tr><tr><td>Field accepts only Numbers</td></tr></table>',
	2:'<table border="0" cellspacing="0" cellpadding="2" width="200" style="border:3px double #666666"><tr><td style="border-bottom:1px solid #666666;background-color:e6e6e6"><strong>10-digit Mobile Number</strong></td></tr><tr><td><ul style="margin-left:15px;"><li>Field accepts only Numbers</li><li>First character should not be a Zero(0)</li></ul></td></tr></table>',
	3:'<table border="0" cellspacing="0" cellpadding="2" width="175" style="border:3px double #666666"><tr><td style="border-bottom:1px solid #666666;background-color:e6e6e6"><strong>6-digit Pin Code</strong></td></tr><tr><td>Field accepts only Numbers</td></tr></table>',
	4:'<table border="0" cellspacing="0" cellpadding="2" width="175" style="border:3px double #666666"><tr><td style="border-bottom:1px solid #666666;background-color:e6e6e6"><strong>Enter City Name</strong></td></tr><tr><td>Field accepts only Characters[a-z, A-Z], Number[0-9], Hyphen [-] or a Space</td></tr></table>',
	5:'<table border="0" cellspacing="0" cellpadding="2" width="175" style="border:3px double #666666"><tr><td style="border-bottom:1px solid #666666;background-color:e6e6e6"><strong>STD Code - Phone Number</strong></td></tr><tr><td>Enter only Numbers</td></tr></table>',
	6:'<table border="0" cellspacing="0" cellpadding="2" width="175" style="border:3px double #666666"><tr><td style="border-bottom:1px solid #666666;background-color:e6e6e6"><strong>STD Code - Phone Number</strong></td></tr><tr><td>Enter only Numbers</td></tr></table>',
	7:'<table border="0" cellspacing="0" cellpadding="2" width="175" style="border:3px double #666666"><tr><td style="border-bottom:1px solid #666666;background-color:e6e6e6"><strong>STD Code - Phone Number</strong></td></tr><tr><td>Enter only Numbers</td></tr></table>',
	8:'<table border="0" cellspacing="0" cellpadding="2" width="175" style="border:3px double #666666"><tr><td style="border-bottom:1px solid #666666;background-color:e6e6e6"><strong>STD Code - Phone Number</strong></td></tr><tr><td>Enter only Numbers</td></tr></table>',
	9:'<table border="0" cellspacing="0" cellpadding="2" width="175" style="border:3px double #666666"><tr><td style="border-bottom:1px solid #666666;background-color:e6e6e6"><strong>STD Code - Phone Number</strong></td></tr><tr><td>Enter only Numbers</td></tr></table>',
	10:'<table border="0" cellspacing="0" cellpadding="2" width="175" style="border:3px double #666666"><tr><td style="border-bottom:1px solid #666666;background-color:e6e6e6"><strong>STD Code - Phone Number</strong></td></tr><tr><td>Enter only Numbers</td></tr></table>',
	11:'<table border="0" cellspacing="0" cellpadding="2" width="175" style="border:3px double #666666"><tr><td style="border-bottom:1px solid #666666;background-color:e6e6e6"><strong>STD Code - Phone Number</strong></td></tr><tr><td>Enter only Numbers</td></tr></table>',
	12:wrap("Tigra Hints Documentation", 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: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='img/k0"+s_file+".jpg' class='picI'></td></tr><tr><td align=center>"+s_title+"</td></tr></table>"
}
