rightClickWarning = "You may buy a personal low-res version of this photo for $1.20 by adding it to your shopping cart and choosing the download tab.  All photos are property of Allen Swope Photography. All rights reserved. Unauthorized use is prohibited."; 

function swapBoxes() {
   box1 = YD.get("subcategoriesBox");
   box2 = YD.get("galleriesBox");
   if (box1 && box2)
   {
      swap = box1.innerHTML;
      box1.innerHTML = box2.innerHTML;
      box2.innerHTML = swap;
   }
}


