function openGraph(productID, fundName) {

  var s_width  = 650;
  var s_height = 700;
  var s_left   = ((screen.width/2)-(s_width/2)-15);
  var s_top    = ((screen.height/2)-(s_height/2));
  window.open("/_apps/performance/common/graph_popup.asp?productID=" + productID + "&name=" + fundName, "_blank", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width="+s_width+",height="+s_height+",left="+s_left+",top="+s_top)

}
