/* Constants */
var rootDirectory = "/broekema_group"; /* THIS LINE IS USED WHEN VIEWING ON HTDOCS */
// var rootDirectory = "/oncallemployees/comps"; /* THIS LINE IS USED WHEN VIEWING ON CLIENTS2 */

// 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:"#header h1", sFlashSrc:rootDirectory + "/assets/flash/goudy_bold.swf", sColor:"#ffdf74", sWmode:"transparent"}));
	}
}

window.onload = init;
window.onunload = cleanup;

