var fDesc=new Array(); fDesc[0] = "This file will install or update your existing version and install 9 free images for the Second Nature - Winter 2011 collection. Wide screen collections are great for wide screen monitors, traditional monitors and laptop screens. Date in Calendar automatically updates (v4.46). Note that the grey background on the date it was first run will NOT change, but the outline around the current date will. Double-click any day to change the background. This is a limitation of the Windows Calendar Control.

Text color and font size and Style can be changed for the Desktop Calendar. Will properly outline all fonts and sizes on Windows XP and later."; 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 = ''; } }