%
Dim strPageTitle
strPageTitle = "About Us"
%>
<%
Sub SubMain(ByRef objQuery)
Call SubContent(objQuery)
End Sub
Sub SubContent(ByRef objQuery)
%>
<%'//LEFT AREA %>
|
|
 |
<%'// Contents Start ------------------------------------------------------------------------------------------------------%>
<%'// Contents End ------------------------------------------------------------------------------------------------------%>
|
 |
|
|
|
|
<%
End Sub
%>