PageSetting = type:PageSetting, defaultTextColor:(150;100;60), defaultTextColorBright:(60;100;150)

RADIO = GUIType:checkbox, persistent:TRUE, container:sceneGUI, textColor:(150;100;60), texture:radio.gif, textureBright:radioLight.gif, textOffsetX:18, textOffsetY:3

sceneGUI=type:SceneSprite, x:CENTER, y:CENTER, width:240, height:240, navigationMode:DVD_MODE
sptBkg = type:Sprite, container:sceneGUI, x:CENTER, y:CENTER, width:320, height:320, wideScreenAutoFit:TRUE, texture:bkg.gif
sptLine1 = type:Sprite, container:sceneGUI, x:20, y:60, texture:ruler.png
sptLine2 = type:Sprite, container:sceneGUI, x:20, y:200, texture:ruler.png
txtTit=type:Sprite, container:sceneGUI, x:8, y:40, width:160, height:16, textBold:TRUE, textColor:(150;100;60), textAlignment:CENTER, text:Game Settings
btnEnterIntro=type:Sprite, GUIType:hyperlink, href:intro.txt, container:sceneGUI, x:110, y:210, width:120, height:16, textUnderline:0, textColor:(150;100;60), textAlignment:RIGHT, text:Save & Back, defaultFocus:TRUE


soundEffect=GUIType:checkboxGroup, container:sceneGUI, selected:0
txtSound=type:Sprite, container:sceneGUI, x:25, y:70, textColor:(150;100;60), text:Sound & Music
rdoSoundOn=type:Sprite, {RADIO}, group:soundEffect, x:35, y:95, textColor:(150;100;60), textColorBright:(150;100;60), text:On, status:1, index:1
rdoSoundOff=type:Sprite, {RADIO}, group:soundEffect, x:35, y:120, textColor:(150;100;60), textColorBright:(150;100;60), text:Off, status:0, index:2
