function openLinkWindow(URL)
  {
   linkWindow=window.open(URL,"linkInfo","width=350,height=350,dependent=yes,resizable=no,scrollbars=no,toolbar=no,menubar=no");
    linkWindow.focus();
   
  }



/**********************/
/* Right Click Warning */
/**********************/
rightClickWarning = "All photos are copyright(c) 2010 TimeSmart Images. Use of photos without express permission is prohibited."



 