I am looking for help in a jQuery accordion which would be able to onLoad() open and then after a set number of seconds close. I have recently been introduced to jQuery and enjoy it, however, am nor proficient enough to be able to write the code myself. The accordion I am looking for would only have 1 pane which would expand and then close after a set number of seconds without user interaction. There are numerous accordions with interactive event handlers, such as onClick, onMouseOver, etc, but I dont want the user to do anything. The accordion would appear near the top of a page and onLoad expand the accordion, which would display a graphic, video file, or other element, and then automatically close itself once an internal timer expires. Thank you in advance.