ciao a tutti,
ho un problema.
sul sito www.scubaportal.it devo cambiare il banner in alto a destra del logo che ora è in SWF con uno in GIF.
La pagina è un include con questa difficoltà: se il menu scelto è VIAGGI prende un banner (buonviaggio_390.swf) altrimenti un altro (ora agos.swf)

Al posto del secondo deve andarne uno in gif con queste caratteristiche:

<a target="_blank" href="http://www.padi.com">
[img]/Scubaportal/Img/banner/padi390.gif[/img]</a>


mi potete aiutare?

il codice è:


<table width=760 height=100% cellpadding=0 cellspacing=0 border=0 align=center>
<tr>
<td width=363 height=112>[img]/ScubaPortal/Img/HP/banner_left.jpg[/img]</td>
<td width="397" height="112">
<table width="397" height="112" cellpadding="0" cellspacing="0">
<tr>
<td width="397" height="39" colspan="2">[img]/ScubaPortal/Img/HP/banner_top.jpg[/img]</td>
</tr>
<tr>
<td width="390" height="60"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="390" height="60">
<%
if(Request("Menu1")="Viaggi") then
%>
<param name="movie" value="/ScubaPortal/Img/HP/buonviaggio_390.swf">
<% else %>
<param name="movie" value="/ScubaPortal/Img/HP/agos.swf">
<% end if %>
<param name="quality" value="high">
<param name=wmode value=transparent>
<embed wmode="transparent" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="390" height="60"></embed></object></td>
<td width="7" height="60">[img]/ScubaPortal/Img/HP/banner_right.jpg[/img]</td>
</tr>
<tr>
<td width="397" height="13" colspan="2">[img]/ScubaPortal/Img/HP/banner_bottom.jpg[/img]</td>
</tr>
</table>
</td>
</tr>
</table>


Per cortesia potete aiutarmi?
grazie!! ciao, Marco