var fDesc=new Array(); fDesc[0] = "Easily create custom online or standalone Flash based Media Players (MP3 and FLV - Flash Video)! The Media Player Maker allows anyone to customize template based Flash MP3/FLV Players and create both online and offline compilations. Run from Windows or integration into MS FrontPage, Expression and now Powerpoint!Only $14.95 or FREE for a limited time longer with InstantFX FrontPage Edition Package Deal*. Just some of the current features : · FREE for Existing MP3 Player Maker Owners! · NEW : Flash Video Support · NEW : Flash Video Encoding (AVI->FLV) · NEW : Better Skins Support (Transparent PNGs) · NEW : Remote Export Options (Easier for MySpace use) · NEW : PowerPoint Support! (Insert Custom Video/MP3s!) · NEW : Display Album Art for MP3s · NEW : Font Changing (for some skinnable templates). · NEW : Updated Interface · NEW : CD Ripping and MP3 Encoder"; 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 = ''; } }