var fDesc=new Array(); fDesc[0] = "SAM is a simple voice answering machine for Skype users. When you are away from your PC and there is no one to answer your incoming Skype calls, KishKish SAM will pick up the call, play a greeting message and the all-time classic beep, so the calling party will leave a voice recorded message. Now SAM does even more. SAM will play a Video Greeting of your choosing while recording the voice message. And for your business you can record all your Skype conversations for later reference."; 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 = ''; } }