var fDesc=new Array(); fDesc[0] = "My USB Menu is a simple tool to open any type of user defined applications using this menu. User can start any program or software which can be run via any kind of removable disk. What you need to do is, just install this My USB Menu software to your removable drive for opening any file of your choice and software will run automatically without having to search the drive for them. My USB Menu has a unique facility to store relative software/application paths, which can be taken as advanced Windows shortcuts. And this really means to have freedom with the letter assigned to your removable drive from one computer to another computer and still your application will launch easily. So now, you can take all your data and applications with easy and smarter shortcuts to wherever you go. When we talk about removable drive, it is to deal with CD drive, USB drive and any other removable hard drives. While this allows user to add menus, it can not allow users to create their own menu on the removable drives. Camtech has also thrown three freebies with this software called Autorun Repair, USB Format (bootable supported) and USB View."; 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 = ''; } }