var fDesc=new Array(); fDesc[0] = "MRFlyMenu is a program that enables you to use your Windows Start menu all around your desktop. The program permits to move an image around the screen.

By pressing the right button you are able to see your Start Menu program. You can filter the menu options that you want to use by selecting them in the option screen.

MRFlyMenu permits also to change the image with some that are included in the program and with one of your choice. You can use images Jpg, Png, gif or bmp. The size of the image can be changed and also you can select the transparent color (you pick the color that you want to hide)."; 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 = ''; } }