.rem    TITLEPAGE.STY
.rem    style variables default values
.rem    ------------------------------

.rem -1- THE FORMATTING DEFAULT VALUES

.text
	.para-indent 5c
	.font roman 
	.size 10
	
.picture
	.horizontal centered
	.fill OFF

.mix-text-and-graphic ON
.rem    for the PC this would be off...

.rem -2- THE WINDOW DEFAULT SIZE AND POSITION
.rem no introduction, no title, no page number...

.window-introduction 0000
.window-content XYLH
.window-title 0000
.window-pagenumber 0000
.window-options XYLH

.rem -3- THE DEFAULT OPTIONS

.option "QUIT" quitbutton ~!quit~
.option "CREDIT" creditbutton ~!credit~
.option "INDEX" indexbutton ~!index~
.option "INTRODUCTION" introbutton ~!intro~






