var HINTS_CFG = {
	'top'        : -300, // a vertical offset of a hint from mouse pointer
	'left'       : -350, // 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' : 0, // a delay between hint appearing and hint hiding
	'wise'       : true,
	'follow'     : false,
	'z-index'    : 0 // a z-index for all hint layers
},

HINTS_ITEMS = [
	wrap_img("POD-2010", '<font color="Blue"><b>POD-2010</b></font><br>Patient History</font> Form '),
	wrap_img("POD-2020", '<font color="Blue"><b>POD-2020</b></font><br>Physical Exam Form '),
	wrap_img("POD-2040", '<font color="Blue"><b>POD-2040</b></font><br>Radiology Report '),
	wrap_img("POD-2050", '<font color="Blue"><b>POD-2050</b></font><br>Dermal Worksheet '),
	wrap_img("POD-2060", '<font color="Blue"><b>POD-2060</b></font><br>Skeletal Worksheet '),
	wrap_img("POD-3010", '<font color="Blue"><b>POD-3010</b></font><br>General S.O.A.P. Note '),
	wrap_img("POD-3030", '<font color="Blue"><b>POD-3030</b></font><br>Podiatric Services Report '),
	wrap_img("POD-3040", '<font color="Blue"><b>POD-3040</b></font><br>Skin/Nail Care Followup '),
	wrap_img("POD-3060", '<font color="Blue"><b>POD-3060</b></font><br>Lower Leg Wound Care '),
	wrap_img("POD-3070", '<font color="Blue"><b>POD-3070</b></font><br>Heel Pain Report '),
	wrap_img("POD-3080", '<font color="Blue"><b>POD-3080</b></font><br>Heel Pain Follow-up '),
	wrap_img("U2005-SI", '<font color="Blue"><b>U2008/SI</b></font><br> One-part, <font color="Red"><i>personalized</i></font><br>with practice info at top'),
	wrap_img("POD-4030", '<font color="Blue"><b>POD-4030</b></font><br>Nursing Home Report '),
	wrap_img("POD-1010", '<font color="Blue"><b>POD-1010</b></font><br>Financial/Insurance Form '),
	wrap_img("POD-1020", '<font color="Blue"><b>POD-1020</b></font><br>Office Policy<br> Brochure '),
	wrap_img("POD-5010", '<font color="Blue"><b>POD-5010</b></font><br>General Patient Care Advisory '),
	wrap_img("POD-5020", '<font color="Blue"><b>POD-5020</b></font><br>Diabetic Patient Care Advisory '),
	wrap_img("U2005-S", '<font color="Blue"><b>U2008/S</b></font><br> One-part, <font color="Red"><i>not</i></font> personalized'),
	wrap_img("UE-sm-2pt-ni", '<font color="Blue"><b>U2008/D</b></font><br> Two-part, <font color="Red"><i>not</i></font> personalized '),	
	wrap_img("UE-sm-2pt-i", '<font color="Blue"><b>U2008/DT</b></font><br> Two-part, <font color="Red"><i>personalized</i></font><br>with practice info on top ply'),				
	wrap_img("LTRHD",'<font color="Blue"><b>Personalized Letterhead</b></font> <br>correspondence sheets'),
	wrap_img("10-PSE", '<font color="Blue"><b>Stationery Envelopes,</b></font><br>premium smooth finish,<br> multi-color'),
	wrap_img("POD-9010", '<font color="Blue"><b>POD-9010</b></font><br>Care Advisory Envelopes'),
	wrap_img("LTRSS", '<font color="Blue"><b>LTRSS</b></font><br>Letterhead Second Sheets'),
	wrap_img("LTRHD", '<font color="Blue"><b>LTRHD</b></font><br>Letterhead'),
	wrap_img("1008Bundle", '<font color="Blue"><b>POD-1008</b></font><br>Patient Care Advisories and Envelope'),
	wrap_img("1008Bundle", '<font color="Blue"><b>POD-1009</b></font><br>Patient Care Advisories and Envelope'),	
	wrap_img("10-PSE2", '<font color="Blue"><b>#10-PSE</b></font><br>Stationery envelopes,<br>premium smooth finish, multi-color'),	
	'Softcomplex Inc. is rapidly growing<br>US/Ukrainian company providing high quality <br>software development and IT consulting services.',
	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='PopIm/"+s_file+".gif' class='picI'></td></tr><tr><td align=center>"+s_title+"</td></tr></table>"
}
