<div>Albert:</div>
<div>Maybe the problem is in your map file or in the hidden variables of your template.</div>
<div><br><br>&nbsp;</div>
<div><span class="gmail_quote">2006/8/1, Albert Anderson &lt;<a href="mailto:bart_doggers@yahoo.com">bart_doggers@yahoo.com</a>&gt;:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>Hi,<br><br>&nbsp;I tried that code.&nbsp; I didnt get it to work.&nbsp; Here is my code.&nbsp; Can you see if I need to do something else?&nbsp; What else do I need?<br>&lt;/script&gt;<br><br><font style="FONT-FAMILY: arial narrow" size="2">
&lt;!-- Panning Javascript here --&gt;<br>&lt;script language=&quot;javascript&quot; type=&quot;text/javascript&quot;&gt;<br>&nbsp; var mapheight = 417;<br>&nbsp; var mapwidth = 309;<br>&nbsp; var pansize = 0.75;<br><br>function pan(direction) {
<br>&nbsp; var x,y;<br>&nbsp; <br>&nbsp;if(direction== 'n') {<br>&nbsp;&nbsp; x = (309-1)/2.0;<br>&nbsp;&nbsp; y = 0 - (417 * pansize)/2.0;<br>&nbsp;} else if(direction== 'nw') {<br>&nbsp;&nbsp; x = 0 - (309 * pansize)/2.0;<br>&nbsp;&nbsp; y = 0 - (309 * pansize)/2.0;<br>&nbsp;} else if(direction== 'ne') {
<br>&nbsp;&nbsp; x = (309-1) + (309 * pansize)/2.0;<br>&nbsp;&nbsp; y = 0 - (417 * pansize)/2.0;<br>&nbsp;} else if(direction== 's') {<br>&nbsp;&nbsp; x = (309-1)/2.0;<br>&nbsp;&nbsp; y = (417-1) + (417 * pansize)/2.0;<br>&nbsp;} else if(direction== 'sw') {<br>&nbsp;&nbsp; x = 0 - (309 * pansize)/2.0;
<br>&nbsp;&nbsp; y = (417-1) + (417 * pansize)/2.0;<br>&nbsp;} else if(direction== 'se') {<br>&nbsp;&nbsp; x = (309-1) + (309 * pansize)/2.0;<br>&nbsp;&nbsp; y = (417-1) + (417 * pansize)/2.0;<br>&nbsp;} else if(direction== 'e') {<br>&nbsp;&nbsp; x = (309-1) + (309 * pansize)/2.0;
<br>&nbsp;&nbsp; y = (417-1)/2.0;<br>&nbsp;} else if(direction== 'w') {<br>&nbsp;&nbsp; x = 0 - (309 * pansize)/2.0;<br>&nbsp;&nbsp; y = (417-1)/2.0;<br>&nbsp;&nbsp;&nbsp; }<br><br>&nbsp;document.mapserv.imgxy.value = x + &quot; &quot; + y;<br>&nbsp;document.mapserv.submit();&nbsp; <br>
}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br><br>&lt;/script&gt;<br><br>&nbsp;&lt;TABLE width=&quot;368&quot;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; HEIGHT=&quot;460&quot; BORDER=&quot;0&quot; align=&quot;left&quot; CELLPADDING=&quot;0&quot; CELLSPACING=&quot;0&quot;&gt;
<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;TBODY&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;TR&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &lt;TD width=&quot;29&quot; height=&quot;23&quot; ALIGN=&quot;left&quot;
<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; VALIGN=&quot;top&quot; BGCOLOR=&quot;#e7a500&quot;&gt;&lt;a href=&quot;javascript:pan('nw')&quot;&gt;&lt;img src=&quot;../images/cornerarrow5.gif&quot; alt=&quot;pan nw&quot; width=&quot;25&quot; height=&quot;25&quot; style=&quot;border-style:none&quot;&gt;&lt;/a&gt;&lt;/TD&gt;
<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &lt;TD ALIGN=&quot;center&quot; BGCOLOR=&quot;#e7a500&quot;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; VALIGN=&quot;top&quot;&gt; &lt;div align=&quot;center&quot;&gt;&lt;a href=&quot;javascript:pan('n')&quot;&gt;&lt;img src=&quot;../images/cornerarrow2.gif&quot; alt=&quot;pan north&quot; width=&quot;25&quot; height=&quot;25&quot; style=&quot;border-style:none&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;/TD&gt;
<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &lt;TD width=&quot;30&quot; ALIGN=&quot;right&quot;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; VALIGN=&quot;top&quot; BGCOLOR=&quot;#e7a500&quot;&gt;&lt;a href=&quot;javascript:pan('ne')&quot;&gt;&lt;img src=&quot;../images/cornerarrow6.gif&quot; alt=&quot;pan ne&quot; width=&quot;25&quot; height=&quot;25&quot; style=&quot;border-style:none&quot;&gt;&lt;/a&gt;&lt;/TD&gt;
<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/TR&gt;<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;TR&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &lt;TD ALIGN=&quot;LEFT&quot; BGCOLOR=&quot;#e7a500&quot;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; VALIGN=&quot;MIDDLE&quot;&gt;&lt;a href=&quot;javascript:pan('w')&quot;&gt;&lt;img src=&quot;../images/cornerarrow1.gif&quot; alt=&quot;pan west&quot; width=&quot;25&quot; height=&quot;25&quot; style=&quot;border-style:none&quot;&gt;&lt;/a&gt;&lt;/TD&gt;
<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &lt;TD CLASS=&quot;mapappmidaln&quot; ALIGN=&quot;center&quot;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; HEIGHT=&quot;413&quot; VALIGN=&quot;MIDDLE&quot; WIDTH=&quot;309&quot;&gt;
<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<br>&lt;!-- calling for map here --&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input name=&quot;img&quot; type=&quot;image&quot; src=&quot;[img]&quot; WIDTH=&quot;309&quot; HEIGHT=&quot;417&quot; BORDER=&quot;1&quot; /&gt;&lt;/TD&gt;
<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &lt;TD ALIGN=&quot;right&quot; BGCOLOR=&quot;#e7a500&quot;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; VALIGN=&quot;MIDDLE&quot;&gt;&lt;div align=&quot;left&quot;&gt;&lt;a href=&quot;javascript:pan('e')&quot;&gt;&lt;img src=&quot;../images/cornerarrow3.gif&quot; alt=&quot;pan east&quot; width=&quot;25&quot; height=&quot;25&quot; style=&quot;border-style:none&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;/TD&gt;
<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/TR&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;TR&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &lt;TD height=&quot;21&quot; ALIGN=&quot;left&quot;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; VALIGN=&quot;bottom&quot; BGCOLOR=&quot;#e7a500&quot;&gt;&lt;a href=&quot;javascript:pan('sw')&quot;&gt;&lt;img src=&quot;../images/cornerarrow8.gif&quot; alt=&quot;pan sw&quot; width=&quot;25&quot; height=&quot;25&quot; style=&quot;border-style:none&quot;&gt;&lt;/a&gt;&lt;/TD&gt;
<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &lt;TD ALIGN=&quot;center&quot; BGCOLOR=&quot;#e7a500&quot;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; VALIGN=&quot;bottom&quot;&gt; &lt;div align=&quot;center&quot;&gt;&lt;a href=&quot;javascript:pan('s')&quot;&gt;&lt;img src=&quot;../images/cornerarrow3gif.gif&quot; alt=&quot;pan south&quot; width=&quot;25&quot; height=&quot;25&quot; style=&quot;border-style:none&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;/TD&gt;
<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &lt;TD ALIGN=&quot;right&quot; BGCOLOR=&quot;#e7a500&quot;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; VALIGN=&quot;bottom&quot;&gt;&lt;a href=&quot;javascript:pan('se')&quot;&gt;&lt;img src=&quot;../images/cornerarrow7.gif&quot; alt=&quot;pan se&quot; width=&quot;25&quot; height=&quot;25&quot; style=&quot;border-style:none&quot;&gt;&lt;/a&gt;&lt;/TD&gt;
<br>&lt;/table&gt;<br><br></font><br><br><b><i>Luis Treviño &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:ltrevinoh@GMAIL.COM" target="_blank">ltrevinoh@GMAIL.COM</a>&gt;</i></b> wrote: 
<blockquote style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: rgb(16,16,255) 2px solid"><br><br>
<div><span class="gmail_quote">2006/7/21, Albert Anderson &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:bart_doggers@yahoo.com" target="_blank">bart_doggers@yahoo.com</a>&gt;:</span> 
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">
<div>Hi,<br><br>&nbsp;I figure out my images.&nbsp; Does anyone have a _java script for using a image for panning.&nbsp; I have images set for the corners of my map. I want to use them to pan.</div></blockquote>
<div>&nbsp;</div>
<div>You can use something like this, you have to handle your width and height of your image:</div>
<div>alto = height, ancho = width.</div>
<div>function paneo(direccion,alto,ancho) {<br>&nbsp; var x,y;<br>&nbsp; var pansize = 0.75;<br>&nbsp;if(direccion == 'n') {<br>&nbsp;&nbsp; x = (ancho-1)/2.0;<br>&nbsp;&nbsp; y = 0 - (alto * pansize)/2.0;<br>&nbsp;} else if(direccion == 'nw') {<br>&nbsp;&nbsp; x = 0 - (ancho * pansize)/2.0; 
<br>&nbsp;&nbsp; y = 0 - (ancho * pansize)/2.0;<br>&nbsp;} else if(direccion == 'ne') {<br>&nbsp;&nbsp; x = (ancho-1) + (ancho * pansize)/2.0;<br>&nbsp;&nbsp; y = 0 - (alto * pansize)/2.0;<br>&nbsp;} else if(direccion == 's') {<br>&nbsp;&nbsp; x = (ancho-1)/2.0;<br>&nbsp;&nbsp; y = (alto-1) + (alto * pansize)/2.0; 
<br>&nbsp;} else if(direccion == 'sw') {<br>&nbsp;&nbsp; x = 0 - (ancho * pansize)/2.0;<br>&nbsp;&nbsp; y = (alto-1) + (alto * pansize)/2.0;<br>&nbsp;} else if(direccion == 'se') {<br>&nbsp;&nbsp; x = (ancho-1) + (ancho * pansize)/2.0;<br>&nbsp;&nbsp; y = (alto-1) + (alto * pansize)/2.0; 
<br>&nbsp;} else if(direccion == 'e') {<br>&nbsp;&nbsp; x = (ancho-1) + (ancho * pansize)/2.0;<br>&nbsp;&nbsp; y = (alto-1)/2.0;<br>&nbsp;} else if(direccion == 'w') {<br>&nbsp;&nbsp; x = 0 - (ancho * pansize)/2.0;<br>&nbsp;&nbsp; y = (alto-1)/2.0;<br>&nbsp;&nbsp;&nbsp; }<br>&nbsp;document.mapserv.imgxy.value
 = x + &quot; &quot; + y;<br>&nbsp;document.mapserv.submit();&nbsp;&nbsp; <br>}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;</div><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">
