"var newWindow = window.open({0}, {1}, {2});",
TapestryUtils.enquote(url),
TapestryUtils.enquote(getWindowName()),
TapestryUtils.enquote(getFeatures()));
builder.addln("newWindow.focus();");
builder.end();
support.addBodyScript(builder.toString());
return "javascript:" + functionName + "();";
}