var fDesc=new Array(); fDesc[0] = "MSDSoft Quotes will show an inspirational Quote of the Day evary time you turn on your computer to help you to start your day in a very positive way.

The Quote of the Day is shown above random nice pictures.

The program allows to configure the quotes and authors fonts. It also allows to show a background image or a solid background color."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }