// http://theopensourcery.com/jshints.htm

var HINTS_CFG = {
	'top'        : -1, // a vertical offset of a hint from mouse pointer
	'left'       : 5, // a horizontal offset of a hint from mouse pointer
	'css'        : 'hintsClass', // a style class name for all hints, TD object
	'show_delay' : 600, // a delay between object mouseover and hint appearing
	'hide_delay' : 90000, // a delay between hint appearing and hint hiding
	'wise'       : true,
	'follow'     : true,
	'z-index'    : 0 // a z-index for all hint layers
},

HINTS_ITEMS = [
   wrap_img('delta-hawaiian.png', 'A 180solutions ad for Hawaiian Airlines, covering substantially all of Delta.com.'),
   wrap_img('driveby.png', 'A 180solutions drive-by installation.  If the user presses "yes," then 180 software will be installed.  Note absence of any reference to a license agreement.'),
   wrap_img('hsn-double.png', 'A 180solutions double display -- of the original HSN site plus HSN reached through an affiliate link directing commissions to 180.'),
   wrap_img('kiwi1.png', 'A partner bundling 180solutions software without prominent disclosure.'),
   wrap_img('kiwi2.png', 'A partner bundling 180solutions software without prominent disclosure.  This is the first of 54 pages of End User License Agreement text.'),
   wrap_img('kiwi3.png', 'A partner bundling 180solutions software without prominent disclosure.  This is approximately the 16th of 54 pages of End User License Agreement text.'),
   wrap_img('gateway-072304.png', 'A 180solutions double display -- of the original gateway.com site, plus gateway.com reached through an affiliate link.'),
   wrap_img('apple-072204.png', 'A 180solutions double display -- of the original store.apple.com site, plus store.apple.com reached through an affiliate link.'),
   wrap_img('tgw-072404.png', 'A 180solutions double display -- of the original tgw.com site, plus tgw.com reached through a 180 advertiser affiliate link.'),
   wrap_img('valuemags-072404.png', 'A 180solutions double display -- of the original valuemags.com site, plus valuemags reached through a 180 advertiser affiliate link.'),
   wrap_img('fogdog-072304.png', 'A 180solutions double display -- of the original fogdog.com site, plus fogdog reached through a 180 advertiser affiliate link.'),
   wrap_img('freshpair-072704.png', 'A 180solutions double display -- of the original freshpair.com site, plus freshpair reached through a 180 affiliate link.'),
   wrap_img('lillianvernon-100704.png', 'A 180solutions double display -- of the original lillianvernon.com site, plus lillianvernon reached through a 180 affiliate link.'),
   wrap_img('motherwear-100704.png', 'A 180solutions double display -- of the original motherwear.com site, plus motherwear reached through a 180 affiliate link.'),
   wrap_img('crucial-101704.png', 'A 180solutions obfuscated decoy display -- of the original crucial.com site, plus etronics reached through an affiliate link within a hidden frameset.')
   ];
var myHint = new THints (HINTS_CFG, HINTS_ITEMS);

function wrap (s_,b_ques) {
	return "<table cellpadding='0' cellspacing='0' border='0' ><tr><td rowspan='2'><img src='images/1"+(b_ques?"q":"")+"'></td><td><img src='/img/pixel.gif' width='1' height='15'></td></tr><tr><td background='javascript/images/2.gif' height='28' nowrap>"+s_+"</td><td><img src='javascript/images/4.gif'></td></tr></table>"
}

function wrap_img (s_file, s_title) {
	return "<table cellpadding=2 bgcolor=#dddddd style='border:1px solid #777777'><tr><td><img src='" + s_file + "' class='picI'></td></tr><tr><td align=center>"+s_title+"</td></tr></table>"
//	return "<table cellpadding=5 bgcolor=white style='border:1px solid #777777'><tr><td><img src='javascript/images/%22%2Bs_file%2B%22' class='picI'></td></tr><tr><td align=center>"+s_title+"</td></tr></table>"
}
