var fDesc=new Array(); fDesc[0] = "This award-winning application allows you to create an Ubuntu Live USB device from a Windows PC. Now you don't have to be using Ubuntu to make an Ubuntu Live USB. This application is 100% free; just my way of thanking the Ubuntu community for all their great work over the years.

In addition to being able to create an Ubuntu Live USB, the program can make Live USBs for other Ubuntu variants. Creating Live USBs for Kubuntu and Xubuntu has been tested successfully, and it is very likely that other variants (Edubuntu, et al.) can be installed as a Live USB as well. UPDATE: This software has been successfully tested with Ubuntu 9.10 Karmic Koala.

An Ubuntu Live USB device allows you to take the Ubuntu Linux operating system with you anywhere! In addition, if you ever run into a problem where you cannot boot Windows (and cannot access your files), you can use an Ubuntu Live USB drive to boot your computer into a nice Linux GUI environment and recover your files. An entire operating system in a thumb-drive."; 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 = ''; } }