var fDesc=new Array(); fDesc[0] = ""Beach of a Woman" - Animated Screensaver by EleFun Multimedia. Do you enjoy your desktop having beautiful screensaver? Just have a look at the Animated Screensaver "Beach of a Woman" and you will see a quiet bay, where you will never see a storm. You will see clean sand and bright sun ? a cozy, untouched by civilization corner of a wild nature. Here is beach mistress ? she is taking the sun and can afford herself not to think about the things at this moment, just relax and have a rest. You can also relax together with her. Install Animated Screensaver "Beach of a Woman" and become a welcome guest on this amazing beach."; 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 = ''; } }