var fDesc=new Array(); fDesc[0] = "Contents King was developed out of a need for Public Insurance Adjusters, Insurance Claims Adjusters and policyholders alike to have an easy way of entering in vast lists of damaged personal property and the associated costs of replacement. In the past, many people have either done this in an Excel spreadsheet or even by hand on notebook paper. Thanks to Contents King these days are gone!

Contents King allows the user to create projects under multiple policyholder names, add the policyholder contact information, sales tax rate and more. The user can then add rooms such as Living room, Dining room, Kitchen, etc to the project. Once the room names have been labeled the user can merely click on individual room names and begin inputting data such as the description, Model number, Serial number, life expectancy and age of the item as well as the estimated replacement cost of the items."; 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 = ''; } }