setStudyTitle()
setStudyTitle( sTitle )
sTitle: A string representing the title of your study.
This is only available in the preMain() function. It sets the name that will appear in the upper left-hand corner of the study (study title).
Example:
setStudyTitle( "Modified RSI" );