<% require_once("util.php"); db_open($conn); if ($_REQUEST["id"]!="") { db_query("select SERVICIOS.*,TABLAS.titulo as tprod from SERVICIOS,TABLAS where SERVICIOS.id=".$_REQUEST["id"]." and SERVICIOS.visible=1 and TABLAS.id=SERVICIOS.producto",$datos); if (db_fetch($datos,$PR)) { %> :: Bienvenidos a TAIRA Producciones - Arte Latinoamericano __________________________________________________________________
<% $x=0; db_query("select * from TABLAS where visible=1 and tipo='S' order by orden",$datosm); do { if (db_fetch($datosm,$PRm)) { db_query("select * from SERVICIOS where visible=1 and producto=$PRm->id order by orden",$datos1); if (db_rows($datos1)>0) { $x++; %> <% } } } while ($PRm); %>
  <%=str_replace("*","",$PRm->titulo)%>
style="display:none">
  GALERIAS
style="display:none">
  HOME
 
 <%=str_replace("*","",$PR->tprod)%>
 
<% if ($PR->foto!="") { %> <% } %>
<%=img($PR->foto,"",213,0)%>

<%=$PR->titulo%>
"<%=$PR->bajada%> "

<% if ($PR->pdf!="") { %>
Más información: <%=pdf($PR->pdf)%>  <%=pdf($PR->video)%>
<% } %>

<%=str_replace("../bases","bases",$PR->contenido)%>

TAIRA Producciones © 2004 Derechos Reservados
www.taira.cl - E-mail: contacto@taira.cl Fono: (56-2) 239 0161
Santiago - Chile
<% } } %>