function putDenti()
{
   var x = document.getElementById('contentsHolder')

   x.innerHTML="<div align='center'><table cellpadding='0' cellspacing='0' border='0' style='width:500px'><tr><td class='specTitle'>Dentistry</td></tr><tr><td class='specContent'>Kids Hospital contains a clinic specialized in pediatric dentistry, which receives cases starting from one-year-old kids. However, specialists recommend that parents should consult pediatric dentistry clinics before that, to be informed with the proper diet for preserving the oral health of their baby.<br/><br/>Kids Hospital offers many services concerning kids oral health:<ul><li>Oral treatment: teeth fillings, teeth extracts, etc. in a well-equipped O.R.</li><li>One-visit treatment.</li><li>Unique preparations for special kids.</li><li>Clinics specialized in orthodontic care.</li></ul></td></tr></table></div>"
}