var fDesc=new Array(); fDesc[0] = "Asclepius Desktop is a simple to use tool streamlined for digital photo editing. Your pictures are dramatically enhanced with just a few clicks. Asclepius Desktop uses a unique and revolutionary method that streamlines the process of brightening, sharpening and contrast enhancement into easy to use controls. You can also attach audio clips of your own voice into the pictures and make your slide show more lively and memorable. You can easily create web album and instantly share your photos with your friends and families."; 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 = ''; } }