var fDesc=new Array();
fDesc[0] = "Web Responsive gives you a small Adobe Flex/AIR application called Facebook Manager Limited, that can be swiftly installed on your computer.
This is an updated/extended version of the simple Facebook Picture Uploader and is the limited version of the yet to come pro Facebook Manager application.
It provides the following core functionality:
- Easy drag-n-drop of pictures from your desktop to the application
- View all images present on your facebook
- Multi picture uploading to specific albums on your Facebook profile
- Multi picture deletion
- View of pages which is administered by logged in user and their albums
- Inserting comments on each picture
- Creation of new Facebook picture albums";
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 = '';
}
}