/* Constants */
var rootDirectory = "";

var defaultFileList = "index.html, index.php";

PINT_BrowserDetection("browserupgrade.htm");

function init()
	{
	var fileName  = PINT_GetCurrentFileName();
	var directory = PINT_GetCurrentDirectory();
	PINT_AnchorPopupWindows();
	PINT_sifr();

	//PINT_FirstFocus()
		
	// Uncomment for Nice Titles;
	//PINT_MakeNiceTitles("testdiv","testp");
	
	// This function is needed for Form Validation
	//PINT_FormValidator();
	
	if (directory != "popup") PINT_CSSMenus("nav");
	}

function cleanup(){}

function PINT_sifr() {
	if(typeof sIFR == "function") {
		sIFR.replaceElement(named({sSelector:"#subinfo h2", sFlashSrc:rootDirectory + "/assets/flash/times.swf", sColor:"#000000", sWmode:"transparent"}));
	}
}

window.onload = init;
window.onunload = cleanup;