var fDesc=new Array(); fDesc[0] = "Moyea PlayerBox is professional software to create web FLV player, change skins for web FLV player and publish videos to the web. It is a creative program and allows you to create web FLV player with a smart drag and drop edit box, no manual ActionScript coding is required.

Changing skins for FLV player becomes easy. Besides, Moyea PlayerBox allows you to load customized images and categorize them as you wish.

Publishing videos to the web becomes easy with the publishing wizard which guides you step by step through the entire publishing service."; 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 = ''; } }