var fDesc=new Array(); fDesc[0] = "World Clock 360 is a software which displays current time from around the world.

Easily find out who is awake and who is sleeping all over the world! An essential purchase for anyone with friends, family or business dealings overseas, World Clock 360 tells you the time in up to 4 locations and graphically illustrates the areas of light and dark across the globe in a choice of three beautiful styles."; 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 = ''; } }