function donate(){
doPopUpWindow = window.open("https://lv0.net/Form/CapitalAreaFoodBankofTexas/2003Donations2","CAFB","location=yes,toolbar=yes,scrollbars=yes,resizable=yes,left=100,top=10,screenX=100,screenY=10,width=675,height=500");
}

function makepopup(url,wide,high){

attributes="location=no,toolbar=no,scrollbars=yes,resizable=yes,statusbar=yes,width="+wide+",height="+high;
doPopUpWindow = window.open(url,"CAFBPopUp",attributes);
}