/* Constants */
var rootDirectory = "";

// PINT_BrowserDetection("browserupgrade.htm");

function init() {
	var fileName  = PINT_GetCurrentFileName();
	var directory = PINT_GetCurrentDirectory();
	// PINT_sifr();
}

// Hides the H2 titles in the tab-boxes when JS enabled. When JS disabled, the <ul> is hidden (currently being written out w/ JS) and the H2 then act as section headers.
// With JS enabled, having these H2s show would be redundant. View homepage w/o JS enabled to see effect.
$(".tabs > DIV > .tab-title").css('display', 'none');

function cleanup(){}

/*
function PINT_sifr() {
	if(typeof sIFR == "function") {
		sIFR.replaceElement(named({sSelector:"#path .to element", sFlashSrc:rootDirectory + "/assets/flash/font_name.swf", sColor:"#fe4600", sWmode:"transparent"}));
	}
}
*/

window.onload = init;
window.onunload = cleanup;
