%
'
'
%>
<%
main()
Sub main()
If Not(SessionCheck()) Then
Exit Sub
End If
Dim RouteType
RouteType = Request("RouteType")
Dim PageType
PageType = "仕訳帳"
Dim Url
Url = Request.ServerVariables("URL")
%>
<% = AppTitle %>
<%
Dim KanjyoCDCol
KanjyoCDCol = 2
%>
<% = HtmlFooter %>
<%
End Sub
%>