      function HomeTicker_Htm(Exchg)
	{	 
	    //alert(Exchg);  
	    if(Exchg=="BSE")
	    {	        
	        document.getElementById("imgBSELeft").src="http://www.geojitbnpparibas.com/images/BseTabOnLeft.gif";
	        document.getElementById("imgBSERight").src="http://www.geojitbnpparibas.com/images/BseTabOnRight.gif";    
	        document.getElementById("tdBSE").className="selTab";   	 
	        
	        document.getElementById("imgNSELeft").src="http://www.geojitbnpparibas.com/images/BseTabOffLeft.gif";
	        document.getElementById("imgNSERight").src="http://www.geojitbnpparibas.com/images/BseTabOffRight.gif";    
	        document.getElementById("tdNSE").className="unselTab";       
	    }
	    else
	    {
	        document.getElementById("imgNSELeft").src="http://www.geojitbnpparibas.com/images/BseTabOnLeft.gif";
	        document.getElementById("imgNSERight").src="http://www.geojitbnpparibas.com/images/BseTabOnRight.gif";    
	        document.getElementById("tdNSE").className="selTab";   	 
	        
	        document.getElementById("imgBSELeft").src="http://www.geojitbnpparibas.com/images/BseTabOffLeft.gif";
	        document.getElementById("imgBSERight").src="http://www.geojitbnpparibas.com/images/BseTabOffRight.gif";    
	        document.getElementById("tdBSE").className="unselTab";     
	    }
		var TickerUrl = "http://www.geojitbnpparibas.com/frmTicker.aspx?Exchg="+Exchg;
		document.getElementById("tdTicker").innerHTML="<table cellpadding='0' cellspacing='0' width='100%' border=0><tr><td align='center'><img src='http://www.geojitbnpparibas.com/images/tickLoading.gif'></td></tr></table>";
		var ajax = new Ajax.Updater('tdTicker',TickerUrl);
		window.setTimeout('tickerStart()',1000);
	} 
   
    function HomeTicker(Exchg)
	{	 
	    //alert(Exchg);  
	    if(Exchg=="BSE")
	    {	        
	        document.getElementById("imgBSELeft").src="images/BseTabOnLeft.gif";
	        document.getElementById("imgBSERight").src="images/BseTabOnRight.gif";    
	        document.getElementById("tdBSE").className="selTab";   	 
	        
	        document.getElementById("imgNSELeft").src="images/BseTabOffLeft.gif";
	        document.getElementById("imgNSERight").src="images/BseTabOffRight.gif";    
	        document.getElementById("tdNSE").className="unselTab";       
	    }
	    else
	    {
	        document.getElementById("imgNSELeft").src="images/BseTabOnLeft.gif";
	        document.getElementById("imgNSERight").src="images/BseTabOnRight.gif";    
	        document.getElementById("tdNSE").className="selTab";   	 
	        
	        document.getElementById("imgBSELeft").src="images/BseTabOffLeft.gif";
	        document.getElementById("imgBSERight").src="images/BseTabOffRight.gif";    
	        document.getElementById("tdBSE").className="unselTab";     
	    }
		var TickerUrl = "../frmTicker.aspx?Exchg="+Exchg;
		document.getElementById("tdTicker").innerHTML="<table cellpadding='0' cellspacing='0' width='100%' border=0><tr><td align='center'><img src='../images/tickLoading.gif'></td></tr></table>";
		var ajax = new Ajax.Updater('tdTicker',TickerUrl);
		window.setTimeout('tickerStart()',1000);
	}
	
	function tickerStart()
	{   
		if(document.getElementById('marq')!=null)
		{
			document.getElementById('marq').start();       
		}
		else
		{
			window.setTimeout('tickerStart()',1000);
		}		
	}
	
	function ChangeChart(Exchg)
	{
	    if(Exchg=="BSE")
	    {	        
	        document.getElementById("imgBSELeft1").src="images/BseTabOnLeft.gif";
	        document.getElementById("imgBSERight1").src="images/BseTabOnRight.gif";    
	        document.getElementById("tdBSE1").className="selTab";   	 
	        
	        document.getElementById("imgNSELeft1").src="images/BseTabOffLeft.gif";
	        document.getElementById("imgNSERight1").src="images/BseTabOffRight.gif";    
	        document.getElementById("tdNSE1").className="unselTab";       
	    }
	    else
	    {
	        document.getElementById("imgNSELeft1").src="images/BseTabOnLeft.gif";
	        document.getElementById("imgNSERight1").src="images/BseTabOnRight.gif";    
	        document.getElementById("tdNSE1").className="selTab";   	 
	        
	        document.getElementById("imgBSELeft1").src="images/BseTabOffLeft.gif";
	        document.getElementById("imgBSERight1").src="images/BseTabOffRight.gif";    
	        document.getElementById("tdBSE1").className="unselTab";     
	    }  
	    
	    var HomGraphUrl = "../frmChart.aspx?Exchg="+Exchg;
	    document.getElementById("tdChart").innerHTML="<table cellpadding='0' cellspacing='0' width='100%'><tr><td  align='center' height='169px' valign='middle'><img src='../images/loading.gif'></td></tr></table>";
	    var ajax = new Ajax.Updater('tdChart',HomGraphUrl);
	}
	
