to get on the flow with everyone else .... don't use frontpage...
now that is over, let's get to business
first of all, like notfred said, you probably need to get on some learning before doing web design
i suggest
w3school for some basics and tags and examples
or, just go to google and search for "html tutorial for beginner"
secondly, your page has way too many
meta tags... one that keeps refreshing your page is
<meta HTTP-EQUIV="refresh" CONTENT="; url=http://fp.hawlingchapel.plus.com">
and i hope you had good reason to put that up or you'll get into troubles....
thirdly, you need to stop using frontpage.. if you go to "view source" from your browser, the page is just way too unreadable. at least frontpage is smart enough to put the meta tags and their junk meta tags on top.... although the CSS things embedded in the body of the tags is killing it
fourth, lay off the javascript. i just skimmed through it, but unfortunately i have to say you are not ready for that yet. sure, the things work, but you have way too many duplicate codes and embedded if statements (which good javascript webmaster will never do), making it hard to read (like above)
and fifth, sorry for our treatments which is kind of harsh... we're not blaming it on you entirely, but there are way too many people out there who design webpages without knowing the basics, and making their own "standards"... you also should test your pages on different browsers (not just different pc since it won't make any difference if they all use same version of msie).
for the last point, i recommend you test your pages on
mozilla, simply because it follows the web programming standard... and also msie, simply because too many people are still using it and the "msie html standard" is not going to be dead anytime soon...
start with simple html ... then move on to css and javascript
sure, your pages may not look as cool, but they work better and will not scare people away from your site ....