jQuery Toggle Help

jQuery Toggle Help

Hi we are using the following simple jquery toggle: http://jsfiddle.net/fuYK7/

As you can see we are using css to make the div "display: none" on page load.

What we would like to do is as follows:

1) Have the div display on page load if java script is unavailable
2) Have the text change when the toggle link is selected from "Open" to "Close"

Thanks in advance for the help.