static Pair showWeb(WebNode node) { ret showWeb(node.web); } static Pair showWeb(Web web) { ret showWebWithAutoLayout(web); } static Pair showWeb(Web web, int w, int h) { ret showWebWithAutoLayout(web, w, h); } static Pair showWeb(S calStructures) { ret showWeb(webFromCALStructures_noMerge(calStructures)); } static Pair showWeb(S title, Web web) { Pair p = showWeb(web); frameTitle(p.b, title); ret p; }