<div>Anyother question, is there a _java script for images to&nbsp; zoom-in and out?</div></blockquote>
<div>you can use the zoomdir and the zoom values within your template, like:</div>
<div>&lt;input type=&quot;hidden&quot; name=&quot;zoom&quot; value=&quot;-2&quot;&gt;</div>
<div>
<div>&lt;input type=&quot;hidden&quot; name=&quot;zoomdir&quot; value=&quot;-1&quot;&gt;</div>
<div>for a zoom out., so you can use radio buttons to manage this values</div>
<div>&nbsp;</div>
<div>&nbsp;</div></div>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">
<div>One more question, I have a refresh button and pan radio button, then we I click refresh to take a layer off it moves the projective image. Why? But when I am on zoomin radio button and click refresh it acts like its panning? Why? 
<br><br>Thanks,<br>&nbsp;</div>
<div><span>Albert <br></span></div>
<div><span>
<div>__________________________________________________<br>Do You Yahoo!?<br>Tired of spam? Yahoo! Mail has the best spam protection around <br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://mail.yahoo.com/" target="_blank">
http://mail.yahoo.com</a> </div></span></div></blockquote></div><br>
<div>Hope this helps.</div>
<div><br>Regards,</div>
<div>Luis</div></blockquote></div>
<div><span class="ad"></span></div>
<div>
<blockquote></blockquote></div>
<div><span class="ad"><br>
<p>
<hr size="1">
Yahoo! Messenger with Voice. <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://us.rd.yahoo.com/mail_us/taglines/postman1/*http://us.rd.yahoo.com/evt=39663/*http://voice.yahoo.com" target="_blank">Make PC-to-Phone Calls
</a> to the US (and 30+ countries) for 2¢/min or less. 
<p></p></p></span></div></blockquote></div><br>