Is there a reason why you need to create static pages, rather than creating the listed pages one page at a time? If not, I highly suggest
. Simply passing it a sequence of AoH's (one for each page) will allow you to abstract the HTML from the data. Not to mention, all the saved bit space on your drives. ;-)
Each "navigation" link would simply contain a hidden sequence within the URI, defining what range of data the AoH should define and pass of to the TMPL_LOOP tags (for example). There's an excellent introductory document for this module
.