| parameter | function | possible values | default value |
|
| pgnumber
| the number of pages in the book
| a positive integer larger than 0
| 20
|
| startpg
| the page which is open when the applet is loaded
| a positive integer smaller than pgnumber and larger than 0
| 2
|
| pgwidth
| the total width of one page
| a positive integer larger than 0 (in points)
| 200
|
| pgheight
| the height of one page
| a positive integer larger than 0 (in points)
| 300
|
| bdwidth
| the width of the border of one page
| a positive integer (in points)
| 2
|
| bgcolor
| the color of the background
| a list of three integers between 0 and 255, determining the contributions of red, green and blue
| 255,255,255 (this gives white)
|
| bdcolor
| the color of the border
| the same as bgcolor
| 0,0,0 (this gives black)
|
| pgcolor
| the color of the pages
| the same as bgcolor
| 255,255,255
|
| head
| the headline which appears above the book before the first user action
| a string
| Use arrow keys, enter page number or click page numbers.
|
| f[i]
| type, face and size of the font[i], where [i] has to be replaced by a single digit, i.e. you can define up to 10 fonts
| a list type,face,size, where type can be any font the browser can handle, face can be plain, bold or italic and size an integer (in points)
| TimesRoman,plain,12
|
| c[i]
| the color[i], where [i] has to be replaced by a single digit, i.e. you can define up to 10 fonts
| the same as bgcolor
| 0,0,0
|
| img[i]
| the picture for page [i], where [i] has to be replaced by an integer between 1 and pgnumber
| name of any image file the browser can handle
|
|
| text[i]
| the text for page [i], where [i] has to be replaced by an integer between 1 and pgnumber
| any string with the tags described below
|
|