You don't HAVE to download anything. If you want to save the source incase something happens to my website or you want to use it offline, it is simple to do. Either view the source and copy it, or go to file and click on save page as.
if it is not working for you, then it might be because you are not using firefox. I have not tested it for Internet Explorer, Opera, or Safari.
I will do that right now, though, to see how it goes.
And thanks for the comments. If you have any suggestions, find bugs or something that needs to be fixed, please post it here. I will look into the ones that have already been posted.
The contents in the table (hopefully you are talking about the tables at the bottom of the page) are changed whenever a text area or radio button it chosen above. To edit what happens when they are changed, you have to find the textarea/input and edit where it says onchange=. Everthing after the document.getElementById('').innerHTML = is where the actual content takes place. If you want to add stuff before the value, add things into the ' ' before the + this.value. To add things after, add stuff to the ' ' after the this.value +.
It is hard to explain, and if you don't understand try going to
http://www.w3schools.com . That is where I learned everything
Also can you show me the bugs you fixed, so I wil update my version as well? Thanks.