function init(evt){
   var svgdoc = evt.target.ownerDocument;
   var newMenuRoot1=parseXML(printNode(svgdoc.getElementById('Menu1')),contextMenu);
   contextMenu.replaceChild(newMenuRoot1.firstChild,contextMenu.firstChild);
}
这个方法是 svg中 ,动态添加右键菜单的方法, 在 IE中是OK的, 但是,在Firfox 和 goole 中,就不行了, 谁能告诉我Why
感激不尽...