Context menu on Layout

var ShedL = new dhtmlXLayoutObject(document.body, "3T"); ShedL.cells("a").attachURL("shedac.php?t="+new Date().getTime(), true);

shedac.php

[code]

	shedgrm = new dhtmlXMenuObject();
	shedgrm.setIconsPath("../../Menu/imgs/");
	shedgrm.renderAsContextMenu();
	shedgrm.attachEvent("onClick", contextsshedgrm);
	shedgrm.addContextZone('shedacpeop_sub');[/code]

ContextMenu appears under Layout how it can be fixed to appear at top of layout ???

You call the method attachURL, which uses iframes. Context menu applied to your attached page will not appear over the layout.