function go(node) {
  if (document.pmvr) {
    eval( "document.pmvr.set('script','lakes.txt:"+node+"')" );
    }
  }
var prev;
function pmvrEventHook(action,arg) {
  if (action=="node") {
    if (prev) { prev.style.fontWeight='normal'; prev.style.color='#808080'; }
    var jj = document.getElementById(arg+"Label");
    if (jj) { prev=jj; jj.style.fontWeight='bold'; jj.style.color='black'; }
    }
  else if (action=="preload") {
    var jj = document.getElementById(arg+"Label");
    if ((jj)&&(""==jj.style.color)) { jj.style.color='blue'; }
    }
  }
var nodes=new Array("Lake02","Lake03","Lake04","Lake06","Lake0701","Lake0702","LodgesOne","LodgesTwo","Dining Out");
var labels=new Array("Lake 02","Lake 03","Lake 04","Lake 06","Lake 0701","Lake 0702","Lodges One","Lodges Two","Dining Out");
function rup(n,d) {
  return Math.floor((n+d-1)/d);
  }
function goFullScreen() {
  document.pmvr.set('fullscreen','yes');
  }
