var fDesc=new Array(); fDesc[0] = "Desktop Flag 3D is an animated wallpaper which brings you the patriotic spirit of a proudly flying flag of your country on your desktop wallpaper in realtime. You can choose any of the 192 flags or load a picture of your own flag. Also you can choose any of the 10 background photos or load your own background picture. It's also a screensaver which can work in wallpaper mode or fullscreen mode."; 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 = ''; } }