





    



    



/*
arr_headings: This array contains the headings which will scroll (if there is more than one).
The format of each heading is controlled by the prefix to the associated text in the second array...
if it is link, linknew or popup then the heading will be formatted as a hyperlink
otherwise it will be standard text.
*/
arr_headings = new Array(





  ""
);


/*
arr_text: This array contains the text associated with each heading.
The text must be one string containing no line feeds.
If a break in the text is required then use standard HTML tags such as <br> or <P>.
Other HTML text modifiers can also be used.  Quotes must be escaped i.e. use /"

If the text is preceded by 'link:' or 'linknew:' (the colon is important)
then the rest is interpreted as an HREF.

'linknew:' will appear in a new window; 'link:' will appear in the same window.

If it is preceded by 'popup:' then the text will be shown in a popup window.

If neither the text will be ignored and the heading with have no action associated with it.
*/

arr_text = new Array(

    
    

    

  ""
);


/*
arr_items: Set to the number of items to be shown.
If there are more items then only the first 'arr_items' will be shown.
*/
arr_items = 0;