/* Constants */
var rootDirectory = "/infotabs";

var defaultFileList = "index.php";

BrowserDetection("upgrade.htm");

function init()
	{
	var fileName  = GetCurrentFileName();
	var directory = GetCurrentDirectory();
	AnchorPopupWindows();
	}

function cleanup(){}

window.onload = init;
window.onunload = cleanup;