/* Constants */
var rootDirectory = "";

var defaultFileList = "index.html";

BrowserDetection("upgrade.html");

function init()
	{
	var fileName  = GetCurrentFileName();
	var directory = GetCurrentDirectory();
	AnchorPopupWindows();
	}

function cleanup(){}

window.onload = init;
window.onunload = cleanup;