function CourceSelect()
{
//  alert(document.forms["resSelect"].tagName);

  document.forms["resSelect"].submit();
}

function ToFullTickerInfo(arg)
{
  window.opener.location = "/tickers/index.asp?ticker="+arg;
  window.close();
}
