var fDesc=new Array(); fDesc[0] = "Daydreaming of sun on your face and sand in your toes? Spring fever brings thoughts of special places! Whether you're planning a trip or stuck where you are don't let spring fever get you down. Let the Tropical Scenes Wallery Pack help you celebrate the end of winter! Bask in the high quality images as they rotate on your desktop. Use the Wallery tray icon to select additional Wallery packs or browse to a picture folder on your desktop and let Wallery display & rotate your own special pictures"; 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 = ''; } }