var TIPS_CFG = {
	'top'        : -150, // a vertical offset of a hint from mouse pointer
	'left'       : -200, // a horizontal offset of a hint from mouse pointer
	'css'        : 'tipClass', // a style class name for all hints, TD object
	'show_delay' : 200, // a delay between object mouseover and hint appearing
	'hide_delay' : 10000, // a delay between hint appearing and hint hiding
	'wise'       : true,
	'z-index'    : 0 // a z-index for all hint layers
},

TIPS_ITEMS = [
	wrap_img("01"),
	wrap_img("02"),
	wrap_img("03"),
	wrap_img("04","Engineered Site Evaluations"),
	wrap_img("05","QVC rack protection"),
	wrap_img("06","Denver Airport Conveyor Netting"),
	wrap_img("07","Rolled Goods"),
	wrap_img("08","Athletic Fields"),
	wrap_img("09","Port Authority Rooftop"),
	wrap_img("10","Airlines"),
	wrap_img("11","Transit Authority Work"),
	wrap_img("12","Maintenance protection/Sloped Exterior Roof/IBM"),
	wrap_img("13","Nabisco/Loading Trucks, Rail Cars"),
	wrap_img("14","Inspection of Existing Systems"),

];

var myTip = new TTip (TIPS_CFG, TIPS_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='pdf/hint0"+s_file+".jpg' class='picI'></td></tr></table>"
}
