function enableTab(obj, qmSymbol, qmChartId, title)
{
	if (qmChartId == "ch1") {
		var chartScale = "1d";
		var tabId = "ind";
	} else {
		var chartScale = "3m";
		var tabId = "csp";			
	}
		for (i = 0; i < 3; i++) 
	{
		document.getElementById('qm_ctab_' + tabId + i).className = (i == obj) ? 'qmmt_tabactive' : 'qmmt_tab';
	}
	document.getElementById(qmChartId).src = 'http://app.quotemedia.com/quotetools/getChart.go?webmasterId=101333&snap=true&chfill2=3d6a90&chfill=94adc2ee&chln=255263&chbgch=F7F7F7&chtype=AreaChart&chwid=228&chhig=130&chfrmon=false&chdon=false&chton=true&chscale=' + chartScale + '&symbol=' + qmSymbol + '&chsym=' + title;
}
