
    var home = "http://www.p-r-g.com/index.html";

    var announcements = "http://www.p-r-g.com/prgonline/html/communications/announcements.html";
    var news = "http://www.p-r-g.com/prgonline/html/communications/newsletter.html";
    var newsPRG = "http://www.p-r-g.com/prgonline/html/communications/newsletter.html#prg";
    var newsClients = "http://www.p-r-g.com/prgonline/html/communications/newsletter.html#clients";
    var newsFeatures = "http://www.p-r-g.com/prgonline/html/communications/newsletter.html#features";

    var disclaimer = "http://www.p-r-g.com/prgonline/html/common/disclaimer.html";
    var sitemap = "http://www.p-r-g.com/prgonline/html/common/sitemap.html";

    var about = "http://www.p-r-g.com/prgonline/html/about/profile.html";
    var alliances = "http://www.p-r-g.com/prgonline/html/about/alliances.html";
    var careers = "http://www.p-r-g.com/prgonline/html/about/careers.html";
    var clients = "http://www.p-r-g.com/prgonline/html/about/clients.html";
    var leadership = "http://www.p-r-g.com/prgonline/html/about/leadership.html";
    var locations = "http://www.p-r-g.com/prgonline/html/about/locations.html";

    var resources = "http://www.p-r-g.com/prgonline/html/resources/tools.html";
    var links = "http://www.p-r-g.com/prgonline/html/resources/links.html";
    var publications = "http://www.p-r-g.com/prgonline/html/resources/publications.html";
    var search = "http://www.p-r-g.com/prgonline/html/resources/search.html";
    var survey = "http://www.p-r-g.com/prgonline/html/resources/survey_form.html";
    var thanks = "http://www.p-r-g.com/prgonline/html/resources/survey_thanks.html";

    var solutions = "http://www.p-r-g.com/prgonline/html/solutions/overview.html";
    var benefits = "http://www.p-r-g.com/prgonline/html/solutions/benefits.html";
    var compliance = "http://www.p-r-g.com/prgonline/html/solutions/compliance.html";
    var hr = "http://www.p-r-g.com/prgonline/html/solutions/hr.html";
    var section125 = "http://www.p-r-g.com/prgonline/html/solutions/section125.html";
    var time = "http://www.p-r-g.com/prgonline/html/solutions/time.html";

    var payroll = "http://www.p-r-g.com/prgonline/html/solutions/payroll.html";
    var payHRIS = "http://www.p-r-g.com/prgonline/html/solutions/payroll_HRIS.html";
    var payOnline = "http://www.p-r-g.com/prgonline/html/solutions/payroll_Online.html";
    var payPC = "http://www.p-r-g.com/prgonline/html/solutions/payroll_PC.html";
    var payReporting = "http://www.p-r-g.com/prgonline/html/solutions/payroll_reporting.html";
    var paySelfserve = "http://www.p-r-g.com/prgonline/html/solutions/payroll_selfserve.html";
    var payTax = "http://www.p-r-g.com/prgonline/html/solutions/payroll_tax.html";

    var postcard1 = "http://www.p-r-g.com/prgonline/html/contact/postcard1.html";
    var postcard2 = "http://www.p-r-g.com/prgonline/html/contact/postcard2.html";
    var postcard3 = "http://www.p-r-g.com/prgonline/html/contact/postcard3.html";
    var postcard4 = "http://www.p-r-g.com/prgonline/html/contact/postcard4.html";
    var postcard5 = "http://www.p-r-g.com/prgonline/html/contact/postcard5.html";


    function popAnnounce(thisPage) {
        popupAnnouncements = window.open(thisPage, "announcements", "resizable=yes,scrollbars=yes,width=640,height=540,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")
    }
