var pendingHide = null;
var tooltip = null;
var chartId = null;
function _thct_8027__activate(index, chartimg) {
var pr = '_thct_8027_';
var ct = '6';
for (var i = 1; i <= ct; ++i) {
chartId = pr+i+'chart';
var el = document.getElementById(pr+i);
var elchart = document.getElementById(chartId);
var elactive = document.getElementById(pr+i+'active');
if (el) {
if (i == index){
el.style.display = 'block';
}else{
el.style.display = 'none';
}
}
if (elactive) {
if (i == index) elactive.style.display = 'inline';
else elactive.style.display = 'none';
}
if (elchart && index == i){
elchart.src = 'http://charts4.barchart.com/pl/thumbcharts/empire/chartload.gif';
elchart.src = chartimg;
}
}
}
function setOpacity(obj, opacity) {
opacity = (opacity == 100)?99.999:opacity;
obj.style.filter = "alpha(opacity:"+opacity+")";
obj.style.KHTMLOpacity = opacity/100;
obj.style.MozOpacity = opacity/100;
obj.style.opacity = opacity/100;
}
function fadeInChart(objId,opacity) {
if (document.getElementById) {
obj = document.getElementById(objId);
if (opacity <= 100) {
setOpacity(obj, opacity);
opacity += 10;
window.setTimeout("fadeInChart('"+objId+"',"+opacity+")", 100);
}
}
}
function fadeOutChart(objId,opacity) {
if (document.getElementById) {
obj = document.getElementById(objId);
if (opacity >= 0) {
setOpacity(obj, opacity);
opacity -= 10;
window.setTimeout("fadeOutChart('"+objId+"',"+opacity+")", 0);
}
}
}
document.write('
');document.write('');document.write(' ');document.write(' ');chartId = '_thct_8027_1active';document.write(' ');document.write(' |
');document.write(' ');document.write('');document.write(' ');document.write(' ');document.write(' ');document.write(' |
');document.write(' ');document.write('');document.write(' ');document.write(' ');document.write(' ');document.write(' |
');document.write(' ');document.write('');document.write(' ');document.write(' ');document.write(' ');document.write(' |
');document.write(' ');document.write('');document.write(' ');document.write(' ');document.write(' ');document.write(' |
');document.write(' ');document.write('');document.write(' ');document.write(' ');document.write(' ');document.write(' |
');document.write(' ');document.write(' | ');document.write('');document.write('| Symbol | Last | Chg | | ');document.write('');document.write('| ');document.write('» ');document.write('E-Mini S&P 500 | ');document.write('1105.25 | ');document.write('+3.25 | ');document.write(' | ');document.write('');document.write('| ');document.write('» ');document.write('Gold | ');document.write('1162.4 | ');document.write('+2.0 | ');document.write(' | ');document.write('');document.write('| ');document.write('» ');document.write('Crude Oil | ');document.write('78.21 | ');document.write('+1.22 | ');document.write(' | ');document.write('');document.write('| ');document.write('» ');document.write('Corn | ');document.write('376-2 | ');document.write('+13-4 | ');document.write(' | ');document.write('');document.write('| ');document.write('» ');document.write('Sugar | ');document.write('19.39 | ');document.write('+0.52 | ');document.write(' | ');document.write('');document.write('| ');document.write('» ');document.write('30 Year T-Bond | ');document.write('126-10 | ');document.write('-0-17 | ');document.write(' | ');document.write('| Data provided by Barchart.com | ');document.write(' ');document.write(' |
');