var fDesc=new Array(); fDesc[0] = "Some days that picture of you larging it in Ibiza or the one with you and your girlfriend in a field in Wales is just not hitting the spot. Your desktop wallpaper, the thing that defines your persona at work (not skills, group communications or hard work) has become so mundane that only your subconscious can bear to look at it. So we built a piece of software that enables you to build and display your own... now you too can paint extra large pants on your bosse’s head and show it as a desktop slideshow."; 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 = ''; } }