this.layer = compMgr.createItsNatModalLayer(null,false,1,0.5f,"black",null);
HTMLBodyElement body = (HTMLBodyElement)doc.getBody();
DocumentFragment frag = spiTutDoc.loadDocumentFragment("overview.popup");
this.container = ItsNatTreeWalker.getFirstChildElement(frag);
body.appendChild(container);
((EventTarget)container).addEventListener("click", this, false);
itsNatDoc.addCodeToSend("try{ window.scroll(0,-1000); }catch(ex){}");
// try/catch is used to prevent some mobile browser does not support it