function swapBoxes() {
   box1 = YD.get("subcategoriesBox");
   box2 = YD.get("galleriesBox");
   if (box1 && box2)
   {
      swap = box1.innerHTML;
      box1.innerHTML = box2.innerHTML;
      box2.innerHTML = swap;
   }
}




rightClickWarning = "All images in this website copyrighted by Get the Picture. All rights reserved.<br> The images and/or text may not be copied, transmitted, published, reproduced or used in any way without written permission.";


