<% '--------------------------- 'Variables and Class Instantiation '--------------------------- set CLASS_ccustompage = new ccustompage '--------------------------- 'Load Data '-------------------------- CLASS_ccustompage.LoadFromID(DetailID) %>
<%=CLASS_cCast.cast(CLASS_cCustomPage.MenuTitle,"str","screen")%>
<%=CLASS_cCustomPage.Body %>
<% '--------------------------- 'Clean Up '--------------------------- set CLASS_ccustompage = nothing %>