//	function GetNewsDetail(SrNo,secId,SubSecId,opt)
//    {	
//   	    document.getElementById("cm_window").style.display='inline';	
//	    var NewsUrl = "../frmNewsData.aspx?SecId="+ secId +"&SubSecId="+ SubSecId+"&opt="+opt+"&SrNo="+ SrNo;
//	    document.getElementById("NewsId").innerHTML="<table cellpadding='0' cellspacing='0' width='100%'><tr><td align='center' valign='middle' style='padding-top:10px;'><img src='../images/loading2.gif'></td></tr></table>";

    function GetNewsDetail(SrNo,secId,SubSecId,opt)
    {
	document.getElementById("cm_window").style.display='inline';	
	var NewsUrl = "../News/NewsData.aspx?SecId="+ secId +"&SubSecId="+ SubSecId+"&opt="+opt+"&SrNo="+ SrNo;	
	document.getElementById("NewsId").innerHTML="<table cellpadding='0' cellspacing='0' width='100%'><tr><td align='center'><img src='../images/loading.gif'></td></tr></table>";
	var ajax = new Ajax.Updater('NewsId',NewsUrl);
    }	
     
    function InnerTicker(Exchg)
	{
	    var CurrPageId="";	   
	    
	    if(Exchg=="BSE")
	    {	        
	        document.getElementById("imgBSELeft").src="/images/InnerOnLeft.gif";
	        document.getElementById("imgBSERight").src="/images/InnerOnRight.gif";    
	        document.getElementById("tdBSE").className="selTab1";   	 
	        document.getElementById("imgNSELeft").src="/images/InnerOffLeft.gif";
	        document.getElementById("imgNSERight").src="/images/InnerOffRight.gif";    
	        document.getElementById("tdNSE").className="unselTab1";       
	    }
	    else
	    {
	        document.getElementById("imgNSELeft").src="/images/InnerOnLeft.gif";
	        document.getElementById("imgNSERight").src="/images/InnerOnRight.gif";    
	        document.getElementById("tdNSE").className="selTab1";   	 
	        
	        document.getElementById("imgBSELeft").src="/images/InnerOffLeft.gif";
	        document.getElementById("imgBSERight").src="/images/InnerOffRight.gif";    
	        document.getElementById("tdBSE").className="unselTab1";     
	    }
		var TickerUrl = "../frmInnerTicker.aspx?Exchg="+Exchg;	
		document.getElementById("tdTicker").innerHTML="<table cellpadding='0' cellspacing='0' width='100%' border=0><tr><td align='center'><img src='../images/tickLoading.gif'></td></tr></table>";
		var ajax = new Ajax.Updater('tdTicker',TickerUrl);     
		window.setTimeout('tickerStart()',1000);
		
		if(document.getElementById('Hid_id')!=null)
	    {
	        CurrPageId=document.getElementById('Hid_id').value;	        
	        if(CurrPageId=="141")
	        {
	            document.getElementById("Heading").innerHTML=Exchg+" Announcements";
	            var Url="../CorporateActions/Announcements.aspx?id=141&EXCHG="+Exchg;	
	            document.getElementById("Hid_Exchg").value= Exchg;
	            CorporateAction.innerHTML="<table cellpadding='0' cellspacing='0' border='0' width='100%'><tr><td height='80' align='center'><img src='../images/loading.gif'></td></tr></table>";
	            var ajax = new Ajax.Updater('CorporateAction',Url,{evalScripts: true});
	        }
	        else if(CurrPageId=="142")
	        {
	            document.getElementById("Heading").innerHTML=Exchg+" Book Closure";
	            var Url="../CorporateActions/BookClosure.aspx?id=142&EXCHG="+Exchg;	
	            document.getElementById("Hid_Exchg").value= Exchg;
	            CorporateAction.innerHTML="<table cellpadding='0' cellspacing='0' border='0' width='100%'><tr><td height='80' align='center'><img src='../images/loading.gif'></td></tr></table>";
	            var ajax = new Ajax.Updater('CorporateAction',Url,{evalScripts: true});    	    
	        }  
	        else if(CurrPageId=="1316")
	        {
	            
	            document.getElementById("Hid_Exchg").value= Exchg;	           
	            ChangeChart(Exchg);
	        }
	        else if(CurrPageId=="132")
	        {
	            var Hid_Cocode = document.getElementById("Hid_Cocode");
	            var Url="Companysnapshot.aspx?cocode="+Hid_Cocode.value+"&EXCHG="+Exchg;	           
	            CorpInfoContent.innerHTML="<table cellpadding='0' cellspacing='0' border='0' width='100%'><tr><td height='80' align='center'><img src='../images/loading1.gif'></td></tr></table>";
	            var ajax = new Ajax.Updater('CorpInfoContent',Url,{evalScripts: true});
	        }
	    }
	    
	    function ChangeChart(Val)
		{
		   
			if(document.getElementById("Hid_Chart").value=="1")
			{
				document.getElementById("ChartImg").src = "MarketChart.aspx?Exchng="+Val+"&period="+document.getElementById("Hid_Period").value+"&Chtype="+document.getElementById("Hid_Chart").value+"&cocode="+document.getElementById('Hid_Cocode').value;
				document.getElementById("VolChartImg").src = "VolumeChart.aspx?cocode="+document.getElementById('Hid_Cocode').value+"&Exchng="+Val+"&period="+document.getElementById("Hid_Period").value;
			}
			else
			{
				document.getElementById("VolChartImg").src = "VolumeChart.aspx?cocode="+document.getElementById('Hid_Cocode').value+"&Exchng="+Val+"&frmDate="+document.getElementById("Period_From").value+"&toDate="+document.getElementById("Period_To").value;
				document.getElementById("ChartImg").src = "MarketChart.aspx?Exchng="+Val+"&frmDate="+document.getElementById("Period_From").value+"&toDate="+document.getElementById("Period_To").value+"&Chtype="+document.getElementById("ChartType").value+"&cocode="+document.getElementById('Hid_Cocode').value;
			}
			return false;	
		}			
	}		
function PopStart()
{
    var wind_new;
    wind_new=window.open("../Feedback.aspx", "feedback", "status = 1, height = 443, width =499, resizable = 0,scrollbars=0 ,toolbar=no location=no,directories=no,status=no,copyhistory=no")
    wind_new.focus(); 
}	

function Inv_Grev()
{
    var wind_new;
    wind_new=window.open("../InvestorGPopUp.aspx", "Investor", "status = 1, height = 320, width =420, resizable = 0,scrollbars=0 ,toolbar=no location=no,directories=no,status=no,copyhistory=no,LEFT=250px,POSITION=absolute,TOP=200px")
    wind_new.focus(); 
}	
 
	
