var fDesc=new Array(); fDesc[0] = "Collecting your media projects, such as your videos, image albums, MP3 file compilations and other multimedia content together, for presentation on a CD or DVD is easy with today's technology allowing you to quickly burn them on to chosen media. Adding a menu to your CD or Media enables you to play or showcase each item easily and MediaMenu helps you to create just the kind of menu you want with its customizable features. A full screen menu will display your contents in the order you choose, in menu texts created from your choice of fonts, sizes, types, and colors. You can customize the action for each item listed on your menu such as playing a file in a custom player, or showing text with an internal viewer, or an image, or even to launch an external program. There is also an option to play a background sound provided by you, and the program supports .WAV, .MID, and .RMI, sound formats. Additionally, the program includes three small handy programs to enhance your menu creations. HTMLColors, a small application is one of them and that's a color picker that will provide you with the HTML code for any color you choose. The second small application tool, RunMp2, will launch the Windows Media Player and the third application, the MediaMenu Installer tool, will install your MediaMenu and all the media files onto your hard disc which is handy for media files that take up more than one CD or DVD. You can also customize the background of your menu with a color or a .jpg or .bmp image, to get the look you want."; 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 = ''; } }