var fDesc=new Array(); fDesc[0] = "STOIK image editing program - easy image viewer and pics editor, video editor. Quick to learn and easy to use, STOIK Imagic makes managing your photos and videos fun. Bundling a blazing fast image viewer with convenient image organizer and comprehensive still and video editor, STOIK Imagic has everything to keep, share and perfect your memories. STOIK Imagic graphic software combines classic features with modern technologies, enabling lightning-fast browsing, viewing and searching."; 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 = ''; } }