function popUp2006(winURL) {
  window.open(winURL,"popup","width=750,height=600,toolbar=no,scrollbars=yes,location=no,status=no,resizable=yes");
}

function popUp(winURL) {
  window.open(winURL,"popup","width=750,height=500,toolbar=yes,scrollbars=yes,location=no,status=no,resizable=yes");
}

function newWin(URL) {

newURL = 'http://phx.corporate-ir.net/phoenix.zhtml?c=93295&p=' + URL;
URL = newURL;

						window.open(URL, "disclaimer", "width=400,height=250,scrollbars=yes,status=0,resizable=0,toolbar=0");
					}


  function respond(type) {
    if (type == "ACCEPT" && window.opener) {
      window.opener.location = "http://phx.corporate-ir.net/phoenix.zhtml?c=93295&p=irol-fundSnapshot";
	  window.close();
    } 
	else if (type == "RETURN"){
	  window.close();
	}
  }