var fDesc=new Array(); fDesc[0] = "3D Edit Gold V4 is a simple to use yet powerful video editor that contains everything you need to capture, edit and record your video. It's built in "Show Me" Tutorials walk you through the program and show you step by step how to use its powerful features. You can use video from all popular video devices including DV, HD camcoders and mobile phones. Its the first editor in the World to use a new technology called "On Chip Rendering" which mixes video and adds effects in true real-time. By true real-time we mean instantaneously. No other consumer editor can even come close the power of 3D Edit which can play all special effects, all transitions and all 16 tracks at full resolution in full screen and in real-time. You can share your movies on the web or record to most popular formats including AVI, DV, WMV, WMV HD, Divx, Xvid, MP4 and 3GP. 3D Edit Gold V4 is compatible with all major graphics cards, Vista, XP and Win2000."; 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 = ''; } }