function popstockchart(id)
{
	var popStockChart = null;
	popStockChart = window.open('stockchart.aspx?sid=' + id , 'StockChart', 'width=520,height=320,status=no,resizable=no,top=50,left=100');
	popStockChart.focus();
}
