var fDesc=new Array(); fDesc[0] = "Save your time, use ShadowClock on your desktop. It is not necessary to go down in the task bar to find out time. These analog clock are always accessible, before eyes, ShadowClock do not prevent job and entertainment. You can place them in any place of the screen, can develop on all screen. ShadowClock your personal clock with synchronization your local PC time using the Internet(Uses the National Institute of Standards and Technology (NIST) Atomic Clock servers)."; 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 = ''; } }