1. copy the /www/revize/plugins/doc_center folder under the webspace "_includes_" folder 2. import the docmodules.rze under doc_center folder 3. open the freeform template and use the DW "Store Current Document As". Name the template as "document_center". Use the links module as dependent template. Once the template is stored insert the following script after the last css links in the template header area. <%@ include file="//_includes_/doc_center/doc_center_headarea.jsp" %> 4. Delete the center content area fetch tag and insert the script below <%@ include file="//_includes_/doc_center/doctemplate_code.jsp" %> 5. delete the center area edit buttons 6. Store the updated Template 7. Use the 'Store Current Document As" and name the new template as "document_detail". Use the "document" module as the dependent template and use the detail_file_name field as the link file name. Store the updated template 8. Insert the script <%@ include file="//_includes_/doc_center/detailpage_variable_calls.jsp" %> after the existing script <%@ include file="//_includes_/global_menu_variables.jsp" %> 9. Delete the center content area fetch tag and insert the script below <%@ include file="//_includes_/doc_center/docdetail_template_code.jsp" %> 10. Remove the center area buttons and store the updated template. 11. copy the two editforms"document_detail-editform.jsp" and "document_header-editform.jsp" under webspace root folder 12. copy all the files under "doc_center/_images_" to /_images_