function go(node) {
  if (document.pmvr) {
    eval( "document.pmvr.set('script','eyekettleby_v1.0.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("HazelBarbequeDeck","HazelBathroom","HazelEnsuite","HazelHotTub","HazelKitchen","HazelLoungeOne","HazelLoungeTwo","HazelMasterBedroom","HazelOutside","HazelOutsideFront","HazelSecondBedroom");
var labels=new Array("Hazel Barbeque Deck","Hazel Bathroom","Hazel Ensuite","Hazel Hot Tub","Hazel Kitchen","Hazel Lounge One","Hazel Lounge Two","Hazel Master Bedroom","Hazel Outside","Hazel Outside Front","Hazel Second Bedroom");
function rup(n,d) {
  return Math.floor((n+d-1)/d);
  }
function goFullScreen() {
  document.pmvr.set('fullscreen','yes');
  }