avrei bisogno di un consiglio:
c'è un errore in questo codice ma non riesco a capire quale sia
mi sapete dare una mano?

<% wide = screen.width %>
<% If (screen.width = 640) Then %>
[img]immagini/intro_castello.JPG[/img]
<% else If (screen.width = 800) Then %>
[img]immagini/intro_castello.JPG[/img]
<% else If (screen.width = 1024) Then %>
[img]immagini/intro_castello.JPG[/img]
<% else If (screen.width = 1280) Then %>
[img]immagini/intro_castello.JPG[/img]
<% else If (screen.width >= 1280) Then %>
[img]immagini/intro_castello.JPG[/img]
<%End If%><%End If%><%End If%><%End If%><%End If%>
<map name="links" id="links">
<% If (screen.width <= 640) Then %>
<area shape="rect" coords="193, 334, 299, 378"
href="catalogo.asp" title="Entra nel regno di F&D" alt="Entra nel regno di F&D" onFocus='this.blur()'>
<area shape="rect" coords="346, 334, 456, 378"
href="catalogo.asp" title="Join the F&D Kingdom!" alt="Join the F&D Kingdom!" onFocus='this.blur()'>
<% else If (screen.width <= 800) Then %>
<area shape="rect" coords="237, 507, 374, 561"
href="catalogo.asp" title="Entra nel regno di F&D" alt="Entra nel regno di F&D" onFocus='this.blur()'>
<area shape="rect" coords="436, 506, 570, 560"
href="catalogo.asp" title="Join the F&D Kingdom!" alt="Join the F&D Kingdom!" onFocus='this.blur()'>
<% else If (screen.width<= 1024) Then %>
<area shape="rect" coords="312, 650, 478, 721"
href="catalogo.asp" title="Entra nel regno di F&D" alt="Entra nel regno di F&D" onFocus='this.blur()'>
<area shape="rect" coords="562, 649, 731, 717"
href="catalogo.asp" title="Join the F&D Kingdom!" alt="Join the F&D Kingdom!" onFocus='this.blur()'>
<% else If (screen.width<= 1280) Then %>
<area shape="rect" coords="388, 871, 593, 956"
href="catalogo.asp" title="Entra nel regno di F&D" alt="Entra nel regno di F&D" onFocus='this.blur()'>
<area shape="rect" coords="705, 864, 909, 953"
href="catalogo.asp" title="Join the F&D Kingdom!" alt="Join the F&D Kingdom!" onFocus='this.blur()'>
<% else If (screen.width >= 1280) Then %>
<area shape="rect" coords="483, 1014, 742, 1123"
href="catalogo.asp" title="Entra nel regno di F&D" alt="Entra nel regno di F&D" onFocus='this.blur()'>
<area shape="rect" coords="880, 1012, 1140, 1122"
href="catalogo.asp" title="Join the F&D Kingdom!" alt="Join the F&D Kingdom!" onFocus='this.blur()'>
<%End If%><%End If%><%End If%><%End If%><%End If%>
</map>