Code
openUILink('about:config', event,false, true);

Initialization code
this.onclick = function(aEvent) {
if (aEvent.button == 1) {
var fn = new Function("event", this.getAttribute("cb-oncommand"));
fn.call(this, aEvent);
}
}