HOW TO ADD AN IFA ----------------- Assume you are creating IFA 123. STEP ONE: Create these files in the IFA directory: co_cd123.html co_123toc.html To create these files, just copy an existing co_cd and co_toc file (they're only 2 lines long) and change the CDNUM parameter to 123. STEP TWO: Create these files in the /fragments directory: /fragments/titles/123_title.txt (The title of the IFA and nothing else.) /fragments/intros/123_intro.html (The intro file -- several paragraphs describing the IFA.) /fragments/xsells/123_xsell.html (List of cross-sells for the title, formatted as links to facd pages.) Note the .txt file extension on titles. Also note -- if IFA# is <100, numbers should NOT be zero-padded, i.e. for IFA 21 you'd create the file co_cd21.html NOT co_cd021.html (the reason for this is the search parameter -- 21 will work, but 021 will not). That's it! That's all there is to it.