var fDesc=new Array();
fDesc[0] = "WinInizio PenSuite Golden Edition is a large collection of many famous software products of any kind that have been optimized to run from a USB pen-drive. Many software developers have authorized to shrink their software with UPX and to transform them into no-install applications, so they can be stored and executed into an USB pen-drive. The WinInizio PenSuite Golden Edition includes many killer apps like IrfanView, Deepburner, Mozilla Firefox, Thunderbird, Hi-Jack This, Avant Browser and ZipGenius. Several applications for almost 127 MB of software that can be used on any PC without setup.
Version Golden features: a new and simple setup has been introduced; the PenSuite's extraction to the hard disk or pendrive is now completely guided.";
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 = '';
}
}