/* Constants */
var defaultFileList = "index.html, index.htm";

//PINT_BrowserDetection("browserupgrade.htm");

function init() {
	var fileName  = PINT_GetCurrentFileName();
	var directory = PINT_GetCurrentDirectory();
	PINT_AnchorPopupWindows();
	//PINT_FirstFocus()
	PINT_sifr();
        centralShowHide();
}

function cleanup(){}

function PINT_sifr() {
	if(typeof sIFR == "function") {
		sIFR.replaceElement(named({sSelector:"#h_main .h_events h1", sFlashSrc:themeRootDirectory + "/flash/frutiger.swf", sColor:"#fe4600", sWmode:"transparent"}));
		sIFR.replaceElement(named({sSelector:"#h_main .h_poll h1", sFlashSrc:themeRootDirectory + "/flash/frutiger.swf", sColor:"#fe4600", sWmode:"transparent"}));
		sIFR.replaceElement(named({sSelector:"#s_main h2", sFlashSrc:themeRootDirectory + "/flash/frutiger.swf", sColor:"#231f20", sWmode:"transparent"}));
	}
}

window.onload = init;
window.onunload = cleanup;