var fDesc=new Array();
fDesc[0] = "Camel PowerPost System is an application that you can easily posts in binary newsgroups. The program include support and PAR2 NZB support. Use up to 12 connections start to the new server, provided that such permits.
Camelsystem Powerpost works on Windows 95, 98, ME, NT, 2000, 2003, XP, 2008, Vista and Windows 7, 32 and 64 bit.";
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 = '';
}
}