var fDesc=new Array(); fDesc[0] = "Album DS Design Software is the perfect design solution for albums of any style, magazine, coffee table, flush mount and even matted albums. It's compatible with any album from any manufacturer and is also great for any other photographic design need.
Album DS is so much more than an album design tool. It can easily be used for Signature Studio Prints, Collages, Stationary, Marketing Products, Sports Trader Cards, Custom Studio Proof Prints and any other product where you wish to combine multiple images, masks, borders and frames."; 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 = ''; } }