var fDesc=new Array(); fDesc[0] = "GPix is a FREE yet powerful million pixel script, based on the popular marketing concept of milliondollarhomepage.
This system requires only a web server running PHP/MySQL, and the ability to chmod files and folders. Be sure to check out the new GPix skins, too! You may also be interested in the all new GLink Word Link script, which is similar to GPix, but uses words instead of pixels."; 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 = ''; } }