//javascript help array for ToolTip
//each array needs 2 items: a title and content

var help=new Array(20);
//for (i=0; i <7; i++){
//	help[i]=new Array(2);
//}
//Options section
help[0]=new Array("Vocabulary levels","There are several levels of vocabulary available. Number 1 corresponds to the easiest level, while number 4 is the most advanced level. You may select more than 1 level at a time.");//vocabulary levels
help[1]=new Array("Syllable length","You have control over how many syllables each word should have. You may select more than 1 checkbox at a time.");//syllable length
help[2]=new Array("Show highlight","Selecting this will highlight the letter(s) currently being focussed on.");//show highlight
help[3]=new Array("Show all words","Selecting this displays all the words that can be constructed from the letters that have been covered so far. This cumulative list can be further controlled by syllable length and vocabulary level.");//show all words
help[4]=new Array("Sort randomly","Selecting this sorts the word list randomly.");//sort randomly
help[5]=new Array("Columns","You may control how many columns are displayed on screen or on paper.");//columns
help[6]=new Array("Text size","You can adjust the text size.");//text size
help[7]=new Array("Writing excercise","You can produce a page suitable for practising writing using the words currently displayed at any time.");//
help[8]=new Array("Options","These are the various controls you can use to control the behaviour of the application.");//

//Basic Code section
help[9]=new Array("Transparent Code","This section covers all of the most common sounds of English and the most common way to spell that sound. <br /><b>Sequence</b><br />It is recommended, but not required, that you follow the sequence as given, starting from the top of the list with &quot;s&quot;, &quot;a&quot; and &quot;d&quot; and so forth.<br />Characters between square brackets &quot;[&quot; and &quot;]&quot; are a pronunciation guide to how the letter(s) are pronounced.");//
help[10]=new Array("Complex Code","This menu gives you access to words which have the same sounds in them but which are spelled in different ways. This menu gets filled dynamically as these letters become available so it good to check it frequently. When you select a checkbox words will appear which have the same sounds in them but different spellings.");//
help[11]=new Array("Storing Results","When you click the 'Store Results' button, only the correct GPC units are stored to the user's cookies. Be sure you have logged in with their name before storing the results.");//assessment page


