To add/customize template free flash buttons :
Open HTML pages and replace item_text (Flash button name), item_link (Flash button link) by your own values as in this example :
<!-- "About us" button -->
<script type="text/javascript">
AC_FL_RunContent( ...,'xml_filename=menu.xml&item_text=About us&item_link=aboutus.htm&item_text_size=20&item_ajust=35&item_selected=0' ); //end AC code
</script>
In this example the flash button "About us" is active (clickable). If you want it to be inactive replace characters 'item_ajust=35&item_selected=0' by these ones : 'item_ajust=1&item_selected=1'.
Notice : You may add unlimited flash buttons on each page.
To customize flash buttons colors open the file "'menu.xml" and replace colors by yours :
<main item_bg_color="0xFFFFFF" item_text_color="0x953C32" item_hover_bg_color="0x953C32" item_hover_text_color="0xFFFFFF" ></main>
To customize flash header :
Simply open the file "custom.xml" and edit it with your favorite editor.