<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><FONT size=2>
<DIV>Dear List,</DIV>
<DIV>&nbsp;</DIV>
<DIV>I need help, when I,m passing lonlat value to init() function from html drop downlist see snippet below), the next map will be displayed beneath previous map whithout overwriting it.&nbsp; What statement do I&nbsp; have to ad to the script to overwite previous map every time I' select new latlon value from dropdownlist?</DIV>
<DIV>&nbsp;</DIV>
<DIV>sincerely</DIV>
<DIV>&nbsp;</DIV>
<DIV>surya</DIV>
<DIV>&nbsp;</DIV>
<DIV>&lt;body&gt;</DIV>
<DIV>&lt;style type="text/css"&gt; #map { width: 350px; height: 350px; border: 1px solid black; target="_blank" } &lt;/style&gt; </DIV>
<DIV>&lt;div id="map" &lt;/div&gt;</DIV>
<DIV>&lt;select id="lonlat" onchange="init()"&gt;</DIV>
<DIV>&lt;option value="232064.944, 9631783.43"&gt;River A&lt;/option&gt;</DIV>
<DIV>&lt;option value="231064.944, 9631783.43"&gt;River B&lt;/option&gt;</DIV>
<DIV>&lt;option value="230064.944, 9631783.43"&gt;River C&lt;/option&gt;</DIV>
<DIV>&lt;option value="229064.944, 9631783.43"&gt;River D&lt;/option&gt;</DIV>
<DIV>&lt;option value="228064.944, 9631783.43"&gt;River E&lt;/option&gt;</DIV>
<DIV>&lt;/select&gt;</DIV>
<DIV>&lt;/body&gt;</DIV></FONT></td></tr></table><br>