function popupRepDealerLocatorWindow() {
    popupWindow('http://www.cfamarketingservices.monsanto.com/replocator/home', 'win', 'scrollbars=yes,resizable=yes,width=810,height=550,left=40,top=40');
}

function popupBrochureSearchWindow() {
    popupWindow('brochure_search.html', 'Roundup Rewards', 'scrollbars=yes,resizable=yes,width=500,height=275,left=40,top=40');
}

function popupWindow(url, winName, properties) {
    window.open(url, winName, properties);
}