
    var home = "http://www.hpcinsurance.com/index.html";

    var about = "http://www.hpcinsurance.com/crosspoint/html/about.html";
    var benefits = "http://www.hpcinsurance.com/crosspoint/html/benefits.html";
    var contact = "http://www.hpcinsurance.com/crosspoint/html/contact.html";
    var disclaimer = "http://www.hpcinsurance.com/crosspoint/html/disclaimer.html";
    var products = "http://www.hpcinsurance.com/crosspoint/html/products.html";
    var quotes = "http://www.hpcinsurance.com/crosspoint/html/quote_requests.html";
    var section125 = "http://www.hpcinsurance.com/crosspoint/html/section125.html";
    var services = "http://www.hpcinsurance.com/crosspoint/html/services.html";


    function popAnnounce(thisPage) {
        popupAnnouncements = window.open(thisPage, "announcements", "resizable=yes,scrollbars=yes,width=640,height=420,left=360,top=0")
    }

    function popMap(thisPage) {
        popupMap = window.open(thisPage, "sitemap", "resizable=yes,scrollbars=yes,width=640,height=420,left=360,top=0")
    }

    function popNews(thisPage) {
        popupNewsletter = window.open(thisPage, "newsletter", "resizable=yes,scrollbars=yes,width=850,height=540,left=150,top=0")
    }

    function popPostcard(thisPage) {
        popupPostcard = window.open(thisPage, "postcard", "resizable=yes,scrollbars=yes,width=640,height=420,left=360,top=0")
    }

    function popSurvey(thisPage) {
        popupSurvey = window.open(thisPage, "survey", "resizable=yes,scrollbars=yes,width=640,height=660,left=360,top=0")
    }

    function updateParent(thisPage) {
        opener.document.location = thisPage
    }

    function updateSelf(thisPage) {
        document.location.href = thisPage
    }

    function newPage(thisPage) {
        fullWindow = window.open(thisPage, "", "menubar=yes,toolbar=yes,location=yes,resizable=yes,scrollbars=yes,width=850,height=540,left=150,top=0")
    }

