 var helpText = '<div class="helpContainer" id="helpContainer" style="display:none;">' +
 						'<span class="closer" id="helpClose">[close]</span>' +
						'<h3>What is this?</h3>' +
						"<p>This little script allows you to post reactions on the time-line of a movie of audio-file. " +
						" Your comments will be shown when the movie or audio-file reaches that particular time.</p>" +
						'<p>No more <br/> <span style="font-style:italic"> 00:32 : ahh she said "daddy"</span>' +
						' <br/>or<br/> <span style="font-style:italic">Did you see that thing flying behind her somewhere around half of the movie?</span>' +
						'<br/>Your comments will appear, just at the time you need them to appear!  </p>' +
						'<h3>Quick user-guide</h3><p>' +
						'<u>Reading messages</u><br/>' + 
						'The messaging will start playing as soon as you start a track of a movie in the flashplayer, ' +
						' the script will look for messages on the current timeline about each 5 seconds and if there are any messages it will show them to you, ' +
						'if there are no messages at that particular timeline the messaging screen will be cleared.  <br/>' +
						'If you\'d like to read the messages in a more timely fashion you can pause the track or movie, or you can ' +
						' lock only the messages by clicking on the "lock messages"-link. Resume (and sync) message playback is done by clicking "sync messages"' +
						'<br/><br/><u>Posting messages</u><br/>	' +
						'You can post a message to the timeline at any time by clicking "respond to timeline", or the "respond"-links at every message shown. ' +
						'A small frame will appear with 2 fields; one for your name, and one for the message you\'d like to post. You need to fill out both fields!<br/>' +
						'If your message surpasses 20 characters the field will automagically grow to a larger textarea and the' +
						' player will automagically pause if you click any of these respond-links (and resume playback if you cancel or finish with your message). </p>' +
						'<h3>About</h3><p>This script is written by Ivo Toby from Internet Voor Ondernemers (<a href="www.i-v-o.nl" target="_blank">www.i-v-o.nl</a>)</p>. ' + 
						'<h3>More info</h3><p>More info on how to get this script on your own website, blog, GPL\'ed publishing-system or online community coming soon on <a href="http://www.tliner.com/" target="_blank">tliner.com</a>. This script will also be released as-service available to plain-html-websites!<p>' +
						'<h3>Disclaimer</h3><p>This script is still alpha, so al the usual yada applies :)</p>';