<% If Request("page")="" OR Request("page")="home" then %>

<% End If %> <% If Request("page")="empresa" then %> <% Set Conexao=Server.CreateObject("ADODB.CONNECTION") Conexao.Open session("conexao_lu") SQL="Select titulo,codigo from institucional WHERE ativado=true AND titulo<>'Localização' ORDER BY titulo" Set Record=Conexao.Execute(SQL) %>
Empresa:

<% If NOT Record.EOF then While NOT Record.EOF %> <% Record.MoveNext Wend End If Conexao.close Set Conexao=nothing Set Record=Nothing %>
" target="principal"><%=Record("titulo")%>

<% End If %> <% If Request("page")="produtos" then %> <% Set Conexao=Server.CreateObject("ADODB.CONNECTION") Conexao.Open session("lumafix") SQL="Select * from categorias ORDER BY categoria" Set Record=Conexao.Execute(SQL) %>
Categorias:

<% If NOT Record.EOF then While NOT Record.EOF %> <% Record.MoveNext Wend End If Conexao.close Set Conexao=nothing Set Record=Nothing %>
" target="principal"><%=Record("categoria")%>
<% End If %> <% If Request("page")="localizacao" then %> <% Set Conexao=Server.CreateObject("ADODB.CONNECTION") Conexao.Open session("conexao_lu") SQL="Select * from central_atendimento" Set Record=Conexao.Execute(SQL) %>

Endereço:
<%=Record("rua")%>
N°<%=Record("numero")%><% If record("complemento")<>"" then %> - <%=Record("complemento")%><% End IF %> - <%=Record("bairro")%>
<%=Record("cidade")%> - <%=Record("estado")%>
CEP:<%=Record("cep")%>


<% End If %> <% If Request("page")="contato" then %> <% Set Conexao=Server.CreateObject("ADODB.CONNECTION") Conexao.Open session("conexao_lu") SQL="Select * from central_atendimento" Set Record=Conexao.Execute(SQL) %>

Endereço:
<%=Record("rua")%>
N°<%=Record("numero")%> <% If record("complemento")<>"" then %> - <%=Record("complemento")%> <% End IF %> - <%=Record("bairro")%>
<%=Record("cidade")%> - <%=Record("estado")%>
CEP:<%=Record("cep")%>



Telefone:
(<%=Record("ddd")%>) <%=Record("telefone")%>


E-mail:
<%=Record("email")%>

<% End If %>