var fDesc=new Array(); fDesc[0] = "Absolute Video Splitter Joiner is a video splitting, joining tool. It can split AVI/DIVX, MPEG1, MPEG2, WMV/ASF to small pieces with precise time location, or join video files to a large one , in spite of source format and target format. It can also join BMP,JPEG files to a video file, with background music. So you can create your own family photo album with the software."; 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 = ''; } }