/* Constants */
var rootDirectory = "";

PINT_BrowserDetection("browserupgrade.htm");

function init() {
	//var fileName  = PINT_GetCurrentFileName();
	//var directory = PINT_GetCurrentDirectory();
	PINT_sifr();
        PINT_productsTab();
        PINT_showDialogs();
        centralShowHide();
}

function cleanup(){}


function PINT_sifr() {
	if(typeof sIFR == "function") {
		sIFR.replaceElement(named({sSelector:"#s_col1 h1", sFlashSrc: themeRootDirectory + "/flash/helvetica_neue_lt_std_cn.swf", sColor:"#FFFFFF", sWmode:"transparent"}));
	}
}


window.onload = init;
window.onunload = cleanup;
