<!-- Tips_data.js.  Random tips generator data -->
<!-- Data is in the form "Text of tip (Authorof tip)". -->
<!-- To add additional tips, add a new entry 'tips[n+1] = "text"' where n is the number of -->
<!-- the last entry.  The items will need to be numbered to ensure they run sequentially -->
<!-- from data[0] to data[n], although the actual order is irrelevant.  Note that there are -->
<!-- 2 separate lists of tips:  MS Office, and Others.  Tips should be added to the correct -->
<!-- list.  Also, each text string must appear -->
<!-- on a single line (although your text editor's automatic word-wrapping will not affect 
<!-- this).  DO NOT add any other text or graphics as this will crash -->
<!-- the browser.  If this does not word-wrap properly now on your editor it is because it is -->
<!-- formatted for the RWA editor.  Finally, only use 'single quotes' as shown here within 
<!-- the text.  Double quotes will cause an error.  For further info contact RWA. -->



tips = new Array()

tips[0]="The F1 key gets help in most Windows products. (MAE)"

tips[1]="For keyboard lovers, to close a Word document window or an Excel worksheet, try CTRL + 'W'.  Thus CTRL 'S' then 'W' not only saves your work , but also closes the document. (MAE)"

tips[2]="To navigate around a document, use the arrow keys, one letter at a time.  Hold down the CTRL key to go one word at a time.  To highlight text as you navigate around, hold down the SHIFT key at the same time. (MAE)"

tips[3]="In Print Preview, if you click the Magnifier button, it changes to an I-beam, you are now able to edit your document, to return to magnifier view, click the Magnifier button again. (MAE)"

tips[4]="In a numbered or bulleted list, to insert an extra line, hold the SHIFT key whilst pressing the RETURN key once and then a normal RETURN. (MAE)"

tips[5]="In Excel select a whole column.  Move the pointer to the lower edge of the column label and when it changes to a white arrow try dragging the column to another location WITH THE RIGHT MOUSE BUTTON.  Make your choice from the shortcut menu and stand back and be amazed. (Hazel Markou)"

tips[6]="In Word: to increase the font one point size for selected text: CTRL+]; Of course CTRL+[   decreases one point size. (Steve Simons)"

tips[7]="In Word, Excel:  To close all files - BEFORE clicking on the File menu, hold shift down. The 'Close' option will now be 'Close All'. (Steve Simons)"

tips[8]="In Excel:  Try using the right mouse button when you click and drag the fill handle:- you get a shortcut menu. (Steve Simons)"

tips[9]="Word 97 can complete things that you frequently type: when you see the text in a yellow box, just press return. (MAE)"

tips[10]="To move between errors in your document, double click the Spelling and Grammar Status button on the status bar. (MAE)"

tips[11]="To copy formatting, use the 'Format Painter' tool, to copy formatting to more than one paragraph, double click the 'Format Painter' tool click again to turn it off. (MAE)"

tips[12]="To see what formatting is applied to a particular part of text, use the 'What's This' tool, found in the Help, drop down menu. (MAE)"

tips[13]="F12 brings up the 'Save As' dialog box in MS applications. (Hazel Markou)"

tips[14]="If part of a document is written in another language and you don't have a dictionary for that language, you can have the spelling checker skip the text. (MAE)"

tips[15]="To find an alternative word to use in a document use the Thesaurus, located in the dropdown menu TOOLS and Language, or use keyboard combination SHIFT + F7. (MAE)"

tips[16]="To prevent words or phrases breaking over two lines, use SHIFT + CTRL + SPACE. (MAE)"

tips[17]="To change the case of text, when highlighted, either use the dropdown menu FORMAT, CHANGE CASE, or SHIFT + F3. (MAE)"

tips[18]="A tip for trainers - Word - To insert a paragraph of text quickly just type '=RAND()'. (MAE)"

tips[19]="To enlarge or shrink the screen, hold hold the CTRL button and operate the wheel on the mouse."




os_tips = new Array()

os_tips[0]="In Windows 95 and Windows NT, the right mouse button will bring up a context sensitive menu. (MAE)"

os_tips[1]="In Windows 95 and Windows NT. To print a number of documents at one time, ensure that you have an Icon for your specified printer on the Desktop, using My Computer, find the files you wish to print and drag them onto the Printer Icon. (MAE)"

os_tips[2]="TO open an explore window, hold down the Windows key and press the letter 'E' once. (MAE)"
