function makeVisible(id) {
document.getElementById(id).style.visibility = "visible"
}

function DialogHome(html) {
//    var effect = new PopupEffect(html, {className: "popup_effect1"});
    var win = new Window({className:"alphacube", width: 400, height:200, title:"Welcome to the Caledon Inn", url: "http://www.thecaledoninn.ca/content/rmHome.html"})
    //win.getContent().update("http://www.thecaledoninn.ca");     
    
    win.showCenter(false,220);
  }       

function DialogDiningRoom(html) {
    var win = new Window({className:"alphacube", width: 400, height:200, title:"Dining Room", url: "http://www.thecaledoninn.ca/content/rmDiningRoom.html"})
   
    win.showCenter(false,220);
  }       

function DialogMcCartyPub(html) {
    var win = new Window({className:"alphacube", width: 400, height:200, title:"McCarty Pub", url: "http://www.thecaledoninn.ca/content/rmMcCartyPub.html"})
   
    win.showCenter(false,220);
  }       

function DialogWeddings(html) {
    var win = new Window({className:"alphacube", width: 400, height:200, title:"Weddings", url: "http://www.thecaledoninn.ca/content/rmWeddings.html"})
   
    win.showCenter(false,220);
  }       

function DialogPartners(html) {
    var win = new Window({className:"alphacube", width: 400, height:200, title:"Partners", url: "http://www.thecaledoninn.ca/content/rmPartners.html"})
   
    win.showCenter(false,220);
  }       
  
function DialogServices(html) {
    var win = new Window({className:"alphacube", width: 400, height:200, title:"Services", url: "http://www.thecaledoninn.ca/content/rmServices.html"})
   
    win.showCenter(false,220);
  }       