function norobotmail(aUser, aDomain) { document.location = "mailto:" + aUser + "@" + aDomain; }
rightClickWarning = "All photos are property of Visual Effects 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;
   }
}