El seu navegador no soporta Javascript. El seu us es correcte sense JavaScript.
Logo duana andorrana
Index > Foto > Fotos

imatge Fotografíes

<% sql="Select * From gestio Where publicar=1 and menu=1 Order by orden , subtitol asc " rs.Open sql,Conexion If rs.BOF And rs.EOF Then %>

No hi ha menu

<%else%> <%While not rs.EOF %> <%if rs.Fields("nivel")="5" then %> | " class="enlacenav" target="_parent" accesskey="<%=rs.Fields("teclat")%>" title="<%=rs.Fields("title")%>" onMouseover="MostrarTexto('<%=rs.Fields("onMouse")%>')" onMouseout="OcultarTexto()"><%=rs.Fields("titol")%> <%end if%> <%rs.MoveNext%> <%Wend%> <%end if%> <%rs.Close Conexion.Close %>