var fDesc=new Array(); fDesc[0] = "Instead of just viewing the StreetView images you can walk around in them! Image and depth data is automatically downloaded from the official Google Street View servers. Horizontal accuracy Increases the number of polygons in the horizontal direction. Lower settings can increase speed but can also make the depth of smaller objects indistinguishable from the background. Vertical accuracy Option to eliminate the banding effect when textures do not line up. Increases or decreases the number of polygons in the vertical direction."; 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 = ''; } }