var HINTS_CFG = {
	'top'        : 5, // a vertical offset of a hint from mouse pointer
	'left'       : 10, // a horizontal offset of a hint from mouse pointer
	'css'        : 'hintsClass', // a style class name for all hints, TD object
	'show_delay' : 50, // a delay between object mouseover and hint appearing
	'hide_delay' : 200000, // a delay between hint appearing and hint hiding
	'wise'       : true,
	'follow'     : true,
	'z-index'    : 0 // a z-index for all hint layers
},

HINTS_ITEMS = {
	1:'<table summary="" border="0" cellspacing="0" cellpadding="10" bgcolor="#FFFF99" style="border:2px solid #999999; color:#000000; font-size:9px;"><tr><td nowrap="nowrap"><img src="images/sitesys/help-small.gif" width="16" height="16" alt="" />&nbsp;Deze beveiligingscode is<br />bedoeld om vast te stellen<br />dat dit formulier door <strong>u zelf</strong><br />wordt ingevuld en niet door<br />een spamrobot. De code wordt<br />telkens opnieuw aangemaakt.</td></tr></table>',
	2:'<table summary="" border="0" cellspacing="0" cellpadding="0" bgcolor="#4682B4"><tr><td><table summary="" border="0" cellspacing="1" cellpadding="3"><tr class="row"><td><b>currentStyle</b></td><td align="center">unsupported</td></tr><tr class="row"><td nowrap="nowrap"><b>getComputedStyle()</b></td><td align="center">supported</td></tr><tr class="row"><td><b>style</b></td><td align="center">supported</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' summary='' 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='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' summary=''><tr><td><img src='img/k0"+s_file+".jpg' class='picI' /></td></tr><tr><td align=center>"+s_title+"</td></tr></table>"
}

