var hintConstrainElement = obtainElementById( hintConstrainId );

hintConstrainElement.innerHTML =
'  <table cellspacing="0" border="0" style="margin:0px auto auto 0px;">' +
'    <tr>' +
'      <td width="5" height="5" style="background:'+hintBackground+'; border-top:1px solid #555555; border-left:1px solid #555555;"' +
'         onmouseout="startHidingLastElement(hintConstrainId)" onmouseover="cancelChangingElementsVisibility(hintConstrainId)"><div style="overflow:hidden; height:5px;">&nbsp;</div></td>' +
'      <td style="background:'+hintBackground+'; border-top:1px solid #555555; border-right:1px solid #555555;"' +
'         onmouseout="startHidingLastElement(hintConstrainId)" onmouseover="cancelChangingElementsVisibility(hintConstrainId)"><div style="overflow:hidden; height:5px;">&nbsp;</div></td>' +
'      <td style="background:transparent;"><div style="overflow:hidden; height:5px;">&nbsp;</div></td>' +
'    </tr>' +
'    <tr>' +
'      <td style="background:'+hintBackground+'; border-left:1px solid #555555; border-bottom:1px solid #555555;"' +
'         onmouseout="startHidingLastElement(hintConstrainId)" onmouseover="cancelChangingElementsVisibility(hintConstrainId)"><div style="overflow:hidden; height:5px;">&nbsp;</div></td>' +
'      <td style="background:'+hintBackground+'; padding: 5px 10px 10px 5px; border-bottom:1px solid #555555; border-right:1px solid #555555;" ' +
'        id="hintcontent" class="hintcontent" onmouseout="startHidingLastElement(hintConstrainId)" onmouseover="cancelChangingElementsVisibility(hintConstrainId)">&nbsp;</td>' +
'      <td style="background:#000000; opacity: 0.2; filter: alpha(opacity=20); filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20); -moz-opacity:0.2; -khtml-opacity:0.2;"><div style="overflow:hidden; width:5px;">&nbsp;</div></td>' +
'    </tr>' +
'    <tr>' +
'      <td height="5" style="background:transparent;"><div style="overflow:hidden; height:5px;">&nbsp;</div></td>' +
'      <td style="background:#000000; opacity: 0.2; filter: alpha(opacity=20); filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20); -moz-opacity:0.2; -khtml-opacity:0.2;"><div style="overflow:hidden; height:5px;">&nbsp;</div></td>' +
'      <td style="background:#000000; opacity: 0.2; filter: alpha(opacity=20); filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20); -moz-opacity:0.2; -khtml-opacity:0.2;"><div style="overflow:hidden; height:5px; width:5px">&nbsp;</div></td>' +
'    </tr>' +
'  </table>';