var qotTips = new TipObj('qotTips');
with (qotTips)
{
	
	template = '<table cellpadding="0" cellspacing="0" width="%2%" border="0" class="boxtip"><tr><td>%3%</td></tr></table>';

	// How much of a delay do you want between pointing and action?
	showDelay = 1;
	hideDelay = 1;
	
	// How fast the transparency changes (between 1 and 100), higher means faster fades.
	fadeInSpeed = 50;
	fadeOutSpeed = 50;
	
	// False will hide tips instantaneously. Fading only works under IE/Win and NS6+.
	doFades = true;
	
	// You can change the minimum and maximum opacity percentages, defaults:
	minAlpha = 95;
	maxAlpha = 95;
	
	// Tip stickiness, from 0 to 1, defines how readily the tip follows the cursor. 1 means it
	// follows it perfectly (the default), 0 is a static tip, and decimals are 'floating' tips.
	//tipStick = 0.2;
	tipStick = 1;
	
	// IE 5.5+ select box fix. This will enable tips to appear over <SELECT> elements in the page.
	IESelectBoxFix = true;

}
