function DrBrowserTools() {
}

// create a window popup
DrBrowserTools.popup = function(url) {

	window.open(url);

}

