<%@page language="java" %> <% final String op = request.getParameter( "op" ); %> Zeech Inc.
<%@ include file="header.inc" %>
<% if( "products".equals( op ) ){ %> <%@ include file="products.inc" %> <% } else if( "news".equals( op ) ){ %> <%@ include file="news.inc" %> <% } else if( "customers".equals( op ) ) { %> <%@ include file="customers.inc" %> <% } else if( "about".equals( op ) ) { %> <%@ include file="about.inc" %> <% } else if( "contact".equals( op ) ) { %> <%@ include file="contact.inc" %> <% } else if( "privacy".equals( op ) ) { %> <%@ include file="privacy.inc" %> <% } else { %> <%@ include file="home.inc" %> <% } %>
<%@ include file="sidebar.inc" %>

Copyright © 2006 Zeech Inc. All rights reserved
Site Designed by SquaredPixels