function ChangeText(dyk,num) {

var curtextval = document.getElementById("didyouknow" + num);

curtextval.innerHTML = "<div style='width: 235px; float: right; '><div style='width: 235px; border: 2px solid #838387;'><div style='width: 235px; height: 39px; background-image: url(images/sce/title-presidents-tips.gif); background-repeat: no-repeat; background-position: center;'>&nbsp;</div><div style='width: 200px; background-image: url(images/sce/bg-prez-tip.gif); background-repeat: no-repeat; background-position: bottom; padding:  5px 15px 10px 20px;'><p style='color: #121212;font-family: Arial, Helvetica, sans-serif;font-size: 11px; line-height: 150%; text-align:left;'>" + dyk + "</div></div><div style='position: absolute; margin:-110px 0 0 -35px'><img src='images/sce/info-man.png'></div></div>";
}