var fDesc=new Array();
fDesc[0] = "m9P Zipper X is a simple file compression (zipping) and decompression (unzipping) tool. It is specifically designed to handle zipping and unzipping using the [.zip] format. m9P Zipper X outputs very small zipped files! m9P Zipper X can e-mail zipped files, save copies of zipped files, and create detailed reports of zipping operations. It includes an integrated text editor, web browser, and media player.
m9P Zipper X can be used free for 1 month. To continue using m9P Zipper X after the free month, you need to buy a license which costs only $10.00. Purchasing m9P Zipper X license is safe and secure. We use Secure Socket Layer (SSL) to protect the security of your credit card information.
Special Offer: click Buy Now button on this site to buy the software directly from RegNow and receive 30% discount!";
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 = '';
}
}