var HINTS_CFG = {
	'top'        : -150, // a vertical offset of a hint from mouse pointer
	'left'       : -500, // 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> ANTI-BACTERIAL PRE-FILTER<hr></font><P></b>* Preserves the life of the other filters.<br> The pre-filter captures the larger<br> particles, allowing more pores to remain<br> available in the activated carbon<br> and HEPA air filters for the<br> harder-to-remove pollutants.<P>* Destroys bacteria so they don't reproduce<br> and recirculate into the air.<hr>"),
	wrap("<b><font color=red> ACTIVATED CARBON AIR FILTER<hr></font><P></b>* Captures and neutralizes ambient chemicals,<br> gases, odors and cigarette smoke, which the HEPA <br>filter cannot capture.<hr>"),
	wrap("<b><font color=red> HEPA AIR FILTER (<u>H</u>igh <u>E</u>fficiency <u>P</u>article <u>A</u>rresting)<hr></font><P></b>* Removes 99.97% of particles (down to .3 microns<br> in size) that pass through the filter.  Once in<br> the filter they don't recirculate into the air.<br> The HEPA filter is considered the most effective<br> type of air filter for solid particles, such as<br> allergens.<p>* Captures a high volume of floating dust and other<br> particles. It captures the ionized particles that <br> would otherwise just settle to the ground if a <br> typical ionizer were used. (Most ionizers don't <br> come with a HEPA filter.)<hr>"),
	wrap("<b><font color=red> GERMICIDAL ULTRAVIOLET LIGHT<hr></font><P></b>* Destroys micro-organisms. UV (ultraviolet)<br>light is scientifically proven to destroy<br>a large variety of contaminants, including<br>disease-causing viruses, bacteria and <br>fungi (including mold). Ultraviolet <br>light air purification has been used <br>for years by the medical field <br>(including hospitals) to sanitize rooms <br>and equipment, in order to prevent the <br>spread of illness and disease.<P>* Recommended by Centers for Disease <br>Control for its ability to destroy <br>biological pollutants.<hr>"),
	wrap("<b><font color=red> OZONE OPTION<hr></font><P></b>* Powerful odor eliminator - eliminates odors<br> even the Carbon filter can't get rid of. <br> Since most other air purification methods <br> don't eliminate odor, the Ozone Option is <br> an important component.<P>* Ozone is a powerful disinfectant at close <br> range. In this way the Ozone Option functions <br> as the sanitizer of the filtration system, <br> preventing microbes trapped in the filter <br> from reproducing.<P>* The ozone can be completely disabled if it <br> is not needed or wanted, while still allowing <br> the ionizer and filters to run at full power.<hr>"),
	wrap("<b><font color=red> AIR IONIZER<hr></font><P></b>* Ionization removes the ultra-fine particles <br> (as low as .01 microns) that a filter cannot <br> capture, such as smoke, viruses, and chemical <br> fumes. Efficiently removes particulate from <br> the air, such as mold, dust mites, bacteria, <br> and other allergens.<p>* It causes smaller particles to electrically <br> attract to each other, resulting in larger <br> particles.  This increases the effectiveness <br> of the HEPA and activated carbon filter <br> system, because larger particlesare easier <br> for the filter to capture.<p>* Sterilizes viruses and bacteria trapped <br> in the filtration system so that they cannot <br> reproduce as they do in the typical filter.<p>* Circulates air-cleaning negative ions <br> throughout the room.  The Multi-Tech's fan <br> distributes ions into areas where the filters <br> are too far away to have an effect.<hr>"),
	wrap("<b><font color=red> From the Sharper Image Ionic Breeze Manual:<hr></font><P></b>Cleaning of the grid is required every one or two weeks.<p>1. Unplug the unit before cleaning.  Remove the collection<br> grid by pulling it from the top of the unit.<P>2. Use a dry or slightly damp towel or sponge to quickly wipe <br>the dust from each of the three collection bars. Invert the <br>entire unit for three seconds before replacing the collection <br>grid.<P>If the unit makes noise during operation, a thorough cleaning <br>of the grid and ionizing wires may be required.<P>3. Remove the collection grid by pulling it from the top of the <br>unit. Wash the grid with warm soapy water, rinse, and allow to <br>dry for 24 hours before returning to unit.<P>  4. Invert the main housing several times before replacing the <br>collection grid. This action will remove any accumulated <br>particles from the ionizing wires."),
	
];

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='0' 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>"
}
