//Opens the scorecard in strategy Tc9.inc.php in full size.
function open_window2(which, which2){
var URL = "popup.php?id="+which+"&type="+which2;
window2 = window.open(URL,"profile","height=390,width=970,left=0,top=0,status=0,toolbar=0,menubar=0,location=0,resizable=0,scrollbars=0,directories=0");
window2.document.close;}

