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

HINTS_ITEMS = {
	'TT1':wrap_img("fotka1", "<B>Mgr. Katarína Turečeková</B><br>zakladateľka firmy"), 
	'TT2':wrap_img("fotka1", "<B>Mgr. Katarína Turečeková</B><br>Company founder and owner"), 
	'TT3':wrap_img("fotka1", "<B>Mgr. Katarína Turečeková</B><br>Gesellschaftsgründerin <BR>und - eigentümerin"), 
	1:'<table border="0" cellspacing="0" cellpadding="0" bgcolor="red"><tr><td><table border="0" cellspacing="1" cellpadding="3"><tr class="row"><td nowrap>Ide o tlmočenie, ktoré sa využíva pri obmedzenom počte <br>komunikantov, napr. pri obchodných rokovaniach,<br> auditoch, seminároch, workshopoch.</td></tr></table></td></tr></table>',
	2:'<table border="0" cellspacing="0" cellpadding="0" bgcolor="red"><tr><td><table border="0" cellspacing="1" cellpadding="3"><tr class="row"><td nowrap>Tento druh tlmočenia nachádza uplatnenie na rôznych prejavoch,<br> či konferenciách a kvôli veľkému počtu poslucháčov <br>vyžaduje tlmočnícke technické zariadenie.</td></tr></table></td></tr></table>',
	3:'<table border="0" cellspacing="0" cellpadding="0" bgcolor="red"><tr><td><table border="0" cellspacing="1" cellpadding="3"><tr class="row"><td nowrap>Tlmočník sedí vedľa poslucháčov a tlmočí im šeptom a simultánne <br>bez použitia tlmočníckeho technického zariadenia.<br> V tomto prípade sa tlmočenie dá zabezpečiť maximálne dvom až trom poslucháčom.</td></tr></table></td></tr></table>',

	4:'<table border="0" cellspacing="0" cellpadding="0" bgcolor="red"><tr><td><table border="0" cellspacing="1" cellpadding="3"><tr class="row"><td nowrap>It is an interpreting used in the case of a small number <br>of communicants, e.g. at business meetings,<br> audits, seminars, workshops.</td></tr></table></td></tr></table>',
	5:'<table border="0" cellspacing="0" cellpadding="0" bgcolor="red"><tr><td><table border="0" cellspacing="1" cellpadding="3"><tr class="row"><td nowrap>This kind of interpreting comes in useful at various speeches,<br> or conferences; technical equipment is necessary <br>because of the big number of listeners.</td></tr></table></td></tr></table>',
	6:'<table border="0" cellspacing="0" cellpadding="0" bgcolor="red"><tr><td><table border="0" cellspacing="1" cellpadding="3"><tr class="row"><td nowrap>Interpreter sits next to listeners and interprets in a low voice, simultaneously, <br>without use of technical equipment.<br> In this case interpreting can be provided to two communication participants.</td></tr></table></td></tr></table>',

	7:'<table border="0" cellspacing="0" cellpadding="0" bgcolor="red"><tr><td><table border="0" cellspacing="1" cellpadding="3"><tr class="row"><td nowrap>Es ist eine Art des Dolmetschens, welche bei begrenzter Anzahl<br> der Kommunikanten, z.B. bei Geschäftsverhandlungen, <br>Wirtschaftsprüfungen, Seminaren oder Workshops genutzt wird.</td></tr></table></td></tr></table>',
	8:'<table border="0" cellspacing="0" cellpadding="0" bgcolor="red"><tr><td><table border="0" cellspacing="1" cellpadding="3"><tr class="row"><td nowrap>Diese Art des Dolmetschens verwendet man bei verschiedenen Anreden,<br> Konferenzen und immer, wenn es großer Anzahl der Zuhörer gibt.<br>Man verlangt eine Dolmetscheranlage.</td></tr></table></td></tr></table>',
	9:'<table border="0" cellspacing="0" cellpadding="0" bgcolor="red"><tr><td><table border="0" cellspacing="1" cellpadding="3"><tr class="row"><td nowrap>Dolmetscher sitzt neben seinem Zuhörer und dolmetscht flüsternd <br>und simultan ohne Verwendung der Dolmetscheranlage in dessen Ohr.<br> Maximal zwei Zuhörer können hier versorgt werden.</td></tr></table></td></tr></table>'	
	
};

var myHint = new THints (HINTS_CFG, HINTS_ITEMS);

function wrap (s_, b_ques) {
	return "<table cellpadding='0' cellspacing='0' border='0' style='-moz-opacity:90%;filter:progid:DXImageTransform.Microsoft.dropShadow(Color=#777777,offX=4,offY=4)'><tr><td rowspan='2'><img src='img/1"+(b_ques?"q":"")+".gif'></td><td><img src='/img/pixel.gif' width='1' height='15'></td></tr><tr><td background='img/2.gif' height='28' nowrap>"+s_+"</td><td><img src='img/4.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='pictures/"+s_file+".jpg' class='picI'></td></tr><tr><td align=center>"+s_title+"</td></tr></table>"
}

