Center ct = new Center();
ct.setSclass("FDCenterNoBorder");
ct.setStyle("background-color: white");
ct.setParent(bl);
anIFrame = new Iframe();
anIFrame.setHeight("100%");
anIFrame.setWidth("100%");
anIFrame.setScrolling(getScrolling());
anIFrame.setParent(ct);