<!--
var ie = (navigator.appVersion.indexOf("MSIE")!=-1);//IE
var ff = (navigator.userAgent.indexOf("Firefox")!=-1);//Firefox

function g(sid){
	return document.getElementById(sid);
}

function clearErrors() {
	return true;
}

window.onerror = clearErrors;
-->
