/* 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:"h3", sFlashSrc:rootDirectory + "/assets/flash/vectora_lh_roman.swf", sColor:"#d66440", sWmode:"transparent"}));
		sIFR.replaceElement(named({sSelector:".whole_col .customize", sFlashSrc:rootDirectory + "/assets/flash/vectora_lh_roman.swf", sColor:"#255a81", sWmode:"transparent"}));
	}
}

window.onload = init;
window.onunload = cleanup;
