% ' ' %> <% main() Sub main() If Not(SessionCheck()) Then Exit Sub End If Dim PageType PageType = Request("PageType") Dim Label If PageType = "Uriage" Then Label = "売上帳" Else Label = "仕入帳" End If Label = "製造間接費配賦表" Dim RouteType RouteType = Request("RouteType") Dim ii, jj Dim Query, Content Dim AutoZandakaNyuryoku AutoZandakaNyuryoku = GetEnshuParam(EnshuCD, "残高自動計算") %>