var fDesc=new Array(); fDesc[0] = "ADG Aspect 3D is a program, which lets you from a series of photos quickly and easily generate, edit & publish 3D photo compositions on the Web. ADG 3D can be viewed through ADG Java Viewer that eliminates any plug-in installation and gives a platform independent use on the Internet. It can be integrated with ADG Web Panorama, so you can insert 3D object into 360 degrees panorama."; 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 = ''; } }