function reSubmitCRSCOTR(why) { if (why == 'Preview') { document.crs_chain_of_title_form.action="crs_chain_of_title_preview.php"; document.crs_chain_of_title_form.method="post"; document.crs_chain_of_title_form.target="_blank"; document.crs_chain_of_title_form.submit(); } else if (why == 'Save') { document.crs_chain_of_title_form.action="crs_chain_of_title_add.php"; document.crs_chain_of_title_form.method="post"; document.crs_chain_of_title_form.target="_self"; document.crs_chain_of_title_form.submit(); } else if (why == 'Modify') { document.crs_chain_of_title_form.action="crs_chain_of_title_modify.php"; document.crs_chain_of_title_form.method="post"; document.crs_chain_of_title_form.target="_self"; document.crs_chain_of_title_form.submit(); } } function reSubmitCRS(why) { if (why == 'Preview') { document.title_form.action="title_preview.php"; document.title_form.method="post"; document.title_form.target="_blank"; document.title_form.submit(); } else if (why == 'Save') { document.title_form.action="title_create.php"; document.title_form.method="post"; document.title_form.target="_self"; document.title_form.submit(); } else if (why == 'Modify') { document.title_form.action="title_modify.php"; document.title_form.method="post"; document.title_form.target="_self"; document.title_form.submit(); } } function reSubmitATR(why) { if (why == 'Preview') { document.atr_title_form.action="atr_title_preview.php"; document.atr_title_form.method="post"; document.atr_title_form.target="_blank"; document.atr_title_form.submit(); } else if (why == 'Save') { document.atr_title_form.action="atr_title_add.php"; document.atr_title_form.method="post"; document.atr_title_form.target="_self"; document.atr_title_form.submit(); } else if (why == 'Modify') { document.atr_title_form.action="atr_title_modify.php"; document.atr_title_form.method="post"; document.atr_title_form.target="_self"; document.atr_title_form.submit(); } } function reSubmitGEO(why) { if (why == 'Preview') { document.geo_title_form.action="geo_title_preview.php"; document.geo_title_form.method="post"; document.geo_title_form.target="_blank"; document.geo_title_form.submit(); } else if (why == 'Save') { document.geo_title_form.action="geo_title_add.php"; document.geo_title_form.method="post"; document.geo_title_form.target="_self"; document.geo_title_form.submit(); } else if (why == 'Modify') { document.geo_title_form.action="geo_title_modify.php"; document.geo_title_form.method="post"; document.geo_title_form.target="_self"; document.geo_title_form.submit(); } } virtueCounter = 1; function adjustVirtueCounter(counter) { passedCounter=counter; passedCounter=parseInt(passedCounter); virtueCounter=counter; } function virtue(action,count) { virtueItemLabel = "virtueItem"+virtueCounter; if (action == "add") { document.getElementById('virtue').innerHTML+= "
  • By virtue of that certain dated and filed from and recorded in Deed Records of ...

    "; virtueCounter += 1; } else if (action == "remove") { virtueItemLabel = "virtueItem"+count; var virtueElement = document.getElementById(virtueItemLabel); virtueElement.parentNode.removeChild(virtueElement); } else { alert("Add/Remove virtue item(s) failed."); } } function abstractorNote(action) { if (action == "add") { document.getElementById("abstractor").innerHTML = "Abstractor Note:
    "; } else if (action == "remove") { document.getElementById("abstractor").innerHTML = ""; } else { alert("Add/Remove abstractor note failed."); } } priorCounter = 0; function adjustPriorCounter(counter) { passedCounter=counter; passedCounter=parseInt(passedCounter); priorCounter+=counter; } function prior(action,content,count) { priorItemLabel = "priorItem"+priorCounter; if (action == "add") { if (content=="title") { document.getElementById("prior").innerHTML+= "
  • Prior Vesting Document(s):

    "; priorCounter += 1; } else if (content=="item") { document.getElementById("prior").innerHTML+= "
  • filed recorded in .

    "; priorCounter += 1; } } else if (action == "remove") { priorItemLabel = "priorItem"+count; var priorElement = document.getElementById(priorItemLabel); priorElement.parentNode.removeChild(priorElement); } else { alert('Add/Remove prior item(s) failed.'); } } subjectCounter = 0; function adjustSubjectCounter(counter) { passedCounter=counter; passedCounter=parseInt(passedCounter); subjectCounter+=counter; } function subject(action,content,count) { subjectItemLabel = "subjectItem"+subjectCounter; if (action == "add") { if (content == "title") { document.getElementById("subject").innerHTML+= "
  • Subject to the following:

    "; subjectCounter += 1; } else if (content == 'item') { document.getElementById("subject").innerHTML+= "
  • filed recorded in .

    "; subjectCounter += 1; } } else if (action == "remove") { subjectItemLabel = "subjectItem"+count; var subjectElement = document.getElementById(subjectItemLabel); subjectElement.parentNode.removeChild(subjectElement); } else { alert('Add/Remove subject item(s) failed.'); } } deedCounter = 0; function adjustDeedCounter(counter) { passedCounter=counter; passedCounter=parseInt(passedCounter); deedCounter+=counter; } function deed(action,content,count) { deedItemLabel = "deedItem"+deedCounter; if (action == "add") { if (content == 'item') { document.getElementById("deed").innerHTML+= "
    \ \ \ \ \ \ \ \ \ \ \ \ \ \
    TYPE OF DEED:
    Grantor:
    Grantee:
    Deed Attached:
    Consideration:
    Amount:
    Date:
    Rec:
    Maturity Date:
    InstNo:
    Comments:


    "; deedCounter += 1; } } else if (action == "remove") { deedItemLabel = "deedItem"+count; var deedElement = document.getElementById(deedItemLabel); deedElement.parentNode.removeChild(deedElement); } else { alert('Add/Remove Deed item(s) failed.'); } } geoDeedCounter = 0; function adjustgeoDeedCounter(counter) { passedCounter=counter; passedCounter=parseInt(passedCounter); geoDeedCounter+=counter; } function geoDeed(action,content,count) { geoDeedItemLabel = "geoDeedItem"+geoDeedCounter; if (action == "add") { if (content == 'item') { document.getElementById("geoDeed").innerHTML+= "
    \ \ \ \ \ \ \ \ \ \ \ \ \ \
    TYPE OF INSTRUMENT:
    Grantor:
    Grantee:
    Amount:
    Date:
    Filed:
    Volume:
    Page:
    InstNo:
    CauseNo:
    Comments:


    "; geoDeedCounter += 1; } } else if (action == "remove") { geoDeedItemLabel = "geoDeedItem"+count; var geoDeedElement = document.getElementById(geoDeedItemLabel); geoDeedElement.parentNode.removeChild(geoDeedElement); } else { alert('Add/Remove geoDeed item(s) failed.'); } }