<% set conn = server.CreateObject("ADODB.Connection") conn.connectionstring = session("connStr") conn.Open vsqlHome = "SELECT TOP 1 * FROM Home" set rsHome = conn.Execute(vsqlHome) %>
   <% if rsHome("home_Picture2") <> "" Then Response.Write "" else end if if rsHome("home_Picture3") <> "" Then Response.Write "" else end if if rsHome("home_Picture4") <> "" Then Response.Write "" else end if %>
 
OFFICE / FACTORY LOCATION 
Kawasan Industri Balaraja 
Jl. Raya Serang Km 26
Balaraja - Tangerang 15610
Indonesia
 
          Phone:   +62 21 595 33 66
                        +62 21 595 05 15
          Fax    :   +62 21 595 05 11
                        +62 21 595 05 12
<%if rsHome("home_Title")<>"" then%> <%end if%> <%if rsHome("home_Subtitle")<>"" then%> <%end if%> <%if rsHome("home_Description1")<>"" then%> <%end if%> <%if rsHome("home_Description2")<>"" then%> <%end if%> <%if rsHome("home_Description3")<>"" then%> <%end if%>
                           UNDER CONSTRUCTION
<%=rsHome("home_Title")%>  
<%=rsHome("home_Subtitle")%>  

<%=rsHome("home_Description1")%>

<%=rsHome("home_Description2")%>

<%=rsHome("home_Description3")%>

     
<% rsHome.Close conn.Close set rsHome = Nothing %>