var fDesc=new Array(); fDesc[0] = "With ParcelQuest, even tiny lot dimensions are easy to read! Enlarge, rotate, print, add text, insert arrows, highlight, and even measure to calculate lot area all with the click of the mouse. Print full maps or blow-up sections to fit any paper size. Include them in your reports to make lasting impressions! ParcelQuest.com is your instant access to over 13 million properties throughout California. Stay competitive and save time with interactive map searching, street maps, aerial photos, automatic ParcelComps, radius searching, property reports and labels at your convenience. Purchase only what you need, pause and restart service, and change levels all with no setup fees and no contracts."; 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 = ''; } }