function boo(panel, node) {
	node.innerHTML = "Handlers override grabbing from URLs. They run in context of the widget, so 'this' refers to the tab widget.";
}
function testClose(pane,tab) {
  return confirm("Please confirm that you want tab "+tab.label+" closed");
}

var newwindow;
