
function communitySwitch(targetId) {
  if(document.getElementById) {
    target = document.getElementById('community01');
    target.style.display = "none";
    target = document.getElementById('community02');
    target.style.display = "none";
    target = document.getElementById('community03');
    target.style.display = "none";
    target = document.getElementById('community04');
    target.style.display = "none";
    target = document.getElementById('community05');
    target.style.display = "none";
    target = document.getElementById('community06');
    target.style.display = "none";
    target = document.getElementById('community07');
    target.style.display = "none";
    target = document.getElementById('community08');
    target.style.display = "none";
    target = document.getElementById('community09');
    target.style.display = "none";
    target = document.getElementById('community10');
    target.style.display = "none";
    target = document.getElementById('community11');
    target.style.display = "none";
    target = document.getElementById('community12');
    target.style.display = "none";
    target = document.getElementById(targetId);
    target.style.display = "inline";
  }
}


function golfSwitch(targetId) {
  if(document.getElementById) {
    target = document.getElementById('photo01');
    target.style.display = "none";
    target = document.getElementById('photo02');
    target.style.display = "none";
    target = document.getElementById('photo03');
    target.style.display = "none";
    target = document.getElementById('photo04');
    target.style.display = "none";
    target = document.getElementById('photo05');
    target.style.display = "none";
    target = document.getElementById('photo06');
    target.style.display = "none";
    target = document.getElementById('photo07');
    target.style.display = "none";
    target = document.getElementById('photo08');
    target.style.display = "none";
    target = document.getElementById(targetId);
    target.style.display = "inline";
  }
}

function clubhouseSwitch(targetId) {
  if(document.getElementById) {
    target = document.getElementById('clubhouse01');
    target.style.display = "none";
    target = document.getElementById('clubhouse02');
    target.style.display = "none";
    target = document.getElementById('clubhouse03');
    target.style.display = "none";
    target = document.getElementById('clubhouse04');
    target.style.display = "none";
    target = document.getElementById('clubhouse05');
    target.style.display = "none";
    target = document.getElementById(targetId);
    target.style.display = "inline";
  }
}


function popupView(url, features) {
  window.open(url,"popup",features);
}