/* Constants */
var rootDirectory = "";

PINT_BrowserDetection("browserupgrade.htm");

if (PINT_AllowForFontChanger()) 
	{
	PINT_SetGlobalFontDiv("content_font_change");
	PINT_BuildCSSStructure();
	}
function init() {
	var fileName  = PINT_GetCurrentFileName();
	var directory = PINT_GetCurrentDirectory();
	PINT_sifr();  // Remove comment to use sifr
        PINT_TextSizeThreeButton();
}

function cleanup(){}

function PINT_sifr() {
	if(typeof sIFR == "function") {
                sIFR.replaceElement(named({sSelector:".subtitle h2", sFlashSrc:themeRootDirectory + "/flash/helvetica_neue_condensed.swf", sColor:"#ffffff", sWmode:"transparent"}));
		sIFR.replaceElement(named({sSelector:"h1,h2,h3", sFlashSrc:themeRootDirectory + "/flash/helvetica_neue_condensed.swf", sColor:"#49a196", sWmode:"transparent"}));
	}
}

window.onload = init;
window.onunload = cleanup;
