function go(node) {
  if (document.pmvr) {
    eval( "document.pmvr.set('script','cherry.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("CherryBalcony","CherryBalconyView","CherryBathroom","CherryBathroomSink","CherryBedroom","CherryBedRoom1","CherryGarden","CherryGardenFishingSpot","CherryKitchen","CherryLodgeFront","CherryLounge","DeckingFour","DeckingOne","HotTub","LoungeDiningRoom");
var labels=new Array("Cherry Balcony","Cherry Balcony View","Cherry Bathroom","Cherry Bathroom Sink","Cherry Bedroom","Cherry Bed Room 1","Cherry Garden","Cherry Garden Fishing Spot","Cherry Kitchen","Cherry Lodge Front","Cherry Lounge","Decking Four","Decking One","Hot Tub","Lounge Dining Room");
function rup(n,d) {
  return Math.floor((n+d-1)/d);
  }
function goFullScreen() {
  document.pmvr.set('fullscreen','yes');
  }