<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>Hi,</DIV>
<DIV>&nbsp;</DIV>
<DIV>I have a Viewport in which the layout is Border. Then I have 2 regions i.e Center and East. In the Center region I am displaying the MapPanel, While in the&nbsp;East region I already added an Ext panel I want to show the OverView map in that panel. I am struggling to do that.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Below is the panel in which I want to show the OverviewMap </DIV>
<DIV>&nbsp;</DIV>
<DIV>var ePanel1 =&nbsp;&nbsp;&nbsp; new Ext.Panel({<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; id&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 'ePanel1',<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; title&nbsp;&nbsp; : 'Overview',<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; frame&nbsp;&nbsp; : true,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; height&nbsp; : 100,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; autoScroll&nbsp; :
 false<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; });</DIV>
<DIV>&nbsp;</DIV>
<DIV>If I use this</DIV>
<P style="MARGIN-RIGHT: 0px" dir=ltr>map.addControl(new OpenLayers.Control.OverviewMap());</DIV>
<P style="MARGIN-RIGHT: 0px" dir=ltr>&nbsp;</DIV>
<DIV>It adds the OverViewMap to the MapPanel, which is not my requirement. I want it&nbsp;to appear in a serperate panel rather than attach with the map control. </DIV>
<DIV>&nbsp;</DIV>
<DIV>Any help regarding this is appreciated!<BR><BR></DIV>
<DIV><FONT color=#00007f size=2 face="verdana, helvetica, sans-serif"><STRONG>Thank you,</STRONG></FONT></DIV>
<DIV><FONT color=#00007f size=2 face="verdana, helvetica, sans-serif"><STRONG>--</STRONG></FONT></DIV>
<DIV><FONT color=#00007f size=2 face="verdana, helvetica, sans-serif"><STRONG>Jehanzeb</STRONG></FONT></DIV></td></tr></table><br>