var playerSkin_CSS = { //{BR} is substituted with the value of BitRate/1000 and {SR} is substituted the value of SamplingRate/1000 in 'streaminfo_format' later. //For example below expression may look like: 128kbps / 44.1kHz streaminfo_format : '{BR}kbps / {SR}kHz', //default values below display when stream information is not available stationinfo_default : "KK's PSP Radio (killzone_kid@hotmail.co.uk)", songinfo_default : "Song information is unavailable", streaminfo_default : "0kbps / 0kHz", toString : function () { css = ''; css += '.backgroundimg {position:fixed; top:0px; left:0px; visibility:visible;}'; css += '.animationimg {position:fixed; top:24px; left:363px; visibility:hidden;}'; css += '.stationinfo {position:fixed; font-size:10px; top:1px; left:3px; width:474px; height:15px; color:#ffffff;}'; css += '.songinfo {position:fixed; font-size:10px; top:25px; left:11px; width:339px; height:15px; color:#dddddd;}'; css += '.streaminfo {position:fixed; font-size:10px; top:56px; left:247px; width:103px; height:15px; color:#dddddd; text-align:right;}'; return css; delete css; } }; var menubarLayout = { toString : function () { mb = ''; mb += ''; mb += ''; mb += ''; mb += ''; mb += ''; mb += ''; mb += ''; mb += ''; mb += ''; mb += ''; mb += ''; mb += ''; mb += ''; return mb; delete mb; } }; var styleVars = { _kbdivbgColor : '#404040', _kbdivbgColorSelected : '#eb0000', _framewrapperTopNormal : 93, _framewrapperTopShrunk : 28, _menubarTopNormal : 80, _menubarTopShrunk : 15, _statusbarBgColor : ['#0000ff','#00ff00','#ff0000'], BOTTOM_BIT : function () { return '
'; }, NEW_CAT : 'NEW CATEGORY --->', UPDATE_SPEED : 500, BUFFER_TIMEOUT : 5000, CLICK_ON : true }; var menu_CSS = { toString : function () { css = ''; css += 'body {background-image: url("backgroundIMG.pspr"); background-repeat:no-repeat; background-attachment:fixed; background-position: 0px -80px; background-color:#444444; padding-left:10px; padding-right:10px; color: #dddddd; font-size:12px;}'; css += '.menu-period {width:20px;}'; css += '.menu-cathead-td {text-align:center; height:18px; font-weight:bold; font-size:12px; color:#ffffff; background-color:#777777;}'; css += 'a {color:#eeeeee; font-weight:bold;}'; return css; delete css; } };