|
| var Book_Image_Width=200; | Image width |
| var Book_Image_Height=150; | Image height |
| var Book_Border=true; | Sets border true or false |
| var Book_Border_Color="white"; | Border color |
| var Book_Speed=15; | Controls the speed of the page turn |
| var Book_NextPage_Delay=500; | Controls the delay before a new turn starts |
| var Book_BackWard=false; | false or true; false is normal page turn |
| var Book_Auto=true; | false or true; false stops after page turn |
| Book_ChangeDirection() | Toggles the page turn direction. If Book_Auto is false it also turns 1 page |
| Book_GoBackWard() | Changes the page turn direction to backward if needed. If Book_Auto is false it also turns 1 page |
| Book_GoForWard() | Changes the page turn direction to forward if needed. If Book_Auto is false it also turns 1 page |
| Book_ChangeAuto() | Toggles between manual and auto |
| Book_Automated() | Changes the book to auto |
| Book_Manual() | Changes the book to manual |