// JavaScript Document

// configuration variable for the hint object, these setting will be shared among all hints created by this object
var HINTS_CFG = {
	'wise'       : true,
	'margin'     : 10,
	'gap'        : 5,
	'align'      : 'tcbc',
	'css'        : 'hintsClass',
	'show_delay' : 200,
	'hide_delay' : 500,
	'follow'     : false,
	'z-index'    : 100,
	'IEfix'      : false,
	'IEtrans'    : ['blendTrans(DURATION=.3)', 'blendTrans(DURATION=.3)'],
	'opacity'    : 100 // opacity of the hint in %%
};

