/* Constants */
var rootDirectory = "";

PINT_BrowserDetection("browserupgrade.htm");

function init() {
	var fileName  = PINT_GetCurrentFileName();
	var directory = PINT_GetCurrentDirectory();
	PINT_sifr();
}

function cleanup(){}


function PINT_sifr() {
	if(typeof sIFR == "function") {
		sIFR.replaceElement(named({sSelector:".s_col2 h1, .s_col3 h3 span", sFlashSrc:rootDirectory + "/assets/flash/myriad_pro.swf", sColor:"#666666", sWmode:"transparent"}));
		//sIFR.replaceElement(named({sSelector:"h1 strong", sFlashSrc:rootDirectory + "/assets/flash/myriad_pro_bold.swf", sColor:"#666666", sWmode:"transparent"}));
	}
}


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