 if (window.location != window.top.location)
  { window.top.location = window.location; }
 function launch()
  { window.open("Order.php?newsession=1", "_blank","width=503,height=385,screenX=50,screenY=50,resizable=0,scrollbars=0,status=0,titlebar=yes,toolbar=0"); }
 function View360(url)
  {
   w360 = window.open(url + "/ViewFloorplan.html","_blank","width=760,height=700,status=no,directories=no,toolbar=no,scrollbars=auto,resizeable=no");
   w360.focus;
  }
// GALLERY PAGE
 function showgals(e,n) {
   swfobject.embedSWF("/js/viewer.swf", "galgo", "620", "640", '8', "/js/expressInstall.swf",{width:"620",height:"600",xmlDataPath:"galleries/"+e+".xml"},{wmode:"transparent"});
   document.getElementById('nowplaying').innerHTML = n;
  }

 window.onload = function() {
   if (document.getElementById('gallery')) {
     showgallery('http://www.oaksatbentwater.com/medialib/Gallery/gallery.xml');
    }
  }