function PopUpChart (ticker,type) 
{
	var url = "/chart/display.php?t=1&symbol="+ticker+type;
	var popupWin = window.open(url,'chartpop','scrollbars=yes,width=960,height=800,resizable=yes');
	popupWin.focus();
}
