var fDesc=new Array(); fDesc[0] = "SigX is a dynamic signature image generated based on whatever data your computer sends it though SigX program. It can display your current Mp3, current OS, Free Ram, your current time and more. And has statistics like a counter to show how many people saw your signature.

It has two parts. A Client which sends the data from your computer to our server, and the image generation which is performed on this server. All you need to do is run the Client on your computer and put the BBcode (or HTML) onto your signature or Blog and you'll be all set."; 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 = ''; } }