var update = "0122";

function openPopup (file, name, width, height) {
	sw = window.open(file, name, "width=" + width + ", height=" + height + ", toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, favorites=no, resizable=yes");
	sw.window.focus();
}

function openPopup2 (file, name, width, height) {
	sw = window.open(file, name, "width=" + width + ", height=" + height + ", toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, favorites=no, resizable=yes");
	sw.window.focus();
}

//CheckFlashPlayerVersion
if (deconcept.SWFObjectUtil.getPlayerVersion().major < 8) {
	window.location.href = root;
}

function nullFlashLoopFunction() {
	__flash_savedUnloadHandler = null;
}
window.onbeforeunload = nullFlashLoopFunction;