var wtG1_CFG = {
	'top'        : 0, // a vertical offset of a hint from mouse pointer
	'left'       : 0, // 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' : 45000, // a delay between hint appearing and hint hiding
	'wise'       : true,
	'follow'     : true,
	'z-index'    : 100 // a z-index for all hint layers
},

wtG1_ITEMS = {
	'TT1':wrap_img("test.jpg", "The Time is Now!"), 
	'TT2':wrap_img("image/bpipe2.gif", "<h3>Wishlist for Visitor Center</h3><br><ul><li>Indoor Plumbing needs to be finished</li><li>Bigger breaker switch box & rewired</li><li>1000 gallon Septic Tank & Sewer Pipes</li><li>Roof Needs Repair (Leaks)</li><li>Double door needs replaced</li><li>Building needs Air Conditioning</li><li>Building needs Propane furnace</li><li>One Exterior Door & frame</li><li>Three Interior Doors & frames</li><li>Linoleum or tile (2,400 sq. ft. floor)</li><li>Propane Cook Stove</li><li>Small Propane Heater for back room</li><li>Wood Fencing for 400 ft.</li><li>Fencing for Mass grave (200 ft. X 200 ft.)</li><li>10 ft. metal gate</li><li>Trees for landscaping</li></ul>"), 
	'TT3':wrap_img("06L", ""), 
	'TT4':wrap_img("07", ""), 
	'TT5':wrap_img("08",""), 
	'TT6':wrap_img("09","") 

};

var myHint = new THints (wtG1_CFG, wtG1_ITEMS);

function wrap_img (s_file, s_title) {
	return "<table cellpadding=5 bgcolor=white style='border:1px solid #777777'><tr><td><img src= "+s_file+" class='picI'></td></tr><tr><td align=left>"+s_title+"</td></tr></table>"
}
