<%@LANGUAGE="VBSCRIPT"%> <% tipo=0 If (Request.QueryString("tipo") <> "") Then tipo = int(Request.QueryString("tipo")) End If %> <%=titulo%>
 
 
 
<%If lang = "esp" Then %> ESTUDIO <%Else%> STUDIO <%End If%>
<% estilo_tipo="texto_menu" if (tipo=1) then estilo_tipo="texto_menu_on" end if %> <% estilo_tipo="texto_menu" if (tipo=2) then estilo_tipo="texto_menu_on" end if %>
<%If lang = "esp" Then %>Servicios<%Else%>Services<%End If%>
<%If lang = "esp" Then %>Equipo<%Else%>Team<%End If%>
<%If lang = "esp" Then %> PROYECTOS <%Else%> PROJECTS <%End If%>
<%If lang = "esp" Then %> CONTACTO <%Else%> CONTACT <%End If%>
 
<% if (tipo>0) then %>
<% if (tipo=1) then %>
 
 
<% texto="" If lang = "esp" Then texto = texto_servicios Else texto = texto_servicios_cat End If If (texto <> "") Then texto = Replace (texto, vbCrLf, "
") response.write texto end if %>
 
   
<% end if %> <% if (tipo=2) then %>
 
 
<% texto="" If lang = "esp" Then texto = texto_equipo Else texto = texto_equipo_cat End If If (texto <> "") Then texto = Replace (texto, vbCrLf, "
") response.write texto end if %>
 
   
<% end if %>
<% end if img="" Select Case tipo Case 1 img="services" Case 2 img="img_estudio" Case Else img="study" End Select %>
<%=correo%>