var fDesc=new Array(); fDesc[0] = "Wallcast turn your desktop background into a personalized display of pictures from you, your family and your friends. Multiple times per day, your wallpaper will be refreshed to display a fresh collage of photos you like, stunningly presented on a beautiful background image of your choice.

Wallcast allows your family and friends to send photos to your wallpaper and you can send the latest photos you snapped to theirs."; 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 = ''; } }