//function Show()
//{	
//	fileName = "companylist.asp";
  //	var w1=screen.width;
 //	 w1-=300;
// 	 var h1=screen.height;
// 	 h1-=200;
//	 var newWin=window.open(fileName,'win1','x=0,y=0,toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=no,copyhistory=no,width=580,height=438,screenX=0,screenY=0,left=300,top=237');	
//}
function checkquote(form1)
{
	var getquote=document.form1.txtQuotes.value;
	if (getquote=="")
	{
		alert('Please Enter First few Characters Of a Company')
		document.form1.txtQuotes.focus()
		window.status='Please Enter First few Characters of a company';
		return false;
	}
	fileName = "http://www.cmlinks.com/composite/companylist.asp?TxtQuotes="+getquote;
  	var w1=screen.width;
 	 w1-=300;
 	 var h1=screen.height;
 	 h1-=200;
	 var newWin=window.open(fileName,'win1','x=0,y=0,toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=no,copyhistory=no,width=580,height=438,screenX=0,screenY=0,left=300,top=237');	
}

function Story(sno)
{	
	fileName = "http://www.cmlinks.com/composite/Story_Detail.asp?sno="+ sno;
  	var w1=screen.width;
 	 w1-=300;
 	 var h1=screen.height;
 	 h1-=200;
	 var newWin=window.open(fileName,'win1','x=0,y=0,toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no,width=580,height=360,screenX=0,screenY=0,left=300,top=237');	
}

 function quotes(code)
 {	
	window.open("http://www.cmlinks.com/composite/getquotes.asp?code="+code+"", "gopi", "status = 1, height = 405, width =500, resizable = 0,scrollbars=1" )
 }
//function showoption()
//{
//var i=0;
//var str="menuoption";
//var tstr;

//for(i=1;i<=4;i++)
//{
	//if(document.getElementById('newsitem').value == i)
//	{
	//	tstr=str+document.getElementById('newsitem').value;
//		eval(tstr).style.display="inline";
//	}
	//else
//	{
	//	tstr=str+i;
		//eval(tstr).style.display="none";	
//	}
//}
//}

function ShowNews(id)
{
	if(id=="H"){
		news1.style.display = "inline";
		news2.style.display = "none";
		news3.style.display = "none";
		news4.style.display = "none";
	}
	if(id=="C"){
		news1.style.display = "none";
		news2.style.display = "inline";
		news3.style.display = "none";
		news4.style.display = "none";
	}
	if(id=="E"){
		news1.style.display = "none";
		news2.style.display = "none";
		news3.style.display = "inline";
		news4.style.display = "none";
	}
	if(id=="R"){
		news1.style.display = "none";
		news2.style.display = "none";
		news3.style.display = "none";
		news4.style.display = "inline";
	}
}

