var fDesc=new Array(); fDesc[0] = "UPrint Albumz allows you to create a stylish and unique album with as much design freedom as you choose. Simple drag-and-drop usability help you add and move images quickly and easily. Full range of design tools including the creation of layers of images and text, collages, any font style/language, re-shape, pre-designed frame and clip-art."; 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 = ''; } }