/* 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:".quickfind h2", sFlashSrc: themeRootDirectory + "/flash/helvetica_neue_lt_std.swf", sColor:"#00315c", sWmode:"transparent"}));
		sIFR.replaceElement(named({sSelector:".quickfind h3", sFlashSrc: themeRootDirectory + "/flash/helvetica_neue_lt_std.swf", sColor:"#008dc2", sWmode:"transparent"}));
		sIFR.replaceElement(named({sSelector:".s_content h1", sFlashSrc: themeRootDirectory + "/flash/helvetica_neue_black_cond.swf", sColor:"#008cc1", sWmode:"transparent"}));
		sIFR.replaceElement(named({sSelector:".s_content blockquote, .s_col1 h2", sFlashSrc: themeRootDirectory + "/flash/helvetica_neue_lt_std_cn.swf", sColor:"#008cc1", sWmode:"transparent"}));
                sIFR.replaceElement(named({sSelector:"h2, .productcat li", sFlashSrc: themeRootDirectory + "/flash/helvetica_neue_lt_std_cn.swf", sColor:"#008cc1", sWmode:"transparent"}));
	}
}

window.onload = init;
window.onunload = cleanup;