






jsURI = API.rooturl + 'inc/';

function JSLoader(n){
	document.writeln('<scr' + 'ipt src="' + jsURI + n + '" type="text/javascript"><\/script>');
}
EZUtil = [];
EZUtil._agent   = navigator.userAgent.toLowerCase();
EZUtil._isGecko = (EZUtil._agent.indexOf('gecko') != -1);
EZUtil._isIE    = ((EZUtil._agent.indexOf("msie") != -1) && (EZUtil._agent.indexOf("opera") == -1));
EZUtil._os 	= navigator.platform.toUpperCase().substr(0,3);
EZUtil._isWin   = (EZUtil._os=="WIN");
EZUtil._isIE2   = (navigator.userAgent.indexOf("MSIE")>0);



JSLoader('js/prototype.js');

JSLoader('js/functionAddEvent.js');

// JSLoader('js/load_proto.js');

JSLoader('quickmenu/quickmenu.js');


runFinancials = function () {
	if($('theFinancials')){
		var el = $('theFinancials');
		el.innerHTML = EXt_Interest_MajorUS('','table_width',0);
	}
}













