var fDesc=new Array(); fDesc[0] = "Digital Color Foto helps you turn your digital photos into albums. In just a few minutes you download the application for free, after which the uploading and organizing of photos on the page is just a perfect opportunity to play and challenge your creativity. When you are done simply fill out the order form and you will soon receive by courier an album with memorable pictures!"; 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 = ''; } }