var fDesc=new Array();
fDesc[0] = "Aurigma Image Uploader Flash is a powerful upload component designed for Web 2.0 projects, photo print services, galleries, social networks, e-commerce, and other upload-enabled and image-centric solutions. Its primary intent is making mass file uploads easy. Aurigma Image Uploader Flash is implemented as a Flash control, and therefore it works on any browser with Adobe Flash Player 10 installed.";
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 = '';
}
}