Sub initTheme()
app = CreateObject("roAppManager")
theme = CreateObject("roAssociativeArray")
theme.OverhangOffsetSD_X = "72"
theme.OverhangOffsetSD_Y = "45"
theme.OverhangSliceSD = "pkg:/images/a.png"
theme.OverhangLogoSD = "pkg:/images/b.png"
theme.OverhangOffsetHD_X = "123"
theme.OverhangOffsetHD_Y = "68"
theme.OverhangSliceHD = "pkg:/images/a.png"
theme.OverhangLogoHD = "pkg:/images/b.png"
theme.SpringboardDirectorLabel = "Producer"
app.SetTheme(theme)
End Sub
theme.SpringboardDirectorText = "Producer"