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