/* Constants */

var defaultFileList = "index.htm, index.php";

PINT_BrowserDetection("browserupgrade.htm");

function init() {
	var fileName  = PINT_GetCurrentFileName();
	var directory = PINT_GetCurrentDirectory();

	PINT_AnchorPopupWindows();
	//PINT_FirstFocus()

	// Uncomment for Nice Titles;
	//PINT_MakeNiceTitles("testdiv","testp");

	// This function is needed for Form Validation
	//PINT_FormValidator();
	//PINT_sifr();
	if (document.getElementById("nav")) PINT_CSSMenus("nav");
}

function cleanup(){}

 function PINT_sifr() {
	if(typeof sIFR == "function") {
		sIFR.replaceElement(named({sSelector:"#header h2", sFlashSrc:themeRootDirectory + "/flash/futura.swf", sColor:"#0096d7", sWmode:"transparent"}));
		sIFR.replaceElement(named({sSelector:"#subheader h2", sFlashSrc:themeRootDirectory + "/flash/futura.swf", sColor:"#0096d7", sWmode:"transparent"}));		
		sIFR.replaceElement(named({sSelector:"h3", sFlashSrc:themeRootDirectory  + "/flash/futura.swf", sColor:"#0096d7", sWmode:"transparent"}));
		sIFR.replaceElement(named({sSelector:"#s_container h4", sFlashSrc:themeRootDirectory  + "/flash/futura.swf", sColor:"#0096d7", sWmode:"transparent"}));
	}}

window.onload = init;
window.onunload = cleanup;
