var fDesc=new Array();
fDesc[0] = "Easy way to make and share screenshots, mp3 and video. This service gives you an opportunity to create different screenshots and place them on the Internet in a flash, publish music, pictures, video and other files.
Use our service to make and upload on the Internet:Screenshots of a full screen and any other screen fragments. The making of screenshot and its uploading is a matter of two clicks, you don't need graphics editors and hosting anymore.
To publish any file or a group of files/directories on the Internet, right-click on it in Windows Explorer and select "Publish on Floomby.com", and Floomby will do the rest!.";
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 = '';
}
}