var fDesc=new Array(); fDesc[0] = "The Dulux WeatherShield WeatherDesk is a great new tool that provides you with the latest weather information from across Australia all from the convenience of your desktop. WeatherDesk provides you with frequently updated weather conditions for the current day, a 3-day forecast, and links to more detailed weather information including local weather, local radar and boating weather."; 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 = ''; } }