well one thing you can do is something like
<span id="postidmaybe?" style="display:none" onclick="showspolier(this)">Spoiler text goes here</span>
Then using javascript you can make a function called showspolier
and set the display to display: block
http://www.scriptygoddess.com/archiv...de-javascript/
heres an example of that.
Basically you just want to open it. So you dont need the close script. Only thing is this will always be hidden until you click it unless you get into cookies or saving info to a database.
Besides that you can get a reply to view this thread hack. Im pretty sure there is one.