var fDesc=new Array(); fDesc[0] = "Chinamood Photoweb contains two small editors to enable colours and settings for both your Map and Scroll projects. It also contains its own browser so you can simply click on your previously created projects and automatically be browsing them. It has an image browser, and if it comes across a listed project, it allows you to edit lower captions and update your pages."; 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 = ''; } }