var fDesc=new Array();
fDesc[0] = "This small, makes it a cinch to copy pictures, graphics, photos from any desktop app. You can resize or crop, and then paste them directly into your web mail, Google Docs, WordPress, and other web-based rich text editors.
Works with:
- Google mail (Gmail)
- Google Docs word processor
- Yahoo Mail, Windows Live Hotmail
- Blogger and WordPress
- ZOHO word processo
Main features:
- Paste (Ctrl V) after a Convert, as well as drag and drop, so now it’s as simple as Copy - Convert - Paste
- Instant resize and crop of graphics, great for screen grabs or photos
- Drag and drop support for JPG, TIFF, PNG, WMF files
- Option to configure your own serve";
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 = '';
}
}