var fDesc=new Array(); fDesc[0] = "Microsoft has updated its personalization gallery with Best of Bing: Australia theme. The bing themepack has got 16 cool wallpapers based on nature and wildlife, having a resolution of 1920 x 1200 pixels.

As the name implies, the wallpapers will make you tour Australia and meet some peculiar creatures found in Australia."; 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 = ''; } }