style="border: thin solid black;"> // Global variable that holds the nsContextMenu instance. var contextMenu = null; var gBookmarkPopup = null; // I added the container=true on this button as a temp hack until // we can get this button into rdf. We can't allow drags on this // container so we have to be able to identify it (bug 19588). // - pinkerton