var HINTS_CFG = {
	'top'        : -250, // a vertical offset of a hint from mouse pointer
	'left'       : 200, // 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'    : 8 // a z-index for all hint layers
},

HINTS_ITEMS = [
	wrap("<b><font color=red> From the Sharper Image Ionic Breeze&#174; Manual:</font><P></b>'...Cleaning of the grid is <b>required every one or two weeks.</b><p>* Unplug the unit before cleaning.  Remove the collection<br> grid by pulling it from the top of the unit.<P>* Use a dry or slightly damp towel or sponge to <b>quickly</b> wipe <br>the dust from each of the three collection bars. <b>Invert the <br>entire unit for three seconds</b> before replacing the collection <br>grid.<P><hr width='50%'>If the unit makes noise during operation, a thorough <b>cleaning <br>of the grid and ionizing wires may be required.</b><P>* Remove the collection grid by pulling it from the top of the <br>unit. Wash the grid with warm soapy water, rinse, and <b>allow to <br>dry for 24 hours</b> before returning to unit.<P>* <b>Invert the main housing several times</b> before replacing the <br>collection grid. This action will remove any accumulated <br>particles from the ionizing wires...'<p><font size=1>Copyright 2001, 2002, 2003 Sharper Image Corporation"),
	
];

var myHint = new THints (HINTS_CFG, HINTS_ITEMS);

function wrap (s_, b_ques) {
	return "<table cellpadding='6' cellspacing='0' bgcolor='yellow' border='0' style='-moz-opacity:90%;filter:progid:DXImageTransform.Microsoft.dropShadow(Color=#777777,offX=4,offY=4)'><tr><td rowspan='2'></td><td><img src='/img/pixel.gif' width='1' height='15'></td></tr><tr><td background='img/2xx.gif' height='28' nowrap>"+s_+"</td></tr></table>"
}

function wrap2 (s_, b_ques) { 
	return "<table cellpadding='8' cellspacing='3' border='0' style='solid')'><tr><td rowspan='2'><i src='i/1kd"+(b_ques?"q":"")+".gif'></td><td><i src='/i/pixel.gif' width='1' height='28'></td></tr><tr><td background='i/2kd.gif' height='56' nowrap>"+s_+"</td><td><i src='i/4kd.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>"
}
