%@ include file="../../lib/html/defaultHeader.jsp" %>
<%
String query = "";
String emdSeq ="";
rsA = dbconnection.sqlQuery("SELECT emd_seq from emaildata where language='"+language+"' and organisation='"+organisation+"' and emd_name='MailInfos'");
if (rsA.next())
{
emdSeq = rsA.getString(1);
}
else
{
emdSeq = "";
}
%>
<%
if(!navSeq.equals("") && !navSeq.equals("0"))
{%>
Home › <%= navPath.getWebOutput() %>
<%}
else
{%>
Home › <%= textSnippets.getProperty("MailButton") %>
<%}%>
<%@ include file="../../ar03/templates/xxxxxAr03ServiceNavigation.jsp" %>
<%@ include file="../../ar04/templates/xxxxxAr04RightServiceColumn.jsp" %>
<%@ include file="../../lib/html/defaultFooter.jsp" %>