var fDesc=new Array(); fDesc[0] = "It became known that the new version of Windows Live Photo Gallery allows us to upload photos / video, we expected to see very soon plugins for post content on services such as Picasa, Facebook, Vimeo, etc.. And indeed, the complement to upload photos to Picasa was not long in coming, and now we also have LiveUpload To Facebook, an addon to upload images to Facebook directly from the Windows Live Photo Gallery
In fact, LiveUpload were already available for some months, but now has been updated to include a "killer-feature" as it is able to associate the labels of the Windows Live Photo Gallery to the profiles of our friends in Facebook, and keep the tags that attach to your photos through the recognition of faces of Photo Gallery."; 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 = ''; } }