|
(<%=CStr(Pswnum)%> )
<% if logo<>"" Then %>
" border="0" align="right">
<% End if %>
<% If Associazione <> "" Then %>
<%=Associazione%>
<% End if %>
<% If Presso <> "" Then %>
c/o: <%=Presso%>
<% End if %>
<% If Via <> "" Then %>
Via: <%=Via%>
<% End if %>
<% If Cap <> "" Then %>
<%=Cap%>
<% End if %>
<% If Citta <> "" Then %>
<%=Citta%>
<% End if %>
<% If Tel1<> "" or Fax1 <> "" Then %>
<% If Tel1<> "" Then %>
Tel. <%=Tel1%>
<% End if %>
<% If Fax1 <> "" Then %>
Fax. <%=Fax1%>
<% End if %>
<% End if %>
<% If Tel2<> "" or Fax2 <> "" Then %>
<% If Tel2<> "" Then %>
Tel. <%=Tel2%>
<% End if %>
<% If Fax2 <> "" Then %>
Fax. <%=Fax2%>
<% End if %>
<% End if %>
<% If Apertura <> "" Then %>
Apertura: <%=Apertura%>
<% End if %>
<% If Presidente <> "" Then %>
Presidente: <%=Presidente%>
<% End if %>
<% If Vicepresidente <> "" Then %>
Vicepresidente: <%=Vicepresidente%>
<% End if %>
<% If Direttore <> "" Then %>
Direttore: <%=Direttore %>
<% End if %>
<% If Coordinatore <> "" Then %>
Coordinatore: <%=Coordinatore%>
<% End if %>
<% If Referente <> "" Then %>
Referente: <%=Referente%>
<% End if %>
<% If Link<> "" Then %>
INTERNET:
<%=Link%>
<% End if %>
<% If Email1<> "" Then %>
E-MAIL:
"> <%=Email1%>
<% End if %>
<% If Email2<> "" Then %>
E-MAIL:
"> <%=Email2%>
<% End if %>
<% If Messaggio <> "" Then %>
<%=Messaggio%>
<% End if %>
|