GlobalRph 
Global reach through the power of the Internet…


//D.McAuley 9/2000............................................................... //Optional parameter. Used to set left margin in pixels to line up with backimage //Sets top margin in pixels (optional parameter-default 0) //Sets scroller width--starts at leftmargin setting. //Sets scroller height--starts at topmargin setting. //default=2000. Sets delay of text when it reaches the top. //default=dialog. Options: Dialog,Helvetica,Courier,TimesRoman,Symbol //FontStyle: Default is plain. Options: plain,bold,italic,bolditalic //Default background=white. Eg. 255,0,0=red // 0,255,0=green. // 0,0,128=dark blue //Default textcolor=black //Default color=red. As with the other variables--optional. //Optional. Sound will occur as each item reaches top. Keep as short as possible. //Pause programmed above should be at least as long or longer than the sound file. //Keep text files in order. May use '| |' to single space lines, // otherwise will be @ 3 lines apart. May use spaces anywhere except at the beginning. //Other parameters: param name="TextX" param name="LinkX" // Adding a target: param name="Targx" value="_top(same window) or _blank(new window) // or _self (loads in same frame) or use the frame name (eg. main etc)