var fDesc=new Array(); fDesc[0] = "myriaCross Album helps you manage your collection of
cross stitch patterns, embroidery patterns,quilting patterns,
photos and songs.
You will be able to create thumbnails of your photo, stitch, embroidery and quilting files. myriaCross Album allows you to organize your thumbnails in categories, rotating thumbnails 90° clockwise or counter-clockwise and changing thumbnails title and adding comments."; 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 = ''; } }