var ROOT_PATH = 'http://zulutango.com/zulucms/';

function doPopup(title,href,w,h,scroll,modal) {
  //if (href.indexOf('://') < 0) {
  //  href = ROOT_PATH + href;
  //}
  if (scroll == '') {
    scroll = 'auto';
  }
  var a = document.getElementById('popup-dialog');
  a.href = href;
  a.title = title;
  a.rev = "width: " + w + "; height: " + h + "; scrolling: " + scroll + ";";
  
  fb.loadAnchor(a);
}
