<%@ include file="../../lib/html/defaultHeader.jsp" %> <%= textSnippets.getProperty("windowTitel") %> <%@ include file="./metaInclude.jsp" %>
<%@ include file="../../ar01/templates/xxxxxAr01HeadChooseLanguage.jsp" %> <%@ include file="../../ar01/templates/xxxxxAr01HeadNavigation.jsp"%> <%@ include file="../../ar01/templates/xxxxxAr01HeadDirectOrder.jsp"%>
<%@ include file="../../ar03/templates/xxxxxAr03ServiceNavigation.jsp" %>
<%@ include file="../../ar02/templates/xxxxxAr02LeftNavigationCurrentProduct.jsp" %> <%//@ include file="../../ar02/templates/xxxxxAr02LeftNavigation.jsp" %>

<%= textSnippets.getProperty("SitemapTitel") %>

<% int runner = 0; String subMap = ""; navigation.WebSitemapBitoWeb smB = new navigation.WebSitemapBitoWeb(dbconnection,language, organisation,today,online,"wwwSitemap.properties"); rsA = conDelivery.getNavChildrenComplete("0"); CcItemNavigation actualNavItem1; CcItemNavigation actualNavItem2; CcItemNavigation actualNavItem3; CcItemNavigation actualNavItem4; while (rsA.next()) { actualNavItem1 = new CcItemNavigation(rsA); if(!rsA.getString("nav_template").equals("externlink")) //!rsA.getString(3).equals("internlink") && { %>
<%= rsA.getString("nav_text") %>
<% } %> <% runner++; } %>
<% runner = 0; rsB = conDelivery.getNavChildrenComplete(rsA.getString("nav_seq")); while(rsB.next()) { actualNavItem2 = new CcItemNavigation(rsB); subMap = smB.doSitemap(rsB.getInt(1),-2,language,organisation); if(runner%2==0) { %>
width:265px; background-color:#EAF3F2"> <% if(subMap!=null && !subMap.equals("")) { %> <% } %>
<%= rsB.getString("nav_text") %>
<%= subMap %>

<% } } %>
<%@ include file="../../ar04/templates/xxxxxAr04RightServiceColumnShort.jsp" %>
<%@ include file="../../lib/html/defaultFooter.jsp" %>