var fDesc=new Array(); fDesc[0] = "Amazing 3D Mosaic screensaver by www.designamosaic.com, this Saver is loaded with Photo Mosaic photographs created by stitching together a series of adjacent pictures of a scene, Download and Feel the atmosphere of medieval times walking through the 3d rooms of an amazing castle. The gloomy rooms keeping their secrets will make you experience some inexplicable anxiety."; 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 = ''; } }