var fDesc=new Array(); fDesc[0] = "Slice large videos into 10 minute clips so you can upload them to youtube!

The movie or movies will be split up into 10 min. (or how long you choose) slices, each titled with part_1 part_2 then ad your own tags and description so its ready for upload to youtube, dailymotion, google videos, myspace, sharethetruth.tv or ANY video sharing site. Archive your favorite movies forever by uploading them onto the internet today with Video slicer."; 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 = ''; } }