%
is_presentation = request.querystring("pageid")
if is_presentation="1" or is_presentation="" then
if session("idioma")="1" then
%>
Centro de negocios y reuniones en Palma
<%else
if session ("idioma")="2" then %>
Centre de negocis i reunions a Palma
<%
else %>
Bussiness and meetings center in Palma
<% end if
end if
else
if session("idioma")="1" then
%>
Centro de negocios y reuniones en Palma - <%=titulo ()%>
<%else
if session ("idioma")="2" then %>
Centre de negocis i reunions a Palma - <%=titulo ()%>
<%
else %>
Bussiness and meetings center in Palma - <%=titulo ()%>
<% end if
end if
end if %>
<% if session("idioma")="1" then
%>
<%else
if session ("idioma")="2" then %>
<%
else %>
<% end if
end if%>