// JavaScript Document


function openText() {
    textMessage = window.open("popup_text.php", "quickText",
    "width=230,height=285,scrollbars=no");
}

function openFAQ() {
    FAQs = window.open("seller_faq.php", "questions",
    "width=550,height=600,scrollbars=yes");
}

function openCall() {
    callNow = window.open("http://bcae2aa2-0981-4299-bd0c-8e2383654fc1.dhmiservices.com/ClickContact/popup.aspx?var1=bcae2aa2-0981-4299-bd0c-8e2383654fc1&var2=&var3=97858906&var4=homes.com&var5=&var6=&var7=&var8=&var9=&var10=&imgheader=&template=371265", "callJimBim",
    "width=500,height=550,scrollbars=no");
}

