/* Constants */
var rootDirectory = "";

var defaultFileList = "index.htm";

BrowserDetection("http://www.allaboutvision.com/browserupgrade.htm");

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

function cleanup(){}

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

/*var gotham = {
	src: '_assets/i/gotham.swf'
	,ratios: [8, 1.41, 10, 1.33, 14, 1.31, 16, 1.26, 20, 1.27, 24, 1.26, 25, 1.24, 26, 1.25, 35, 1.24, 49, 1.23, 74, 1.22, 75, 1.21, 79, 1.22, 80, 1.21, 81, 1.22, 1.21]
};

sIFR.useStyleCheck = true;
sIFR.activate(gotham);

sIFR.replace(gotham, {
  selector: '#contentWrapper h1'
  ,wmode: 'transparent'
  ,css: [
      '.sIFR-root { color: #02376a; text-transform: uppercase; }'
	  ,'.normal { font-weight: normal; }'
	  ,'a { text-decoration: none; color: #02376a }'
      ,'a:link { color: #02376a; }'
      ,'a:hover { color: #02376a; text-decoration: underline; }'
    ]
});*/